|
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 CGTKGrid.h.
| - (void) attachNextToWithChild: | (CGTKWidget*) | child | |
| andSibling: | (CGTKWidget*) | sibling | |
| andSide: | (GtkPositionType) | side | |
| andWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)attachNextToWithChild:(CGTKWidget*) child andSibling:(CGTKWidget*) sibling andSide:(GtkPositionType) side andWidth:(gint) width andHeight:(gint) height;
| child | |
| sibling | |
| side | |
| width | |
| height |
Definition at line 58 of file CGTKGrid.m.
| - (void) attachWithChild: | (CGTKWidget*) | child | |
| andLeft: | (gint) | left | |
| andTop: | (gint) | top | |
| andWidth: | (gint) | width | |
| andHeight: | (gint) | height | |
-(void*)attachWithChild:(CGTKWidget*) child andLeft:(gint) left andTop:(gint) top andWidth:(gint) width andHeight:(gint) height;
| child | |
| left | |
| top | |
| width | |
| height |
Definition at line 53 of file CGTKGrid.m.
| - (gint) getBaselineRow |
| - (CGTKWidget *) getChildAtWithLeft: | (gint) | left | |
| andTop: | (gint) | top | |
-(CGTKWidget**)getChildAtWithLeft:(gint) left andTop:(gint) top;
| left | |
| top |
Definition at line 68 of file CGTKGrid.m.
| - (BOOL) getColumnHomogeneous |
| - (guint) getColumnSpacing |
| - (GtkBaselinePosition) getRowBaselinePosition: | (gint) | row |
-(GtkBaselinePosition*)getRowBaselinePosition: row;
| row |
Definition at line 83 of file CGTKGrid.m.
| - (BOOL) getRowHomogeneous |
| - (guint) getRowSpacing |
| - (GtkGrid *) GRID |
Methods
Definition at line 48 of file CGTKGrid.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKGrid.m.
| - (void) insertColumn: | (gint) | position |
| - (void) insertNextToWithSibling: | (CGTKWidget*) | sibling | |
| andSide: | (GtkPositionType) | side | |
-(void*)insertNextToWithSibling:(CGTKWidget*) sibling andSide:(GtkPositionType) side;
| sibling | |
| side |
Definition at line 103 of file CGTKGrid.m.
| - (void) insertRow: | (gint) | position |
| - (void) removeColumn: | (gint) | position |
| - (void) removeRow: | (gint) | position |
| - (void) setBaselineRow: | (gint) | row |
| - (void) setColumnHomogeneous: | (BOOL) | homogeneous |
-(void*)setColumnHomogeneous: homogeneous;
| homogeneous |
Definition at line 128 of file CGTKGrid.m.
| - (void) setColumnSpacing: | (guint) | spacing |
| - (void) setRowBaselinePositionWithRow: | (gint) | row | |
| andPos: | (GtkBaselinePosition) | pos | |
-(void*)setRowBaselinePositionWithRow:(gint) row andPos:(GtkBaselinePosition) pos;
| row | |
| pos |
Definition at line 138 of file CGTKGrid.m.
| - (void) setRowHomogeneous: | (BOOL) | homogeneous |
-(void*)setRowHomogeneous: homogeneous;
| homogeneous |
Definition at line 143 of file CGTKGrid.m.
| - (void) setRowSpacing: | (guint) | spacing |