Method

GtkGridremove_row

since: 3.10

Declaration [src]

void
gtk_grid_remove_row (
  GtkGrid* grid,
  gint position
)

Description [src]

Removes a row from the grid.

Children that are placed in this row are removed, spanning children that overlap this row have their height reduced by one, and children below the row are moved up.

Available since: 3.10

Parameters

position

Type: gint

The position of the row to remove.