Label.xalign

Set xalign property.

  1. float xalign [@property getter]
  2. float xalign [@property setter]
    class Label
    @property
    void
    xalign
    (
    float propval
    )

Parameters

propval float

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.