Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

command-function

Generic function

Summary

Returns the function associated with the specified command.

Signature

command-function command => function

Arguments

command
An instance of type <command>.

Values

function
An instance of type <function>.

Library

duim-frames

Module

duim-frames

Description

Returns the function associated with command. A command function is the function that is called by a <command> object. Command functions are similar to callbacks, in that they are user functions that are invoked in order to perform some action. Command functions take at least one argument: a <frame> object.

See also

<command>, page 716

execute-command, page 783


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index