Button.xalign

float xalign() @property nothrow

Get xalign property.

Returns

If the child of the button is a #GtkMisc or #GtkAlignment, this property

can be used to control its horizontal alignment. 0.0 is left aligned, 1.0 is right aligned.

Deprecated

Access the child widget directly if you need to control

its alignment.

void xalign(float propval) @property nothrow

Set xalign property.

Parameters

propvalIf the child of the button is a #GtkMisc or #GtkAlignment, this property can be used to control its horizontal alignment. 0.0 is left aligned, 1.0 is right aligned.

Deprecated

Access the child widget directly if you need to control

its alignment.