Enumeration

GtkPackType

Declaration

enum Gtk.PackType

Description [src]

Represents the packing location GtkBox children. (See: GtkVBox, GtkHBox, and GtkButtonBox).

Members

GTK_PACK_START

The child is packed into the start of the box.

  • Value: 0
  • Available since: 3.0
GTK_PACK_END

The child is packed into the end of the box.

  • Value: 1
  • Available since: 3.0