type Gtk_Vbutton_Box_Record is new Gtk.Button_Box.Gtk_Button_Box_Record with private;
type Gtk_Vbutton_Box is access all Gtk_Vbutton_Box_Record'Class;
procedure Initialize
( | Widget | : access Gtk_Vbutton_Box_Record'Class); |
function Get_Type return Glib.GType;
A Gtk_Vbutton_Box is a specific Gtk_Button_Box that organizes its children vertically.
The beginning of the box (when you add children with Gtk.Box.Pack_Start) is on the top of the box. Its end (for Gtk.Box.Pack_End) is on the bottom.
Binding from C File version 2.8.17