Generic function
Creates a node which can be inserted in the specified tree control.
make-node tree object #key #all-keys => node
<tree-control>.
<object>.
<tree-node>.
duim-gadgets
duim-gadgets
Creates a node that represents object which can be inserted in the specified tree. To insert the item in the tree control, add-node is used. You would not normally call make-node explicitly: just use add-node and the node is created automatically before it is added to the tree control.
add-node, page 529
find-node, page 548
remove-node, page 637
<tree-control>, page 679