TreeView.getColumn

Gets the gtk.tree_view_column.TreeViewColumn at the given position in the #tree_view.

Parameters

nThe position of the column, counting from 0.

Returns

The gtk.tree_view_column.TreeViewColumn, or null if the

position is outside the range of columns.

Deprecated