get_valign


Description:

public Align get_valign ()

Gets the value of the valign property.

For backwards compatibility reasons this method will never return gtk_align_baseline, but instead it will convert it to gtk_align_fill. If your widget want to support baseline aligned children it must use get_valign_with_baseline, or `g_object_get (widget, "valign", &value, NULL)`, which will also report the true value.

Parameters:

this

a Widget

Returns:

the vertical alignment of this, ignoring baseline alignment