Method

GtkGridremove_column

since: 3.10

Declaration [src]

void
gtk_grid_remove_column (
  GtkGrid* grid,
  gint position
)

Description [src]

Removes a column from the grid.

Children that are placed in this column are removed, spanning children that overlap this column have their width reduced by one, and children after the column are moved to the left.

Available since: 3.10

Parameters

position

Type: gint

The position of the column to remove.