wxWidgets/wxPython/contrib
Robin Dunn 1b8c7ba607 Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
some things that were changed/removed from my patch I submitted to
them.)

Since it is now possible easily and simply share the SWIG type tables
across modules I reverted to always using the stock SWIG runtime
instead of my slightly hacked up version of it exported via the
wxPython C API.

The %name directive is now deprecated so replaced most uses of it with
a custom %Rename macro that uses %rename internally.  These will
evetually need to be replaced with a DocDecl macro when docstrings are
added.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-12-23 20:44:09 +00:00
..
activex reSWIGged 2004-09-25 23:41:54 +00:00
dllwidget removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString 2004-06-12 23:44:08 +00:00
gizmos Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
glcanvas Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
iewin Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
ogl Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back 2004-12-23 20:44:09 +00:00
stc reSWIGged 2004-09-30 23:18:30 +00:00
.cvsignore
README

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.