Method
GtkGridset_row_baseline_position
since: 3.10
Declaration [src]
void
gtk_grid_set_row_baseline_position (
GtkGrid* grid,
gint row,
GtkBaselinePosition pos
)
Description [src]
Sets how the baseline should be positioned on row
of the
grid, in case that row is assigned more space than is requested.
Available since: 3.10
Parameters
row
-
Type:
gint
A row index.
pos
-
Type:
GtkBaselinePosition
A
GtkBaselinePosition
.