CLIM mail archive

[Prev][Next][Index][Thread]

defining pointer gesture names



    Date: Wed, 15 Dec 1993 17:07 EST
    From: Carolyn Banda <banda@marlin.arc.nasa.gov>

    ACL4.1, CLIM1.1

    A simple question (I think):  What is the difference between
    DEFINE-GESTURE-NAME and ADD-POINTER-GESTURE-NAME?  When should you use one
    as opposed to the other?

ADD-POINTER-GESTURE-NAME is simply the function equivalent of the
macro DEFINE-GESTURE-NAME.  Use DEFINE-GESTURE-NAME as a top-level
defining form, and use ADD-POINTER-GESTURE-NAME when you need to
evaluate arguments.  In most programs, you will probably never use
ADD-POINTER-GESTURE-NAME.


References:

Main Index | Thread Index