32 #import "CoreGTK/CGTKContainer.h" 43 -(id)initWithOrientation:(GtkOrientation) orientation andSpacing:(gint) spacing;
87 -(void)packEndWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding;
97 -(void)packStartWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding;
108 -(void)queryChildPackingWithChild:(
CGTKWidget*) child andExpand:(gboolean*) expand andFill:(gboolean*) fill andPadding:(guint*) padding andPackType:(GtkPackType*) packType;
116 -(void)reorderChildWithChild:(
CGTKWidget*) child andPosition:(gint) position;
123 -(void)setBaselinePosition:(GtkBaselinePosition) position;
141 -(void)setChildPackingWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding andPackType:(GtkPackType) packType;
148 -(void)setHomogeneous:(BOOL) homogeneous;
155 -(void)setSpacing:(gint) spacing;
GtkBaselinePosition getBaselinePosition()
CGTKWidget * getCenterWidget()