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


Class Methods | |
| (GList *) | + getForAttachWidget: |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Additional Inherited Members | |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKMenu.h.
| - (void) attachToWidgetWithAttachWidget: | (CGTKWidget*) | attachWidget | |
| andDetacher: | (GtkMenuDetachFunc) | detacher | |
-(void*)attachToWidgetWithAttachWidget:(CGTKWidget*) attachWidget andDetacher:(GtkMenuDetachFunc) detacher;
| attachWidget | |
| detacher |
Definition at line 75 of file CGTKMenu.m.
| - (void) attachWithChild: | (CGTKWidget*) | child | |
| andLeftAttach: | (guint) | leftAttach | |
| andRightAttach: | (guint) | rightAttach | |
| andTopAttach: | (guint) | topAttach | |
| andBottomAttach: | (guint) | bottomAttach | |
-(void*)attachWithChild:(CGTKWidget*) child andLeftAttach:(guint) leftAttach andRightAttach:(guint) rightAttach andTopAttach:(guint) topAttach andBottomAttach:(guint) bottomAttach;
| child | |
| leftAttach | |
| rightAttach | |
| topAttach | |
| bottomAttach |
Definition at line 70 of file CGTKMenu.m.
| - (void) detach |
-(void*)detach;
Definition at line 80 of file CGTKMenu.m.
| - (GtkAccelGroup *) getAccelGroup |
| - (NSString *) getAccelPath |
| - (CGTKWidget *) getActive |
| - (CGTKWidget *) getAttachWidget |
| + (GList *) getForAttachWidget: | (CGTKWidget*) | widget |
Functions
Definition at line 36 of file CGTKMenu.m.
| - (gint) getMonitor |
| - (BOOL) getReserveToggleSize |
| - (BOOL) getTearoffState |
| - (NSString *) getTitle |
| - (id) init |
| - (GtkMenu *) MENU |
Methods
Definition at line 65 of file CGTKMenu.m.
| - (void) popdown |
-(void*)popdown;
Definition at line 125 of file CGTKMenu.m.
| - (void) popupForDeviceWithDevice: | (GdkDevice*) | device | |
| andParentMenuShell: | (CGTKWidget*) | parentMenuShell | |
| andParentMenuItem: | (CGTKWidget*) | parentMenuItem | |
| andFunc: | (GtkMenuPositionFunc) | func | |
| andData: | (gpointer) | data | |
| andDestroy: | (GDestroyNotify) | destroy | |
| andButton: | (guint) | button | |
| andActivateTime: | (guint32) | activateTime | |
-(void*)popupForDeviceWithDevice:(GdkDevice*) device andParentMenuShell:(CGTKWidget*) parentMenuShell andParentMenuItem:(CGTKWidget*) parentMenuItem andFunc:(GtkMenuPositionFunc) func andData:(gpointer) data andDestroy:(GDestroyNotify) destroy andButton:(guint) button andActivateTime:(guint32) activateTime;
| device | |
| parentMenuShell | |
| parentMenuItem | |
| func | |
| data | |
| destroy | |
| button | |
| activateTime |
Definition at line 135 of file CGTKMenu.m.
| - (void) popupWithParentMenuShell: | (CGTKWidget*) | parentMenuShell | |
| andParentMenuItem: | (CGTKWidget*) | parentMenuItem | |
| andFunc: | (GtkMenuPositionFunc) | func | |
| andData: | (gpointer) | data | |
| andButton: | (guint) | button | |
| andActivateTime: | (guint32) | activateTime | |
-(void*)popupWithParentMenuShell:(CGTKWidget*) parentMenuShell andParentMenuItem:(CGTKWidget*) parentMenuItem andFunc:(GtkMenuPositionFunc) func andData:(gpointer) data andButton:(guint) button andActivateTime:(guint32) activateTime;
| parentMenuShell | |
| parentMenuItem | |
| func | |
| data | |
| button | |
| activateTime |
Definition at line 130 of file CGTKMenu.m.
| - (void) reorderChildWithChild: | (CGTKWidget*) | child | |
| andPosition: | (gint) | position | |
-(void*)reorderChildWithChild:(CGTKWidget*) child andPosition:(gint) position;
| child | |
| position |
Definition at line 140 of file CGTKMenu.m.
| - (void) reposition |
-(void*)reposition;
Definition at line 145 of file CGTKMenu.m.
| - (void) setAccelGroup: | (GtkAccelGroup*) | accelGroup |
| - (void) setAccelPath: | (NSString*) | accelPath |
| - (void) setActive: | (guint) | index |
| - (void) setMonitor: | (gint) | monitorNum |
| - (void) setReserveToggleSize: | (BOOL) | reserveToggleSize |
-(void*)setReserveToggleSize: reserveToggleSize;
| reserveToggleSize |
Definition at line 170 of file CGTKMenu.m.
| - (void) setScreen: | (GdkScreen*) | screen |
| - (void) setTearoffState: | (BOOL) | tornOff |
| - (void) setTitle: | (NSString*) | title |