8.5 Examples of Defining Presentation Translators in CLIM

8.5.2 Defining a Presentation-to-Command Translator

The following example defines thedelete-file presentation-to-command translator:

(clim:define-presentation-to-command-translator 
 delete-file
 (pathname com-delete-file my-command-table 
           :documentation "Delete this file" 
           :gesture :delete) 
 (object)
 (list object)) 

CLIM 2.0 User's Guide - OCT 1998

Generated with Harlequin WebMaker