type Gtk_Menu_Bar_Record is new Gtk.Menu_Shell.Gtk_Menu_Shell_Record with private;
type Gtk_Menu_Bar is access all Gtk_Menu_Bar_Record'Class;
Child_Pack_Direction_Property : constant Gtk.Enums.Property_Pack_Direction;
Pack_Direction_Property : constant Gtk.Enums.Property_Pack_Direction;
Internal_Padding_Property : constant Glib.Properties.Property_Int;
Shadow_Type_Property : constant Gtk.Enums.Property_Gtk_Shadow_Type;
procedure Initialize
( | Menu_Bar | : access Gtk_Menu_Bar_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
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; |
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; |
Binding from C File version 2.8.17