PackType
Description:
[ CCode ( cprefix = "GTK_PACK_" , type_id = "gtk_pack_type_get_type ()" ) ]
public enum PackType
Represents the packing location of a children in its parent.
See [class@WindowControls] for example.
Content:
Enum values:
- END - The child is packed into the end of the
widget
- START - The child is packed into the start of
the widget