|
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 CGTKFrame.h.
| - (GtkFrame *) FRAME |
Methods
Definition at line 48 of file CGTKFrame.m.
| - (NSString *) getLabel |
| - (void) getLabelAlignWithXalign: | (gfloat*) | xalign | |
| andYalign: | (gfloat*) | yalign | |
-(void*)getLabelAlignWithXalign:(gfloat*) xalign andYalign:(gfloat*) yalign;
| xalign | |
| yalign |
Definition at line 58 of file CGTKFrame.m.
| - (CGTKWidget *) getLabelWidget |
| - (GtkShadowType) getShadowType |
| - (id) init: | (NSString*) | label |
Constructors
Definition at line 36 of file CGTKFrame.m.
| - (void) setLabel: | (NSString*) | label |
| - (void) setLabelAlignWithXalign: | (gfloat) | xalign | |
| andYalign: | (gfloat) | yalign | |
-(void*)setLabelAlignWithXalign:(gfloat) xalign andYalign:(gfloat) yalign;
| xalign | |
| yalign |
Definition at line 78 of file CGTKFrame.m.
| - (void) setLabelWidget: | (CGTKWidget*) | labelWidget |
-(void*)setLabelWidget: labelWidget;
| labelWidget |
Definition at line 83 of file CGTKFrame.m.
| - (void) setShadowType: | (GtkShadowType) | type |