AlignmentGidBuilderImpl.xalign

T xalign(float propval)

Set xalign property.

Parameters

propvalHorizontal 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).

Returns

Builder instance for fluent chaining

Deprecated

Use [gtk.widget.Widget.setHalign] on the child instead