|
CoreGTK
3.22.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 CGTKMenuShell.h.
| - (void) activateItemWithMenuItem: | (CGTKWidget*) | menuItem | |
| andForceDeactivate: | (BOOL) | forceDeactivate | |
-(void*)activateItemWithMenuItem:(CGTKWidget*) menuItem andForceDeactivate:(BOOL) forceDeactivate;
| menuItem | |
| forceDeactivate |
Definition at line 41 of file CGTKMenuShell.m.
| - (void) append: | (CGTKWidget*) | child |
| - (void) bindModelWithModel: | (GMenuModel*) | model | |
| andActionNamespace: | (NSString*) | actionNamespace | |
| andWithSeparators: | (BOOL) | withSeparators | |
-(void*)bindModelWithModel:(GMenuModel*) model andActionNamespace:(NSString*) actionNamespace andWithSeparators:(BOOL) withSeparators;
| model | |
| actionNamespace | |
| withSeparators |
Definition at line 51 of file CGTKMenuShell.m.
| - (void) cancel |
-(void*)cancel;
Definition at line 56 of file CGTKMenuShell.m.
| - (void) deactivate |
-(void*)deactivate;
Definition at line 61 of file CGTKMenuShell.m.
| - (void) deselect |
-(void*)deselect;
Definition at line 66 of file CGTKMenuShell.m.
| - (CGTKWidget *) getParentShell |
| - (CGTKWidget *) getSelectedItem |
| - (BOOL) getTakeFocus |
| - (void) insertWithChild: | (CGTKWidget*) | child | |
| andPosition: | (gint) | position | |
-(void*)insertWithChild:(CGTKWidget*) child andPosition:(gint) position;
| child | |
| position |
Definition at line 86 of file CGTKMenuShell.m.
| - (GtkMenuShell *) MENUSHELL |
Methods
Definition at line 36 of file CGTKMenuShell.m.
| - (void) prepend: | (CGTKWidget*) | child |
| - (void) selectFirst: | (BOOL) | searchSensitive |
-(void*)selectFirst: searchSensitive;
| searchSensitive |
Definition at line 96 of file CGTKMenuShell.m.
| - (void) selectItem: | (CGTKWidget*) | menuItem |
| - (void) setTakeFocus: | (BOOL) | takeFocus |
-(void*)setTakeFocus: takeFocus;
| takeFocus |
Definition at line 106 of file CGTKMenuShell.m.