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

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

Meta