Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

gadget-text

Generic function

Summary

Returns the text for the specified gadget.

Signature

gadget-text gadget => gadget-text

Arguments

gadget
An instance of type <text-gadget>.

Values

gadget-text
An instance of type <string>.

Library

duim-gadgets

Module

duim-gadgets

Description

Returns the text for the specified gadget.

Example

First, create and display a text field by typing the following into an interactor:

*g* := contain(make(<text-field>, 
                    value-type: <integer>));

Next, type something into the text field. You can return the text string that you just typed with the following form:

gadget-text(*g*);

See also

gadget-text-setter, page 584

<text-gadget>, page 676


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index