This does not affect the alignment of the label within its allocation. See gtk.label.Label.xalign for that.
Label.justify
gtk.types.Justification justify() @propertyGet justify property.
Returns
The alignment of the lines in the text of the label, relative to each other.
void justify(gtk.types.Justification propval) @propertySet justify property.
Parameters
propval | The alignment of the lines in the text of the label, relative to each other. This does not affect the alignment of the label within its allocation. See gtk.label.Label.xalign for that. |