gtkCTreePreRecursive {RGtk2} | R Documentation |
Recursively apply a function to all nodes of the tree at or below a certain
node.
The function is called for each node after it has been called
for its parent.
WARNING: gtk_ctree_pre_recursive
is deprecated and should not be used in newly-written code.
gtkCTreePreRecursive(object, node, func, data = NULL)
|
[GtkCTree ] |
|
[GtkCTreeNode ] The node where to start. NULL means to start at the root. |
|
[GtkCTreeFunc ] The function to apply to each node. |
|
[R object] A closure argument given to each invocation of the function. |
Derived by RGtkGen from GTK+ documentation