32 #import "CoreGTK/CGTKContainer.h" 60 -(void)attachWithChild:(
CGTKWidget*) child andLeft:(gint) left andTop:(gint) top andWidth:(gint) width andHeight:(gint) height;
71 -(void)attachNextToWithChild:(
CGTKWidget*) child andSibling:(
CGTKWidget*) sibling andSide:(GtkPositionType) side andWidth:(gint) width andHeight:(gint) height;
87 -(
CGTKWidget*)getChildAtWithLeft:(gint) left andTop:(gint) top;
109 -(GtkBaselinePosition)getRowBaselinePosition:(gint) row;
130 -(void)insertColumn:(gint) position;
138 -(void)insertNextToWithSibling:(
CGTKWidget*) sibling andSide:(GtkPositionType) side;
145 -(void)insertRow:(gint) position;
152 -(void)removeColumn:(gint) position;
159 -(void)removeRow:(gint) position;
166 -(void)setBaselineRow:(gint) row;
173 -(void)setColumnHomogeneous:(BOOL) homogeneous;
180 -(void)setColumnSpacing:(guint) spacing;
188 -(void)setRowBaselinePositionWithRow:(gint) row andPos:(GtkBaselinePosition) pos;
195 -(void)setRowHomogeneous:(BOOL) homogeneous;
202 -(void)setRowSpacing:(guint) spacing;
BOOL getColumnHomogeneous()