package Gtk.Hbutton_Box is
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Hbutton_Box_Record, Gtk_Hbutton_Box);
package Implements_Gtk_Orientable is new Glib.Types.Implements (Gtk.Orientable.Gtk_Orientable, Gtk_Hbutton_Box_Record, Gtk_Hbutton_Box);
type Gtk_Hbutton_Box_Record is new Gtk_Button_Box_Record with null record;
type Gtk_Hbutton_Box is access all Gtk_Hbutton_Box_Record'Class;
procedure Gtk_New
( | Widget | : out Gtk_Hbutton_Box); |
procedure Initialize
( | Widget | : not null access Gtk_Hbutton_Box_Record'Class); |
function Gtk_Hbutton_Box_New return Gtk_Hbutton_Box;
function Get_Type return Glib.GType;
function Get_Orientation
( | Self | : not null access Gtk_Hbutton_Box_Record) return Gtk.Enums.Gtk_Orientation; |
procedure Set_Orientation
( | Self | : not null access Gtk_Hbutton_Box_Record; |
Orientation | : Gtk.Enums.Gtk_Orientation); |
function "+"
( | Widget | : access Gtk_Hbutton_Box_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Hbutton_Box renames Implements_Gtk_Buildable.To_Object; |
function "+"
( | Widget | : access Gtk_Hbutton_Box_Record'Class) return Gtk.Orientable.Gtk_Orientable renames Implements_Gtk_Orientable.To_Interface; |
function "-"
( | Interf | : Gtk.Orientable.Gtk_Orientable) return Gtk_Hbutton_Box renames Implements_Gtk_Orientable.To_Object; |