GtkJustification

Used for justifying the text inside a #GtkLabel widget. (See also #GtkAlignment).

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.

Meta