Create a tree object
and assign it a root. When the root is @nil
(default), the tree must be assigned a root using tree->root
before any other nodes may be attached.
Note that class node
defines a convert method for graphicals that creates a node with the
specified graphical as node<-image.