createInheritanceTree {RGtkViewers}R Documentation

Create a GtkTree to represent a hierarchy

Description

This is a recursive function that creates a GtkTree from the specified hierarchy, starting at the specified node.

Usage

createInheritanceTree(hier, el = hier[["NA"]][1], top = gtkTree(), callback = NULL)

Arguments

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.

Value

A list

item the GtkTreeItem
subTree the sub-tree associated with the node item
tree the top-level GtkTree object

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RGtk, http://www.gtk.org

See Also

showGtkInheritance

Examples



[Package RGtkViewers version 0.7 Index]