createInheritanceTree {RGtkViewers} | R Documentation |
This is a recursive function that creates a
GtkTree
from the specified
hierarchy, starting at the specified node.
createInheritanceTree(hier, el = hier[["NA"]][1], top = gtkTree(), callback = NULL)
hier |
the overall hierarchy information |
el |
the node at which to start |
top |
the tree into which to add the nodes |
callback |
the callback function to register
with the select signal for each node that is created. |
A list
item |
the GtkTreeItem |
subTree |
the sub-tree associated with the node item |
tree |
the top-level GtkTree object |
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk, http://www.gtk.org