insert_column


Description:

public int insert_column (TreeViewColumn column, int position)

This inserts the column into the this at position.

Note:

Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead

If position is -1, then the column is inserted at the end. If this has “fixed_height” mode enabled, then column must have its “sizing” property set to be GTK_TREE_VIEW_COLUMN_FIXED.

Parameters:

this

A `GtkTreeView`.

column

The `GtkTreeViewColumn` to be inserted.

position

The position to insert column in.

Returns:

The number of columns in this after insertion.