Invokes a command in the input model for a specified output pane.
capi
invoke-command command output-pane &rest event-args
command⇩ |
A Lisp object defined as a command by define-command. |
output-pane⇩ |
An output-pane. |
event-args⇩ |
A list of appropriate arguments for the event that command is associated with. |
The function invoke-command
invokes command with arguments event-args in the input model of output-pane, with the translator being called to process the gesture information. To avoid the translation, use invoke-untranslated-command.
invoke-untranslated-command
define-command
output-pane
12.2.2 Commands - aliases
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42