Next Prev Up Top Contents Index

8.5.2 Defining a Presentation-to-Command Translator

The following example defines the delete-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))

Common Lisp Interface Manager 2.0 User Guide - 14 Dec 2001

Next Prev Up Top Contents Index