Method

GtkGridinsert_column

since: 3.2

Declaration [src]

void
gtk_grid_insert_column (
  GtkGrid* grid,
  gint position
)

Description [src]

Inserts a column at the specified position.

Children which are attached at or to the right of this position are moved one column to the right. Children which span across this position are grown to span the new column.

Available since: 3.2

Parameters

position

Type: gint

The position to insert the column at.