Alignment.xscale

Set xscale property.

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

Parameters

propval float

If available horizontal space is bigger than needed, how much of it to use for the child. A value of 0.0 means none; a value of 1.0 means all.

Detailed Description

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