Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

gadget-items-setter

Generic function

Summary

Sets the items for the specified gadget.

Signature

gadget-items-setter items gadget => items

Arguments

items
An instance of type <sequence>.

gadget
An instance of type <collection-gadget>.

Values

items
An instance of type <sequence>.

Library

duim-gadgets

Module

duim-gadgets

Description

Sets the items for gadget to the items specified by items.

Example

*gadget* := contain(make
                     (<radio-box>, 
                      items: range(from: 0, to: 20)));
gadget-items(*gadget*) := range(from: 0, to: 15);

See also

gadget-items, page 566


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index