Alignment.xalign

Get xalign property.

More...
  1. float xalign [@property getter]
    class Alignment
    @property
    float
    xalign
    ()
  2. float xalign [@property setter]

Return Value

Type: float

Horizontal position of child in available space. A value of 0.0 will flush the child left (or right, in RTL locales); a value of 1.0 will flush the child right (or left, in RTL locales).

Detailed Description

Deprecated: Use gtk.widget.Widget.setHalign on the child instead