GridLayout.getRowBaselinePosition

Returns the baseline position of row.

If no value has been set with gtk.grid_layout.GridLayout.setRowBaselinePosition, the default value of gtk.types.BaselinePosition.Center is returned.

class GridLayout
getRowBaselinePosition
(
int row
)

Parameters

row int

a row index

Return Value

Type: gtk.types.BaselinePosition

the baseline position of row