Compare this to [gtk.widget.Widget.halign], which determines how the labels size allocation is positioned in the space available for the label.
Label.xalign
float xalign() @propertyGet xalign property.
Returns
The horizontal alignment of the label text inside its size allocation.
void xalign(float propval) @propertySet xalign property.
Parameters
propval | The horizontal alignment of the label text inside its size allocation. Compare this to [gtk.widget.Widget.halign], which determines how the labels size allocation is positioned in the space available for the label. |