GtkJustification

Used for justifying the text inside a gtk.Label widget. (See also gtk.Alignment).

Values

ValueMeaning
LEFT0

The text is placed at the left edge of the label.

CENTER2

The text is placed in the center of the label.

FILL3

The text is placed is distributed across the label.