Grid.setRowBaselinePosition
void setRowBaselinePosition(int row, gtk.types.BaselinePosition pos)Sets how the baseline should be positioned on row of the grid, in case that row is assigned more space than is requested.
The default baseline position is [gtk.types.BaselinePosition.Center].
Parameters
row | a row index |
pos | a [gtk.types.BaselinePosition] |