GridLayout.getRowBaselinePosition

Returns the baseline position of @row.

If no value has been set with [method@Gtk.GridLayout.set_row_baseline_position], the default value of %GTK_BASELINE_POSITION_CENTER is returned.

class GridLayout
GtkBaselinePosition
getRowBaselinePosition
(
int row
)

Parameters

row int

a row index

Return Value

Type: GtkBaselinePosition

the baseline position of @row

Meta