CLIM mail archive
[Prev][Next][Index][Thread]
Genera 8.1.1 CLIM 1.1
Date: Fri, 19 Nov 1993 16:51-0500
From: Richard Billington <buff@cc.gatech.edu>
Is there a way to have a pointer-sensitive item which is NOT highlighted when
the cursor moves over it, yet is still "pointable". People are really bothered
by all the stuff turning on and off as the move the mouse around - it doesn't
bother me, but my users ...
Sure, just write a highlighting method on non-highlighting types that does nothing.
(define-presentation-method highlight-presentation ((type non-highlighting-ptype) record stream state)
(declare (ignore record stream state))
nil)
References:
Main Index |
Thread Index