Alignment.yalign

Set yalign property.

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

Parameters

propval float

Vertical position of child in available space. A value of 0.0 will flush the child to the top; a value of 1.0 will flush the child to the bottom.

Detailed Description

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