Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

find-node

Generic function

Summary

Finds a node in a tree control.

Signature

find-item tree object #key parent-node => found-item

Arguments

tree
An instance of <tree-control>.

object
An instance of <object>.

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

Values

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

Library

duim-gadgets

Module

duim-gadgets

Description

Finds the item in a tree control that corresponds to object.

See also

add-node, page 529

make-node, page 612

remove-node, page 637

<tree-control>, page 679


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index