TreeView.getColumn

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

More...
class TreeView
getColumn
(
int n
)

Parameters

n int

The position of the column, counting from 0.

Return Value

Type: gtk.tree_view_column.TreeViewColumn

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

Detailed Description