Method
GtkGridget_row_baseline_position
since: 3.10
Declaration [src]
GtkBaselinePosition
gtk_grid_get_row_baseline_position (
GtkGrid* grid,
gint row
)
Description [src]
Returns the baseline position of row
as set
by gtk_grid_set_row_baseline_position()
or the default value
GTK_BASELINE_POSITION_CENTER
.
Available since: 3.10
Return value
Type: GtkBaselinePosition
The baseline position of row
.