Method

GtkGridset_baseline_row

since: 3.10

Declaration [src]

void
gtk_grid_set_baseline_row (
  GtkGrid* grid,
  gint row
)

Description [src]

Sets which row defines the global baseline for the entire grid. Each row in the grid can have its own local baseline, but only one of those is global, meaning it will be the baseline in the parent of the grid.

Available since: 3.10

Sets propertyGtk.Grid:baseline-row

Parameters

row

Type: gint

The row index.