32 #import "CGTKContainer.h"
48 -(void)packStartWithChild:(
CGTKWidget *)child andExpand:(BOOL)expand andFill:(BOOL)fill andPadding:(NSNumber *)padding;
54 -(void)packEndWithChild:(
CGTKWidget *)child andExpand:(BOOL)expand andFill:(BOOL)fill andPadding:(NSNumber *)padding;
60 -(void)setHomogeneous:(BOOL)homogeneous;
66 -(BOOL)getHomogeneous;
72 -(void)setSpacing:(NSNumber *)spacing;
78 -(NSNumber *)getSpacing;
84 -(void)reorderChildWithChild:(
CGTKWidget *)child andPosition:(NSNumber *)position;
90 -(void)queryChildPackingWithChild:(
CGTKWidget *)child andExpand:(BOOL *)expand andFill:(BOOL *)fill andPadding:(NSNumber **)padding andPackType:(GtkPackType *)packType;
96 -(void)setChildPackingWithChild:(
CGTKWidget *)child andExpand:(BOOL)expand andFill:(BOOL)fill andPadding:(NSNumber *)padding andPackType:(GtkPackType)packType;
Definition: CGTKContainer.h:34