How can I reinitialize the event handler

Ned Konz ned at bike-nomad.com
Sun Apr 7 18:43:43 UTC 2002


On Sunday 07 April 2002 11:27 am, ducasse wrote:
> But I donot redefine mouseEnter: I define it. So as the handler is created
> on a per instance basis that's why I need to create another instance.

As long as your class returns true from handlesMouseOver: you're OK. If your 
event handler handles it (i.e. if you haven't defined mouseEnter:) it will 
handle it, and then when you define mouseEnter: in your class the new method 
will be used.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com




More information about the Squeak-dev mailing list