32 #import "CoreGTK/CGTKBin.h"
44 -(id)initWithLabel:(NSString*) label;
45 -(id)initWithMnemonic:(NSString*) label;
51 -(GtkMenuItem*)MENUITEM;
70 -(NSString*)getAccelPath;
84 -(BOOL)getReserveIndicator;
91 -(BOOL)getRightJustified;
105 -(BOOL)getUseUnderline;
118 -(void)setAccelPath:(NSString*) accelPath;
125 -(void)setLabel:(NSString*) label;
132 -(void)setReserveIndicator:(BOOL) reserve;
139 -(void)setRightJustified:(BOOL) rightJustified;
153 -(void)setUseUnderline:(BOOL) setting;
160 -(void)toggleSizeAllocate:(gint) allocation;
167 -(void)toggleSizeRequest:(gint*) requisition;