|
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 CGTKMenuButton.h.
| - (CGTKWidget *) getAlignWidget |
| - (GtkArrowType) getDirection |
-(GtkArrowType*)getDirection;
Reimplemented from CGTKWidget.
Definition at line 58 of file CGTKMenuButton.m.
| - (GMenuModel *) getMenuModel |
| - (GtkPopover *) getPopover |
| - (GtkMenu *) getPopup |
| - (BOOL) getUsePopover |
| - (id) init |
| - (GtkMenuButton *) MENUBUTTON |
Methods
Definition at line 48 of file CGTKMenuButton.m.
| - (void) setAlignWidget: | (CGTKWidget*) | alignWidget |
-(void*)setAlignWidget: alignWidget;
| alignWidget |
Definition at line 83 of file CGTKMenuButton.m.
| - (void) setDirection: | (GtkArrowType) | direction |
-(void*)setDirection: direction;
| direction |
Definition at line 88 of file CGTKMenuButton.m.
| - (void) setMenuModel: | (GMenuModel*) | menuModel |
-(void*)setMenuModel: menuModel;
| menuModel |
Definition at line 93 of file CGTKMenuButton.m.
| - (void) setPopover: | (CGTKWidget*) | popover |
| - (void) setPopup: | (CGTKWidget*) | menu |
| - (void) setUsePopover: | (BOOL) | usePopover |
-(void*)setUsePopover: usePopover;
| usePopover |
Definition at line 108 of file CGTKMenuButton.m.