Enumeration
Gtk.Justification
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_JUSTIFY_LEFT |
"left" |
0 |
The text is placed at the left edge of the label. |
GTK_JUSTIFY_RIGHT |
"right" |
1 |
The text is placed at the right edge of the label. |
GTK_JUSTIFY_CENTER |
"center" |
2 |
The text is placed in the center of the label. |
GTK_JUSTIFY_FILL |
"fill" |
3 |
The text is placed is distributed across the label. |