Method
GtkColumnViewinsert_column
Declaration [src]
void
gtk_column_view_insert_column (
  GtkColumnView* self,
  guint position,
  GtkColumnViewColumn* column
)
Description [src]
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
- 
            Type: guintThe position to insert columnat.
- column
- 
            Type: GtkColumnViewColumnThe GtkColumnViewColumnto insert.The data is owned by the caller of the method.