Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

find-item

Generic function

Summary

Finds an item in a list control or a table control.

Signature

find-item list-or-table object #key => found-item

Arguments

list-or-table
An instance of type-union
(<list-control>
, <table-control>).

object
An instance of type <object>.

Values

found-item
An instance of type type-union(<list-item>, <table-item>, #f).

Library

duim-gadgets

Module

duim-gadgets

Description

Finds the item in a list control or a table control that corresponds to object.

See also

add-item, page 528

<list-control>, page 601

<list-item>, page 609

make-item, page 609

remove-item, page 636

<table-control>, page 666

<table-item>, page 672


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index