WIMP window events

A Toolbox application can also receive the lower level WIMP window events. These are things like key presses, mouse clicks and redraw events. In some cases the Toolbox intercepts these values or a flag in the Window object tells the WIMP it is not interested in them. In most cases there is a flag you can set on the Window to allow them to get through.

These events are handled in code in exactly the same way as Toolbox events. i.e. There are add_..._listener and remove_..._listener methods on the tbx::Window class to add and remove the event handlers.