39 -(GtkMenuItem *)MENU_ITEM;
51 -(id)initWithLabel:(NSString *)label;
57 -(id)initWithMnemonic:(NSString *)label;
93 -(void)toggleSizeRequest:(NSNumber **)requisition;
99 -(void)toggleSizeAllocate:(NSNumber *)allocation;
105 -(void)setRightJustified:(BOOL)rightJustified;
111 -(BOOL)getRightJustified;
117 -(void)setAccelPath:(NSString *)accelPath;
123 -(NSString *)getAccelPath;
129 -(NSString *)getLabel;
135 -(void)setLabel:(NSString *)label;
141 -(void)setUseUnderline:(BOOL)setting;
147 -(BOOL)getUseUnderline;
Definition: CGTKItem.h:34