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.
Parameters
position
the position to insert @column at
column
the GtkColumnViewColumn
to insert