|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKContainer.h.
| - (void) add: | (CGTKWidget*) | widget |
| - (void) checkResize |
-(void*)checkResize;
Definition at line 57 of file CGTKContainer.m.
| - (void) childGetPropertyWithChild: | (CGTKWidget*) | child | |
| andPropertyName: | (NSString*) | propertyName | |
| andValue: | (GValue*) | value | |
-(void*)childGetPropertyWithChild:(CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(GValue*) value;
| child | |
| propertyName | |
| value |
Definition at line 62 of file CGTKContainer.m.
| - (void) childGetValistWithChild: | (CGTKWidget*) | child | |
| andFirstPropertyName: | (NSString*) | firstPropertyName | |
| andVarArgs: | (va_list) | varArgs | |
-(void*)childGetValistWithChild:(CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
| child | |
| firstPropertyName | |
| varArgs |
Definition at line 67 of file CGTKContainer.m.
| - (void) childNotifyByPspecWithChild: | (CGTKWidget*) | child | |
| andPspec: | (GParamSpec*) | pspec | |
-(void*)childNotifyByPspecWithChild:(CGTKWidget*) child andPspec:(GParamSpec*) pspec;
| child | |
| pspec |
Definition at line 77 of file CGTKContainer.m.
| - (void) childNotifyWithChild: | (CGTKWidget*) | child | |
| andChildProperty: | (NSString*) | childProperty | |
-(void*)childNotifyWithChild:(CGTKWidget*) child andChildProperty:(NSString*) childProperty;
| child | |
| childProperty |
Definition at line 72 of file CGTKContainer.m.
| - (void) childSetPropertyWithChild: | (CGTKWidget*) | child | |
| andPropertyName: | (NSString*) | propertyName | |
| andValue: | (const GValue*) | value | |
-(void*)childSetPropertyWithChild:(CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(const GValue*) value;
| child | |
| propertyName | |
| value |
Definition at line 82 of file CGTKContainer.m.
| - (void) childSetValistWithChild: | (CGTKWidget*) | child | |
| andFirstPropertyName: | (NSString*) | firstPropertyName | |
| andVarArgs: | (va_list) | varArgs | |
-(void*)childSetValistWithChild:(CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
| child | |
| firstPropertyName | |
| varArgs |
Definition at line 87 of file CGTKContainer.m.
| - (GType) childType |
| - (GtkContainer *) CONTAINER |
Methods
Definition at line 47 of file CGTKContainer.m.
| - (void) forallWithCallback: | (GtkCallback) | callback | |
| andCallbackData: | (gpointer) | callbackData | |
-(void*)forallWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
| callback | |
| callbackData |
Definition at line 97 of file CGTKContainer.m.
| - (void) foreachWithCallback: | (GtkCallback) | callback | |
| andCallbackData: | (gpointer) | callbackData | |
-(void*)foreachWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
| callback | |
| callbackData |
Definition at line 102 of file CGTKContainer.m.
| - (guint) getBorderWidth |
| - (GList *) getChildren |
| - (BOOL) getFocusChain: | (GList**) | focusableWidgets |
-(BOOL*)getFocusChain: focusableWidgets;
| focusableWidgets |
Definition at line 117 of file CGTKContainer.m.
| - (CGTKWidget *) getFocusChild |
| - (GtkAdjustment *) getFocusHadjustment |
-(GtkAdjustment**)getFocusHadjustment;
Definition at line 127 of file CGTKContainer.m.
| - (GtkAdjustment *) getFocusVadjustment |
-(GtkAdjustment**)getFocusVadjustment;
Definition at line 132 of file CGTKContainer.m.
| - (GtkWidgetPath *) getPathForChild: | (CGTKWidget*) | child |
-(GtkWidgetPath**)getPathForChild: child;
| child |
Definition at line 137 of file CGTKContainer.m.
| - (GtkResizeMode) getResizeMode |
-(GtkResizeMode*)getResizeMode;
Definition at line 142 of file CGTKContainer.m.
| - (void) propagateDrawWithChild: | (CGTKWidget*) | child | |
| andCr: | (cairo_t*) | cr | |
-(void*)propagateDrawWithChild:(CGTKWidget*) child andCr:(cairo_t*) cr;
| child | |
| cr |
Definition at line 147 of file CGTKContainer.m.
| - (void) remove: | (CGTKWidget*) | widget |
| - (void) resizeChildren |
-(void*)resizeChildren;
Definition at line 157 of file CGTKContainer.m.
| - (void) setBorderWidth: | (guint) | borderWidth |
-(void*)setBorderWidth: borderWidth;
| borderWidth |
Definition at line 162 of file CGTKContainer.m.
| - (void) setFocusChain: | (GList*) | focusableWidgets |
-(void*)setFocusChain: focusableWidgets;
| focusableWidgets |
Definition at line 167 of file CGTKContainer.m.
| - (void) setFocusChild: | (CGTKWidget*) | child |
| - (void) setFocusHadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setFocusHadjustment: adjustment;
| adjustment |
Definition at line 177 of file CGTKContainer.m.
| - (void) setFocusVadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setFocusVadjustment: adjustment;
| adjustment |
Definition at line 182 of file CGTKContainer.m.
| - (void) setReallocateRedraws: | (BOOL) | needsRedraws |
-(void*)setReallocateRedraws: needsRedraws;
| needsRedraws |
Definition at line 187 of file CGTKContainer.m.
| - (void) setResizeMode: | (GtkResizeMode) | resizeMode |
-(void*)setResizeMode: resizeMode;
| resizeMode |
Definition at line 192 of file CGTKContainer.m.
| - (void) unsetFocusChain |
-(void*)unsetFocusChain;
Definition at line 197 of file CGTKContainer.m.