message handling in Python / wxPython

Chris Mellon arkanes at gmail.com
Tue Jan 30 11:25:57 EST 2007


On 1/30/07, murali iyengar <muralims80 at gmail.com> wrote:
> hi,
> i have basic knowledge of python and wxPython... now i need to know about
> message handling in python/wxPython?
>
> could anybody pls help me by giving some info on how to handle (in Python),
> 'the user defined messages' posted from VC++, i dont know how to handle
> messaes in python.
>
> Thanks and Regards,
> Murali M.S
> --

You need to override the WndProc at the C level in order to catch
these. As it happens, there is a page on the wxPyWiki about this exact
topic:


http://wiki.wxpython.org/index.cgi/HookingTheWndProc



More information about the Python-list mailing list