Lisp HUG Maillist Archive

mouseOut

Hi,

AFAIK, the CAPI does not support ”mouseOut” events. Does anyone know a way to emulate it – at least for platforms with underlying support?

Erik



_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Re: mouseOut

It’s been many years (maybe LWL5?), but I remember doing something like this:

a) subclassing some of the CAPI widgets (probably as state machines)

b) using pane focus (sending “events” to the state machines?)

At the time, it was a revelation to me that CAPI objects are CLOS objects and could be subclassed.

pt


> On Jan 29, 2020, at 4:09 PM, Erik Ronström <erik.ronstrom@doremir.com> wrote:
> 
> Hi,
> 
> AFAIK, the CAPI does not support ”mouseOut” events. Does anyone know a way to emulate it – at least for platforms with underlying support?
> 
> Erik
> 
> 
> 
> _______________________________________________
> Lisp Hug - the mailing list for LispWorks users
> lisp-hug@lispworks.com
> http://www.lispworks.com/support/lisp-hug.html


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html

Updated at: 2020-12-10 08:29 UTC