Brian Denheyer writes:
>
> I tried doing
>
> (define old (bind the-canvas "<Motion>"))
> (bind the-canvas "<Motion>" my-proc)
>
> ...
>
> (bind the-canvas "<Motion>" old)
>
Never mind, I found the answer in some code I had already written.
(bind the-canvas "<Motion>" "")
Sorry for the noise...
--
Brian Denheyer
briand_at_northwest.com
Received on Sun Dec 07 1997 - 20:51:38 CET