Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

execute-command

Generic function

Summary

Executes a command for the specified frame.

Signature

execute-command command frame => #rest values

Arguments

command
An instance of type <command>.

frame
An instance of type <frame>.

Values

values
Instances of type <object>.

Library

duim-frames

Module

duim-frames

Description

Executes command for frame. The values returned are those values returned as a result of evaluating the command function of command.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index