Enumeration (GI Enum)

Adw-1AdwPackDirectionSince 1.7

Describes child packing behavior in a WrapLayout or WrapBox.

See WrapLayout.pack_direction and WrapBox.pack_direction.

1.7

Index

Enumeration Members

Enumeration Members

END_TO_START: number

Pack children from right to left for LTR languages, or bottom to top vertically.

START_TO_END: number

Pack children from left to right for LTR languages, or top to bottom vertically.