32 #import "CoreGTK/CGTKContainer.h"
43 -(id)initWithOrientation:(GtkOrientation) orientation andSpacing:(gint) spacing;
56 -(GtkBaselinePosition)getBaselinePosition;
63 -(BOOL)getHomogeneous;
80 -(void)packEndWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding;
90 -(void)packStartWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding;
101 -(void)queryChildPackingWithChild:(
CGTKWidget*) child andExpand:(gboolean*) expand andFill:(gboolean*) fill andPadding:(guint*) padding andPackType:(GtkPackType*) packType;
109 -(void)reorderChildWithChild:(
CGTKWidget*) child andPosition:(gint) position;
116 -(void)setBaselinePosition:(GtkBaselinePosition) position;
127 -(void)setChildPackingWithChild:(
CGTKWidget*) child andExpand:(BOOL) expand andFill:(BOOL) fill andPadding:(guint) padding andPackType:(GtkPackType) packType;
134 -(void)setHomogeneous:(BOOL) homogeneous;
141 -(void)setSpacing:(gint) spacing;