Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

node-expanded?

Generic function

Summary

Returns true if the specified node is expanded in a tree control.

Signature

node-expanded? tree-node => expanded?

Arguments

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

Values

expanded?
An instance of type <boolean>.

Library

duim-gadgets

Module

duim-gadgets

Description

Returns true if tree-node is expanded in a tree control, so that its children are displayed in the tree control.

See also

<tree-node>, page 690


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index