package Gtk.Vbutton_Box is
package Implements_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Vbutton_Box_Record, Gtk_Vbutton_Box);
package Implements_Orientable is new Glib.Types.Implements (Gtk.Orientable.Gtk_Orientable, Gtk_Vbutton_Box_Record, Gtk_Vbutton_Box);
type Gtk_Vbutton_Box_Record is new Gtk_Button_Box_Record with null record;
type Gtk_Vbutton_Box is access all Gtk_Vbutton_Box_Record'Class;
procedure Gtk_New
( | Widget | : out Gtk_Vbutton_Box); |
procedure Initialize
( | Widget | : access Gtk_Vbutton_Box_Record'Class); |
function Get_Type return Glib.GType;
function Get_Layout_Default return Gtk.Enums.Gtk_Button_Box_Style;
procedure Set_Layout_Default
( | Layout | : Gtk.Enums.Gtk_Button_Box_Style); |
function Get_Spacing_Default return Gint;
procedure Set_Spacing_Default
( | Spacing | : Gint); |
function Get_Orientation
( | Self | : access Gtk_Vbutton_Box_Record) return Gtk.Enums.Gtk_Orientation; |
procedure Set_Orientation
( | Self | : access Gtk_Vbutton_Box_Record; |
Orientation | : Gtk.Enums.Gtk_Orientation); |
function "+"
( | Widget | : access Gtk_Vbutton_Box_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Vbutton_Box renames Implements_Buildable.To_Object; |
function "+"
( | Widget | : access Gtk_Vbutton_Box_Record'Class) return Gtk.Orientable.Gtk_Orientable renames Implements_Orientable.To_Interface; |
function "-"
( | Interf | : Gtk.Orientable.Gtk_Orientable) return Gtk_Vbutton_Box renames Implements_Orientable.To_Object; |