[wxPython] PushEventHandler

Hello,

is there a demo for the PushEventHandler?

thanks,
Lucian

···

--
Best regards,
Lucian mailto:gemes@gmx.at

is there a demo for the PushEventHandler?

It is used in demo/GridCustEditor.py but it's not a very good example as the
event handler is passed in from the C++ code...

Basically they way you would use it is to derive a class from wxEvtHandler,
hook events to it's methods just as you would for a window, and then puch a
new instance on to each of the controls you want it on.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!