#mouseDown event handling

Ruedi Steinmann ruedisteinmann at gmx.net
Sun Jan 16 14:06:58 UTC 2005


Sorry for my late reply.
#handleMouseDown sends #mouseDown to self. From there the event goes to the
Morph's eventhandler. That's the place to put a handler. So again:
Why is that handler stuff used?
Ruedi.

----- Original Message ----- 
From: "Chris Muller" <afunkyobject at yahoo.com>
To: "Squeak List" <squeak-dev at lists.squeakfoundation.org>
Sent: Tuesday, January 04, 2005 6:58 PM
Subject: Re: #mouseDown event handling


> > Why is that handler stuff used?  The same functionality could be
archieved by
>
> > changing Morph>>handleMouseDown:
>
> So you can add your own event-handlers to existing morphs without having
to
> change their code.
>




More information about the Squeak-dev mailing list