_
BoxA 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.
Widget Hierarchy |
---|
GObject (see Package_Glib.Object) Gtk_Object (see Package_Gtk.Object) \___ Gtk_Widget (see Package_Gtk.Widget) \___ Gtk_Container (see Package_Gtk.Container) \___ Gtk_Box (see Package_Gtk.Box) \___ Gtk_Button_Box (see Package_Gtk.Button_Box) \___ Gtk_Vbutton_Box (see Package_Gtk.Vbutton_Box) |
Subprograms |
---|
procedure Gtk_New (Widget : out Gtk_Vbutton_Box); |
Create a new vertical button box. |
function Get_Type return Glib.GType; |
Return the internal value associated with a Gtk_Vbutton_Box. |