Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

gadget-command-setter

Generic function

Summary

Sets the command of the specified gadget.

Signature

gadget-command-setter command gadget => command

Arguments

command
An instance of type false-or(<command>).

gadget
An instance of type <gadget>.

Values

command
An instance of type false-or(<command>).

Library

duim-gadgets

Module

duim-gadgets

Description

Sets the command of the specified gadget.

A command is typically associated with a gadget if that gadget has been created by using a command table. For example, the command associated with a menu button would represent the callback that is invoked when the user chooses the relevant menu command.

See also

gadget-command, page 557


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index