JustifyMode
Description:
[ CCode ( cprefix = "ADW_JUSTIFY_" , type_id = "adw_justify_mode_get_type ()" ) ]
[ Version ( since = "1.7" ) ]
public enum JustifyMode
Describes line justify behaviors in a [class@WrapLayout] or [class@WrapBox].
See [property@WrapLayout:justify] and [property@WrapBox:justify].
Content:
Enum values:
- FILL - Stretch each child within the line,
keeping consistent spacing, so that the line fills the entire length.
- NONE - Don't justify children within a line.
- SPREAD - Increase spacing between children,
moving the children so that the first and last child are aligned with the beginning and end of the line.