[wxPython-users] A few questions....
Robin Dunn
robin at alldunn.com
Fri Mar 30 09:36:11 PDT 2007
James Matthews wrote:
> Ok i am sorry for not including these two lines of code...
>
> ID_ABOUT = wx.ID_ABOUT
> ID_EXIT = wx.ID_EXIT
>
> Now about the event handlers i am looking for a global windows message
> que so instead of making an event handler for a menu and the window all
> i need to grab is one of them!
>
The last step in event propagation is the app object, so you can bind
your handlers there to catch anything that hasn't been handled already.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list