Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

node-children

Generic function

Summary

Returns the children of the specified node in a tree control.

Signature

node-children tree-node => children

Arguments

tree-node
An instance of type <tree-node>.

Values

children
An instance of type limited(<sequence>, of: <tree-node>).

Library

duim-gadgets

Module

duim-gadgets

Description

Returns the children of tree-node in a tree control.

See also

node-children-setter, page 619

node-parents, page 620

tree-control-children-generator, page 684

<tree-node>, page 690


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index