32 #import "CGTKContainer.h"
48 -(id)initWithRows:(NSNumber *)rows andColumns:(NSNumber *)columns andHomogeneous:(BOOL)homogeneous;
54 -(void)resizeWithRows:(NSNumber *)rows andColumns:(NSNumber *)columns;
60 -(void)attachWithChild:(
CGTKWidget *)child andLeftAttach:(NSNumber *)leftAttach andRightAttach:(NSNumber *)rightAttach andTopAttach:(NSNumber *)topAttach andBottomAttach:(NSNumber *)bottomAttach andXoptions:(GtkAttachOptions)xoptions andYoptions:(GtkAttachOptions)yoptions andXpadding:(NSNumber *)xpadding andYpadding:(NSNumber *)ypadding;
66 -(void)attachDefaultsWithWidget:(
CGTKWidget *)widget andLeftAttach:(NSNumber *)leftAttach andRightAttach:(NSNumber *)rightAttach andTopAttach:(NSNumber *)topAttach andBottomAttach:(NSNumber *)bottomAttach;
72 -(void)setRowSpacingWithRow:(NSNumber *)row andSpacing:(NSNumber *)spacing;
78 -(NSNumber *)getRowSpacing:(NSNumber *)row;
84 -(void)setColSpacingWithColumn:(NSNumber *)column andSpacing:(NSNumber *)spacing;
90 -(NSNumber *)getColSpacing:(NSNumber *)column;
96 -(void)setRowSpacings:(NSNumber *)spacing;
102 -(NSNumber *)getDefaultRowSpacing;
108 -(void)setColSpacings:(NSNumber *)spacing;
114 -(NSNumber *)getDefaultColSpacing;
120 -(void)setHomogeneous:(BOOL)homogeneous;
126 -(BOOL)getHomogeneous;
132 -(void)getSizeWithRows:(NSNumber **)rows andColumns:(NSNumber **)columns;
Definition: CGTKTable.h:34
Definition: CGTKContainer.h:34