   #home GTK Classes GtkMenu::reorder_child GtkMenuBar Constructor

        GTK Classes
   Prev  GtkMenuBar  Next
     _________________________________________________________________

GtkMenuBar

     Horizontal container for menu items.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkContainer
               `-- GtkMenuShell
                     `-- GtkMenuBar

Description

     A GtkMenuBar is a container that exclusively holds GtkMenuItem
     widgets, and displays them from left to right.

     It has key bindings which allow the Up, Down, Left and Right arrow
     keys to be used for menubar navigation. Note that these do not work
     in the win32 version of GTK+ used by PHP-GTK.

Constructor

   GtkMenuBar (void);

     -- Constructs a horizontal menu bar.

Methods

   set_shadow_type()
     Alters appearance of menu bar.
     _________________________________________________________________

   Prev                    Home                    Next
   GtkMenu::reorder_child   Up   GtkMenuBar Constructor
