GridLayout.setRowBaselinePosition

Sets how the baseline should be positioned on @row of the grid, in case that row is assigned more space than is requested.

class GridLayout
void
setRowBaselinePosition
(
int row
,
GtkBaselinePosition pos
)

Parameters

row int

a row index

pos GtkBaselinePosition

a GtkBaselinePosition

Meta