|
CoreGTK
3.10.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 CGTKButtonBox.h.
| - (GtkButtonBox *) BUTTONBOX |
Methods
Definition at line 48 of file CGTKButtonBox.m.
| - (BOOL) getChildNonHomogeneous: | (CGTKWidget*) | child |
-(BOOL*)getChildNonHomogeneous: child;
| child |
Definition at line 53 of file CGTKButtonBox.m.
| - (BOOL) getChildSecondary: | (CGTKWidget*) | child |
-(BOOL*)getChildSecondary: child;
| child |
Definition at line 58 of file CGTKButtonBox.m.
| - (GtkButtonBoxStyle) getLayout |
-(GtkButtonBoxStyle*)getLayout;
Definition at line 63 of file CGTKButtonBox.m.
| - (id) init: | (GtkOrientation) | orientation |
Constructors
Definition at line 36 of file CGTKButtonBox.m.
| - (void) setChildNonHomogeneousWithChild: | (CGTKWidget*) | child | |
| andNonHomogeneous: | (BOOL) | nonHomogeneous | |
-(void*)setChildNonHomogeneousWithChild:(CGTKWidget*) child andNonHomogeneous:(BOOL) nonHomogeneous;
| child | |
| nonHomogeneous |
Definition at line 68 of file CGTKButtonBox.m.
| - (void) setChildSecondaryWithChild: | (CGTKWidget*) | child | |
| andIsSecondary: | (BOOL) | isSecondary | |
-(void*)setChildSecondaryWithChild:(CGTKWidget*) child andIsSecondary:(BOOL) isSecondary;
| child | |
| isSecondary |
Definition at line 73 of file CGTKButtonBox.m.
| - (void) setLayout: | (GtkButtonBoxStyle) | layoutStyle |
-(void*)setLayout: layoutStyle;
| layoutStyle |
Definition at line 78 of file CGTKButtonBox.m.