type Gtk_Hbutton_Box_Record is new Gtk.Button_Box.Gtk_Button_Box_Record with private;
type Gtk_Hbutton_Box is access all Gtk_Hbutton_Box_Record'Class;
procedure Initialize
( | Widget | : access Gtk_Hbutton_Box_Record'Class); |
function Get_Type return Gtk.Gtk_Type;
procedure Set_Spacing_Default
( | Spacing | : in Gint); |
function Get_Spacing_Default return Gint;
procedure Set_Layout_Default
( | Layout | : Gtk.Enums.Gtk_Button_Box_Style); |
function Get_Layout_Default return Gtk.Enums.Gtk_Button_Box_Style;
A Gtk_Hbutton_Box is a specific Gtk_Button_Box that organizes its children horizontally.
The beginning of the box (when you add children with Gtk.Box.Pack_Start) is on the left of the box. Its end (for Gtk.Box.Pack_End) is on the right.
Binding from C File version 2.8.17