[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


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 section Package Glib.Object)
Gtk_Object                    (see section Package Gtk.Object)
   \___ Gtk_Widget            (see section Package Gtk.Widget)
      \___ Gtk_Container      (see section Package Gtk.Container)
         \___ Gtk_Menu_Shell  (see section Package Gtk.Menu_Shell)
            \___ Gtk_Menu_Bar (see section 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.



[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]