Button.xalign

Set xalign property.

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

Parameters

propval float

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.

Detailed Description

Deprecated: Access the child widget directly if you need to control its alignment.