Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

activate-gadget

Generic function

Summary

Activates the specified gadget.

Signature

activate-gadget gadget => ()

Arguments

gadget
An instance of type <gadget>.

Values

None

Library

duim-gadgets

Module

duim-gadgets

Description

Activates gadget by calling the activate callback. For example, in the case of a button, calling this generic function would be as if the user had pressed the button.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index