TreeView.getColumn

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

class TreeView
getColumn
(
int n
)

Parameters

n int

The position of the column, counting from 0.

Return Value

The gtk.TreeViewColumn, or NULL if the position is outside the range of columns.