Next Prev Up Top Contents Index

invoke-command

Function
Summary

The invoke-command function invokes a command in the input model for a specified output pane.

Syntax

invoke-command command output-pane &rest event-args

Description

This invokes the command in the input model for the given output-pane , with the translator being called to process the gesture information. To avoid the translation, use invoke-untranslated-command .

See also

invoke-untranslated-command
define-command
output-pane


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index