Added limited support for wxEventLoop (you can't derive from a

wx.PyEventLoop version yet...)  Updated and moved the sample showing
how to replace the MainLoop to samples/mainloop/mainloop.py.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-23 01:02:00 +00:00
parent 9213ca5d47
commit 96d49f0eea
6 changed files with 211 additions and 125 deletions

View File

@@ -64,6 +64,7 @@ wxPython/samples/doodle
wxPython/samples/embedded
wxPython/samples/frogedit
wxPython/samples/hangman
wxPython/samples/mainloop
wxPython/samples/pySketch
wxPython/samples/pySketch/images
wxPython/samples/simple