TreeView.getColumn

Gets the #GtkTreeViewColumn 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

Type: gtk.tree_view_column.TreeViewColumn

The #GtkTreeViewColumn, or null if the position is outside the range of columns.