Win VM modifications

Cees de Groot cg at cdegroot.com
Thu Mar 3 13:47:24 UTC 2005


On Thu, 03 Mar 2005 07:58:01 -0500, Rob Gayvert <rtg at rochester.rr.com>  
wrote:

> Initially, I had hoped that I could tap into events after they arrived  
> on the Smalltalk side, assuming they had been augmented with window  
> information like your're doing with Areithfa Ffenestri.

Wouldn't a general solution be that Squeak somehow makes available events  
that aren't for the main window?

while (event = getEvent())
	getHandlerForEvent(event).dispatch(event)

where the Squeak main window would just be one of the handlers? In this  
way, every extension/plugin could just hook in and play ball...



More information about the Wxsqueak mailing list