GtkMenu
A menu widget usually a child of a GtkMenuBar or GtkMenuItem.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkMenuShell
                        `-- GtkMenu
Description
A GtkMenu is a GtkMenuShell that implements a drop-down menu consisting of GtkMenuItem objects. Menus are normally dropped down by activating a GtkMenuItem from a GtkMenuBar or another GtkMenu.
Because a GtkMenuItem can contain GtkMenus, it is possible to create infinitely many levels of nested menus.
Constructors
GtkMenu ();--
Methods
attach() Â detach() Â get_accel_group() Â get_active() Â get_attach_widget() Â get_tearoff_state() Â get_title() Â popdown() Â popup() Â Pops up the menu reorder_child() Â reposition() Â set_accel_group() Â set_active() Â set_monitor() Â set_screen() Â set_tearoff_state() Â set_title() Â set_menu_accel_path() Â
Signals
"move-scroll" Â