Enumeration (GI Enum)

Adw-1AdwJustifyModeSince 1.7

Describes line justify behaviors in a WrapLayout or WrapBox.

See WrapLayout.justify and WrapBox.justify.

1.7

Index

Enumeration Members

Enumeration Members

FILL: number

Stretch each child within the line, keeping consistent spacing, so that the line fills the entire length.

NONE: number

Don't justify children within a line.

SPREAD: number

Increase spacing between children, moving the children so that the first and last child are aligned with the beginning and end of the line. If the line only contains a single widget, it will be stretched regardless.