Toc Gallery Index Tree Gtk.Menu_Bar

Screenshot

No screeshot

Hierarchy

Description

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.

Types

Subprograms

  • procedure Gtk_New (Menu_Bar : out Gtk_Menu_Bar);
    Create a menu bar.
  • procedure Initialize (Menu_Bar : access Gtk_Menu_Bar_Record'Class);
    Internal initialization function. See the section "Creating your own widgets" in the documentation.
  • function Get_Type return Gtk.Gtk_Type;
    Return the internal value associated with a Gtk_Menu_Bar.
  • procedure Set_Child_Pack_Direction (Menubar : access Gtk_Menu_Bar_Record; Child_Pack_Dir : Gtk.Enums.Gtk_Pack_Direction);
    function Get_Child_Pack_Direction (Menubar : access Gtk_Menu_Bar_Record) return Gtk.Enums.Gtk_Pack_Direction;
    Sets how widgets should be packed inside the children of a menubar.
  • procedure Set_Pack_Direction (Menubar : access Gtk_Menu_Bar_Record; Pack_Dir : Gtk.Enums.Gtk_Pack_Direction);
    function Get_Pack_Direction (Menubar : access Gtk_Menu_Bar_Record) return Gtk.Enums.Gtk_Pack_Direction;
    Sets how items should be packed inside a menubar.

Properties

  • Child_Pack_Direction_Property
    Enum
    The child pack direction of the menubar
  • Pack_Direction_Property
    Enum
    The pack direction of the menubar

Style Properties

  • Internal_Padding_Property
    Int
    Amount of border space between the menubar shadow and the menu
  • Shadow_Type_Property
    Enum
    Style of bevel around the menubar

Alphabetical Index