Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkTreeViewGetColumn: gtkTreeViewGetColumn
Description
Gets the
GtkTreeViewColumn
at the given position in the
tree_view
.
Usage
gtkTreeViewGetColumn(object, n)
Arguments
object
A
GtkTreeView
.
n
The position of the column, counting from 0.
Value
GtkTreeViewColumn
] The
GtkTreeViewColumn
, or
NULL
if the position is outside the range of columns.