======== Drawing (memory DC example) version: 0.0 2008-01-07 ======== Another trip through archive.org brings us the paint example. Originally done in C, it's a simple example on memory DC's. This is slightly different from the original in the fact that the window can be resized. This kind of created a problem with the bitmap size and retaining the contents, so I hacked a fix by created a bitmap with the same dimensions of the screen. This is also my first foray in to wxGlade. Overall, I found it much easier to use than XRC files and the code generation worked pretty well too. Version History -------- - 0.0 [2008-01-07] Initial release Requirements -------- - Python 2.5 - wxPython ======== http://www.mattptr.net