gtkTreeViewGetColumn {RGtk2} | R Documentation |
Gets the GtkTreeViewColumn
at the given position in the tree_view
.
gtkTreeViewGetColumn(object, n)
|
[GtkTreeView ] A GtkTreeView . |
|
[integer] The position of the column, counting from 0. |
[GtkTreeViewColumn
] The GtkTreeViewColumn
, or NULL
if the position is outside the
range of columns.
Derived by RGtkGen from GTK+ documentation