wxWidgets/wxPython/contrib
Robin Dunn 4acff284f9 A little black magic... When the C++ object (for a window or
whatever) is deleted there is no way to force the Python shadow object
to also be destroyed and clean up all references to it.  This leads to
crashes if the shadow object tries to call a method with the old C++
pointer...  The black magic I've done is to replace the __class__ in the
Python instanc object with a class that raises an exception whenever a
method call is attempted.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-09 22:01:45 +00:00
..
dllwidget Move font and encoding related classes to a new module. Added 2002-04-03 18:15:21 +00:00
gizmos Move font and encoding related classes to a new module. Added 2002-04-03 18:15:21 +00:00
glcanvas SWIGged updates for wxMac 2002-04-04 05:44:55 +00:00
ogl A little black magic... When the C++ object (for a window or 2002-04-09 22:01:45 +00:00
stc SWIGged updates for wxMac 2002-04-04 05:44:55 +00:00
xrc Move font and encoding related classes to a new module. Added 2002-04-03 18:15:21 +00:00
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
README merged 2.2 branch 2000-07-15 19:51:35 +00:00

These sub directories contain add-on modules that are not part of the
core wxPython, either because of licensing issues, optional code in
wxWindows, contrib code in wxWindows, or whatever.