Gtk.Menu: Method Members

The methods of Gtk.Menu are listed below. For a list of all members, see the Menu Members list.

See Also: Inherited members from Gtk.MenuShell

Public Methods

Attach(Widget, uint, uint, uint, uint)
Adds a new Gtk.MenuItem to a (table) menu.
AttachToWidget(Widget, MenuDetachFunc)
Attaches the menu to the widget and provides a detacher.
Detach()
Detaches the menu from the widget to which it had been attached.
static
GetForAttachWidget(Widget) : GLib.List
Documentation for this section has not yet been entered.
Popdown()
Removes the menu from the screen.
Popup()
Displays a menu and makes it available for selection.
Popup(Widget, Widget, MenuPositionFunc, uint, uint)
Displays a menu and makes it available for selection.
Popup(Widget, Widget, MenuPositionFunc, IntPtr, uint, uint)
Obsolete. Replaced by k.Menu.Popup(Widget, Widget, MenuPositionFunc, uint, uint).
ReorderChild(Widget, int)
Moves a Gtk.MenuItem to a new position within the Gtk.Menu.
Reposition()
Repositions the menu according to its position function.
SetActive(uint)
Selects the specified menu item within the menu.