GtkPackType

Represents the packing location of a children in its parent.

See GtkWindowControls for example.

Values

ValueMeaning
START0

The child is packed into the start of the widget

END1

The child is packed into the end of the widget

Meta