GTK Enums
Prev
GtkPackType
Next
GtkPackType
Represents the packing location GtkBox children. (See:
GtkVBox
,
GtkHBox
, and
GtkButtonBox
).
Value
Symbolic name
Description
0
Gtk::PACK_START
The child is packed into the start of the box.
1
Gtk::PACK_END
The child is packed into the end of the box.