Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

make-node

Generic function

Summary

Creates a node which can be inserted in the specified tree control.

Signature

make-node tree object #key #all-keys => node

Arguments

tree
An instance of <tree-control>.

object
An instance of type <object>.

Values

node
An instance of type <tree-node>.

Library

duim-gadgets

Module

duim-gadgets

Description

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.

See also

add-node, page 529

find-node, page 548

remove-node, page 637

<tree-control>, page 679


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index