Compare this to gtk.widget.Widget.valign, which determines how the labels size allocation is positioned in the space available for the label.
Label.yalign
float yalign() @property nothrowGet yalign property.
Returns
The vertical alignment of the label text inside its size allocation.
void yalign(float propval) @property nothrowSet yalign property.
Parameters
propval | The vertical alignment of the label text inside its size allocation. Compare this to gtk.widget.Widget.valign, which determines how the labels size allocation is positioned in the space available for the label. |