|
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 CGTKLayout.h.
| - (GdkWindow *) getBinWindow |
| - (GtkAdjustment *) getHadjustment |
| - (void) getSizeWithWidth: | (guint*) | width | |
| andHeight: | (guint*) | height | |
-(void*)getSizeWithWidth:(guint*) width andHeight:(guint*) height;
| width | |
| height |
Definition at line 63 of file CGTKLayout.m.
| - (GtkAdjustment *) getVadjustment |
| - (id) initWithHadjustment: | (GtkAdjustment*) | hadjustment | |
| andVadjustment: | (GtkAdjustment*) | vadjustment | |
Constructors
Definition at line 36 of file CGTKLayout.m.
| - (GtkLayout *) LAYOUT |
Methods
Definition at line 48 of file CGTKLayout.m.
| - (void) moveWithChildWidget: | (CGTKWidget*) | childWidget | |
| andX: | (gint) | x | |
| andY: | (gint) | y | |
-(void*)moveWithChildWidget:(CGTKWidget*) childWidget andX:(gint) x andY:(gint) y;
| childWidget | |
| x | |
| y |
Definition at line 73 of file CGTKLayout.m.
| - (void) putWithChildWidget: | (CGTKWidget*) | childWidget | |
| andX: | (gint) | x | |
| andY: | (gint) | y | |
-(void*)putWithChildWidget:(CGTKWidget*) childWidget andX:(gint) x andY:(gint) y;
| childWidget | |
| x | |
| y |
Definition at line 78 of file CGTKLayout.m.
| - (void) setHadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setHadjustment: adjustment;
| adjustment |
Definition at line 83 of file CGTKLayout.m.
| - (void) setSizeWithWidth: | (guint) | width | |
| andHeight: | (guint) | height | |
-(void*)setSizeWithWidth:(guint) width andHeight:(guint) height;
| width | |
| height |
Definition at line 88 of file CGTKLayout.m.
| - (void) setVadjustment: | (GtkAdjustment*) | adjustment |
-(void*)setVadjustment: adjustment;
| adjustment |
Definition at line 93 of file CGTKLayout.m.