API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2024.2
enum Gtk.PackType
Represents the packing location GtkBox children. (See: GtkVBox, GtkHBox, and GtkButtonBox).
GtkBox
GtkVBox
GtkHBox
GtkButtonBox
GTK_PACK_START
The child is packed into the start of the box.
0
GTK_PACK_END
The child is packed into the end of the box.
1
Content