Open abstract instantiable class
The class of nodes in tree controls.
<object>
parent-nodes: <sequence>.
child-nodes: <sequence>.
generation: <integer>. Default value: 0.
object: <object>.
duim-gadgets
duim-gadgets
The class of nodes in tree controls. A tree node represents an object, and is displayed as a text label accompanied by an icon. Tree nodes are analogous to list items in a list control or table items in a table control.
To the left of a tree node is a small plus or minus sign. If a plus sign is displayed, this indicates that the node contains subnodes that are currently not visible. If a minus sign is displayed, this indicates either that the node does not contain any subnodes, or that the subnodes are already visible.
The parent-nodes: and child-nodes: init-keywords let you specify any parents and children that the node has.
The object: init-keyword specifies the object that is represented by the tree node. For example, in the case of a file manager application, this might be a directory on disk.
contract-node expand-node node-children node-expanded? node-parents
<tree-control>, page 679