ColumnView.insertColumn

Inserts a column at the given position in the columns of @self.

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

class ColumnView
void
insertColumn

Parameters

position uint

the position to insert @column at

column ColumnViewColumn

the GtkColumnViewColumn to insert

Meta