Grid.getRowBaselinePosition

Returns the baseline position of row as set by gtk.grid.Grid.setRowBaselinePosition or the default value gtk.types.BaselinePosition.Center.

class Grid
getRowBaselinePosition
(
int row
)

Parameters

row int

a row index

Return Value

Type: gtk.types.BaselinePosition

the baseline position of row