[wxPython] Document / View Frame Work

Is this supported? What is the current status?

-Mikhael

Is this supported? What is the current status?

The Doc/View classes in wxWindows have not yet been wrapped for wxPython.
There always seems to be something more critical on my todo list.

If someone wants to create the wrappers and contribute them I'll add it to
the main distribution, but I think that it may make more sense to just
reimplement the framework in pure Python. Since there is no platform
specific code there and it is all implemented in wxWindows itself, there is
no reason not to do it in Python. And if it is done that way the overhead
due to allowing C++ methods to be overloaded in Python would be eliminated
resulting in smaller faster programs...

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!