insert_column


Description:

public void insert_column (uint position, ColumnViewColumn column)

Inserts a column at the given position in the columns of this.

If column is already a column of this, it will be repositioned.

Parameters:

this

a `GtkColumnView`

position

the position to insert column at

column

the `GtkColumnViewColumn` to insert