Overriding wxApp::MainLoop()
Viktor Lundström
viktor.lundstrom at gmail.com
Fri Aug 4 06:54:56 PDT 2006
Hi!
I need to implement my own wxApp::MainLoop().
What is the minimal implementation of the MainLoop on MSW (wxWidgets 2.6.3)?
Looking at the source, it seems like I could subclass wxEventLoop and
replace Run() with a customized version, and then use this one in
MainLoop().
Is this a good solution?
All answers are appreciated!
Regards,
Viktor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20060804/299=
28696/attachment.htm
More information about the wx-users
mailing list