|
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 CGTKMisc.h.
| - (void) getAlignmentWithXalign: | (gfloat*) | xalign | |
| andYalign: | (gfloat*) | yalign | |
-(void*)getAlignmentWithXalign:(gfloat*) xalign andYalign:(gfloat*) yalign;
| xalign | |
| yalign |
Definition at line 41 of file CGTKMisc.m.
| - (void) getPaddingWithXpad: | (gint*) | xpad | |
| andYpad: | (gint*) | ypad | |
-(void*)getPaddingWithXpad:(gint*) xpad andYpad:(gint*) ypad;
| xpad | |
| ypad |
Definition at line 46 of file CGTKMisc.m.
| - (GtkMisc *) MISC |
Methods
Definition at line 36 of file CGTKMisc.m.
| - (void) setAlignmentWithXalign: | (gfloat) | xalign | |
| andYalign: | (gfloat) | yalign | |
-(void*)setAlignmentWithXalign:(gfloat) xalign andYalign:(gfloat) yalign;
| xalign | |
| yalign |
Definition at line 51 of file CGTKMisc.m.
| - (void) setPaddingWithXpad: | (gint) | xpad | |
| andYpad: | (gint) | ypad | |
-(void*)setPaddingWithXpad:(gint) xpad andYpad:(gint) ypad;
| xpad | |
| ypad |
Definition at line 56 of file CGTKMisc.m.