Next: , Previous: Package_Gtk.Menu, Up: Top



Package Gtk.Menu_Bar

Gtk_Menu_Bar is a subclass of Gtk_Menu_Shell which contains one to many Gtk_Menu_Item. The result is a standard menu bar which can hold many menu items. Gtk_Menu_Bar allows for a shadow type to be set for aesthetic purposes.

Widget Hierarchy
     GObject                       (see Package_Glib.Object)
     Gtk_Object                    (see Package_Gtk.Object)
        \___ Gtk_Widget            (see Package_Gtk.Widget)
           \___ Gtk_Container      (see Package_Gtk.Container)
              \___ Gtk_Menu_Shell  (see Package_Gtk.Menu_Shell)
                 \___ Gtk_Menu_Bar (see Package_Gtk.Menu_Bar)
     

Subprograms
procedure Gtk_New (Menu_Bar : out Gtk_Menu_Bar);
Create a menu bar.

function Get_Type return Gtk.Gtk_Type;
Return the internal value associated with a Gtk_Menu_Bar.