|
CoreGTK
3.10.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 |
| - (GtkMenu *) getPopup |
| - (id) init |
| - (GtkMenuButton *) MENUBUTTON |
Methods
Definition at line 48 of file CGTKMenuButton.m.
| - (void) setAlignWidget: | (CGTKWidget*) | alignWidget |
-(void*)setAlignWidget: alignWidget;
| alignWidget |
Definition at line 73 of file CGTKMenuButton.m.
| - (void) setDirection: | (GtkArrowType) | direction |
-(void*)setDirection: direction;
| direction |
Definition at line 78 of file CGTKMenuButton.m.
| - (void) setMenuModel: | (GMenuModel*) | menuModel |
-(void*)setMenuModel: menuModel;
| menuModel |
Definition at line 83 of file CGTKMenuButton.m.
| - (void) setPopup: | (CGTKWidget*) | popup |