-7. Document the differences (method signatures, new methods to
-compensate for no overloading, etc.) between wxPython and wxWindows.
+5. There are some virtual On** and other methods in wxWindows that
+ should end up being callbacks in derived python classes, but they
+ are not called via the standard event system. Is there any way to
+ hook into these and call Python methods (if they exist in the
+ derived class) without having to derive a specialized C++ class?
+
+6. Add the Doc/View related classes
+
+7. Add the Printing related classes
+
+8. Document the differences (method signatures, new methods to
+ compensate for no overloading, etc.) between wxPython and wxWindows.
+
+9. Create some larger-scale sample application with wxPython to show
+ it can be done and the simplicity that it will provide... Test
+ distribution with Freeze.