|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKMenuItem.h.
| - (void) activate |
| - (void) deselect |
-(void*)deselect;
Definition at line 82 of file CGTKMenuItem.m.
| - (NSString *) getAccelPath |
| - (NSString *) getLabel |
| - (BOOL) getReserveIndicator |
| - (BOOL) getRightJustified |
| - (CGTKWidget *) getSubmenu |
| - (BOOL) getUseUnderline |
| - (id) init |
Constructors
Reimplemented in CGTKTearoffMenuItem, CGTKCheckMenuItem, CGTKImageMenuItem, and CGTKSeparatorMenuItem.
Definition at line 36 of file CGTKMenuItem.m.
| - (GtkMenuItem *) MENUITEM |
Methods
Definition at line 72 of file CGTKMenuItem.m.
| - (void) select |
-(void*)select;
Definition at line 117 of file CGTKMenuItem.m.
| - (void) setAccelPath: | (NSString*) | accelPath |
-(void*)setAccelPath: accelPath;
| accelPath |
Definition at line 122 of file CGTKMenuItem.m.
| - (void) setLabel: | (NSString*) | label |
| - (void) setReserveIndicator: | (BOOL) | reserve |
-(void*)setReserveIndicator: reserve;
| reserve |
Definition at line 132 of file CGTKMenuItem.m.
| - (void) setRightJustified: | (BOOL) | rightJustified |
-(void*)setRightJustified: rightJustified;
| rightJustified |
Definition at line 137 of file CGTKMenuItem.m.
| - (void) setSubmenu: | (CGTKWidget*) | submenu |
| - (void) setUseUnderline: | (BOOL) | setting |
| - (void) toggleSizeAllocate: | (gint) | allocation |
-(void*)toggleSizeAllocate: allocation;
| allocation |
Definition at line 152 of file CGTKMenuItem.m.
| - (void) toggleSizeRequest: | (gint*) | requisition |
-(void*)toggleSizeRequest: requisition;
| requisition |
Definition at line 157 of file CGTKMenuItem.m.