32 #import "CoreGTK/CGTKContainer.h" 43 -(id)initWithRows:(guint) rows andColumns:(guint) columns andHomogeneous:(BOOL) homogeneous;
64 -(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;
75 -(void)attachDefaultsWithWidget:(
CGTKWidget*) widget andLeftAttach:(guint) leftAttach andRightAttach:(guint) rightAttach andTopAttach:(guint) topAttach andBottomAttach:(guint) bottomAttach;
83 -(guint)getColSpacing:(guint) column;
112 -(guint)getRowSpacing:(guint) row;
120 -(void)getSizeWithRows:(guint*) rows andColumns:(guint*) columns;
128 -(void)resizeWithRows:(guint) rows andColumns:(guint) columns;
136 -(void)setColSpacingWithColumn:(guint) column andSpacing:(guint) spacing;
143 -(void)setColSpacings:(guint) spacing;
150 -(void)setHomogeneous:(BOOL) homogeneous;
158 -(void)setRowSpacingWithRow:(guint) row andSpacing:(guint) spacing;
165 -(void)setRowSpacings:(guint) spacing;
guint getDefaultColSpacing()
guint getDefaultRowSpacing()