Next Prev Up Top Contents Index

invoke-untranslated-command

Function
Summary

The invoke-untranslated-command function invokes a command in the input model for a specified output pane, but without the translator being called to process gesture information.

Syntax

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

Description

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

See also

invoke-command
define-command
output-pane


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index