42 -(GtkExpander *)EXPANDER;
48 -(id)init:(NSString *)label;
54 -(id)initWithMnemonic:(NSString *)label;
60 -(void)setExpanded:(BOOL)expanded;
72 -(void)setSpacing:(NSNumber *)spacing;
78 -(NSNumber *)getSpacing;
84 -(void)setLabel:(NSString *)label;
90 -(NSString *)getLabel;
96 -(void)setUseUnderline:(BOOL)useUnderline;
102 -(BOOL)getUseUnderline;
108 -(void)setUseMarkup:(BOOL)useMarkup;
120 -(void)setLabelWidget:(
CGTKWidget *)labelWidget;
132 -(void)setLabelFill:(BOOL)labelFill;
Definition: CGTKExpander.h:34