insert_column


Description:

public int insert_column (TreeViewColumn column, int position)

This inserts the column into the this at position.

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 TreeView.

column

The TreeViewColumn to be inserted.

position

The position to insert column in.

Returns:

The number of columns in this after insertion.