AlignmentGidBuilderImpl.yalign

Set yalign property.

More...
class AlignmentGidBuilderImpl(T)
T
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.

Return Value

Type: T

Builder instance for fluent chaining

Detailed Description

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