gtkCTreeRow {RGtk2} | R Documentation |
Get the GtkCTreeRow
structure from the opaque GtkCTreeNode
.
This allows traversing the data structure of the GtkCTree
.
gtkCTreeRow(node)
node |
The GtkCTreeNode from which to get the GtkCTreeRow . |
The GtkCTree
widget is deprecated. Please consider using
GtkTreeView
.
Michael Lawrence