Enumeration (GI Enum)

Adw-1AdwWrapPolicySince 1.7

Describes line wrapping behavior in a WrapLayout or WrapBox.

See WrapLayout.wrap_policy and WrapBox.wrap_policy.

1.7

Index

Enumeration Members

Enumeration Members

MINIMUM: number

Fit as many children into each line as possible, shrinking them down to their minimum size before wrapping to the next line.

NATURAL: number

Wrap to the next line as soon as the previous line cannot fit any more children without shrinking them past their natural size.