GtkMenuBar
A widget that holds menu items.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkMenuShell
                        `-- GtkMenuBar
Description
This widget forms the base to create a general menu. First, you need to create a GtkMenuBar and then add GtkMenuItems to it. The result will be a standard menu bar that may be placed appropriately in the application.
Constructors
GtkMenuBar ();-- Creates a new GtkMenuBar