Method

GtkGridinsert_row

since: 3.2

Declaration [src]

void
gtk_grid_insert_row (
  GtkGrid* grid,
  gint position
)

Description [src]

Inserts a row at the specified position.

Children which are attached at or below this position are moved one row down. Children which span across this position are grown to span the new row.

Available since: 3.2

Parameters

position

Type: gint

The position to insert the row at.