Justification
Description:
[ CCode ( cprefix = "GTK_JUSTIFY_" , type_id = "gtk_justification_get_type ()" ) ]
public enum Justification
Used for justifying the text inside a [class@Label] widget.
Content:
Enum values:
- CENTER - The text is placed in the center
of the label.
- FILL - The text is placed is distributed
across the label.
- LEFT - The text is placed at the left edge
of the label.
- RIGHT - The text is placed at the right
edge of the label.