Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

contract-node

Generic function

Summary

Contracts the specified node in a tree control.

Signature

contract-node tree-control node => ()

Arguments

tree-control
An instance of <tree-control>.

node
An instance of type <tree-node>.

Values

None

Library

duim-gadgets

Module

duim-gadgets

Description

Contracts the specified node in tree-control, thereby hiding any children of the node that were displayed.

See also

expand-node, page 547


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index