Gtk.Justification
Used for justifying the text inside a Gtk.Label widget. (See also Gtk.Alignment).
- Justification.LEFT
The text is placed at the left edge of the label.
- Justification.RIGHT
The text is placed at the right edge of the label.
- Justification.CENTER
The text is placed in the center of the label.
- Justification.FILL
The text is placed is distributed across the label.