> The internal "message loop" is built into win32gui in PumpMessages() - > internally we do that Get/Translate/Dispatch dance, and delegate the message > itself to a Python function via the Python "message map". For completeness > though I have just added GetMessage() - but it should only be used in rare > cases - the performance of the loop in C will be much better.
Interesting. This isn't mentioned at all in PyWin32.chm. Where could/should I have learnt about it? Alan _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
