|
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 CGTKTable.h.
| - (void) attachDefaultsWithWidget: | (CGTKWidget*) | widget | |
| andLeftAttach: | (guint) | leftAttach | |
| andRightAttach: | (guint) | rightAttach | |
| andTopAttach: | (guint) | topAttach | |
| andBottomAttach: | (guint) | bottomAttach | |
-(void*)attachDefaultsWithWidget:(CGTKWidget*) widget andLeftAttach:(guint) leftAttach andRightAttach:(guint) rightAttach andTopAttach:(guint) topAttach andBottomAttach:(guint) bottomAttach;
| widget | |
| leftAttach | |
| rightAttach | |
| topAttach | |
| bottomAttach |
Definition at line 58 of file CGTKTable.m.
| - (void) attachWithChild: | (CGTKWidget*) | child | |
| andLeftAttach: | (guint) | leftAttach | |
| andRightAttach: | (guint) | rightAttach | |
| andTopAttach: | (guint) | topAttach | |
| andBottomAttach: | (guint) | bottomAttach | |
| andXoptions: | (GtkAttachOptions) | xoptions | |
| andYoptions: | (GtkAttachOptions) | yoptions | |
| andXpadding: | (guint) | xpadding | |
| andYpadding: | (guint) | ypadding | |
-(void*)attachWithChild:(CGTKWidget*) child andLeftAttach:(guint) leftAttach andRightAttach:(guint) rightAttach andTopAttach:(guint) topAttach andBottomAttach:(guint) bottomAttach andXoptions:(GtkAttachOptions) xoptions andYoptions:(GtkAttachOptions) yoptions andXpadding:(guint) xpadding andYpadding:(guint) ypadding;
| child | |
| leftAttach | |
| rightAttach | |
| topAttach | |
| bottomAttach | |
| xoptions | |
| yoptions | |
| xpadding | |
| ypadding |
Definition at line 53 of file CGTKTable.m.
| - (guint) getColSpacing: | (guint) | column |
-(guint*)getColSpacing: column;
| column |
Definition at line 63 of file CGTKTable.m.
| - (guint) getDefaultColSpacing |
| - (guint) getDefaultRowSpacing |
| - (BOOL) getHomogeneous |
| - (guint) getRowSpacing: | (guint) | row |
| - (void) getSizeWithRows: | (guint*) | rows | |
| andColumns: | (guint*) | columns | |
-(void*)getSizeWithRows:(guint*) rows andColumns:(guint*) columns;
| rows | |
| columns |
Definition at line 88 of file CGTKTable.m.
| - (id) initWithRows: | (guint) | rows | |
| andColumns: | (guint) | columns | |
| andHomogeneous: | (BOOL) | homogeneous | |
Constructors
Definition at line 36 of file CGTKTable.m.
| - (void) resizeWithRows: | (guint) | rows | |
| andColumns: | (guint) | columns | |
-(void*)resizeWithRows:(guint) rows andColumns:(guint) columns;
| rows | |
| columns |
Definition at line 93 of file CGTKTable.m.
| - (void) setColSpacings: | (guint) | spacing |
| - (void) setColSpacingWithColumn: | (guint) | column | |
| andSpacing: | (guint) | spacing | |
-(void*)setColSpacingWithColumn:(guint) column andSpacing:(guint) spacing;
| column | |
| spacing |
Definition at line 98 of file CGTKTable.m.
| - (void) setHomogeneous: | (BOOL) | homogeneous |
-(void*)setHomogeneous: homogeneous;
| homogeneous |
Definition at line 108 of file CGTKTable.m.
| - (void) setRowSpacings: | (guint) | spacing |
| - (void) setRowSpacingWithRow: | (guint) | row | |
| andSpacing: | (guint) | spacing | |
-(void*)setRowSpacingWithRow:(guint) row andSpacing:(guint) spacing;
| row | |
| spacing |
Definition at line 113 of file CGTKTable.m.
| - (GtkTable *) TABLE |
Methods
Definition at line 48 of file CGTKTable.m.