32 #import "CoreGTK/CGTKMenuShell.h" 42 +(GList*)getForAttachWidget:(
CGTKWidget*) widget;
48 -(id)initFromModel:(GMenuModel*) model;
65 -(void)attachWithChild:(
CGTKWidget*) child andLeftAttach:(guint) leftAttach andRightAttach:(guint) rightAttach andTopAttach:(guint) topAttach andBottomAttach:(guint) bottomAttach;
73 -(void)attachToWidgetWithAttachWidget:(
CGTKWidget*) attachWidget andDetacher:(GtkMenuDetachFunc) detacher;
142 -(void)placeOnMonitor:(GdkMonitor*) monitor;
160 -(void)popupWithParentMenuShell:(
CGTKWidget*) parentMenuShell andParentMenuItem:(
CGTKWidget*) parentMenuItem andFunc:(GtkMenuPositionFunc) func andData:(gpointer) data andButton:(guint) button andActivateTime:(guint32) activateTime;
167 -(void)popupAtPointer:(
const GdkEvent*) triggerEvent;
178 -(void)popupAtRectWithRectWindow:(GdkWindow*) rectWindow andRect:(
const GdkRectangle*) rect andRectAnchor:(GdkGravity) rectAnchor andMenuAnchor:(GdkGravity) menuAnchor andTriggerEvent:(
const GdkEvent*) triggerEvent;
188 -(void)popupAtWidgetWithWidget:(
CGTKWidget*) widget andWidgetAnchor:(GdkGravity) widgetAnchor andMenuAnchor:(GdkGravity) menuAnchor andTriggerEvent:(
const GdkEvent*) triggerEvent;
202 -(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;
210 -(void)reorderChildWithChild:(
CGTKWidget*) child andPosition:(gint) position;
223 -(void)setAccelGroup:(GtkAccelGroup*) accelGroup;
230 -(void)setAccelPath:(NSString*) accelPath;
237 -(void)setActive:(guint) index;
244 -(void)setMonitor:(gint) monitorNum;
251 -(void)setReserveToggleSize:(BOOL) reserveToggleSize;
258 -(void)setScreen:(GdkScreen*) screen;
265 -(void)setTearoffState:(BOOL) tornOff;
272 -(void)setTitle:(NSString*) title;