Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back
authorRobin Dunn <robin@alldunn.com>
Thu, 23 Dec 2004 20:44:09 +0000 (20:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 23 Dec 2004 20:44:09 +0000 (20:44 +0000)
commit1b8c7ba607a15a2ff8a04448138df9ffff7df6c5
tree5d384b496e4c7ee6b683fb768b1d46d151dfa6c2
parent47261ba05fa6fcc3cc304a3746363956ed67a3ff
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
76 files changed:
wxPython/config.py
wxPython/contrib/gizmos/gizmos.i
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/iewin/iewin.i
wxPython/contrib/ogl/_oglshapes.i
wxPython/contrib/ogl/_oglshapes2.i
wxPython/include/wx/wxPython/wxPython.h
wxPython/include/wx/wxPython/wxPython_int.h
wxPython/setup.py
wxPython/src/_artprov.i
wxPython/src/_bitmap.i
wxPython/src/_core_api.i
wxPython/src/_cursor.i
wxPython/src/_datetime.i
wxPython/src/_dc.i
wxPython/src/_defs.i
wxPython/src/_dirctrl.i
wxPython/src/_dnd.i
wxPython/src/_dragimg.i
wxPython/src/_filesys.i
wxPython/src/_font.i
wxPython/src/_gauge.i
wxPython/src/_gbsizer.i
wxPython/src/_gdicmn.i
wxPython/src/_icon.i
wxPython/src/_image.i
wxPython/src/_imaglist.i
wxPython/src/_listbox.i
wxPython/src/_listctrl.i
wxPython/src/_log.i
wxPython/src/_mdi.i
wxPython/src/_menu.i
wxPython/src/_mimetype.i
wxPython/src/_misc.i
wxPython/src/_notebook.i
wxPython/src/_panel.i
wxPython/src/_popupwin.i
wxPython/src/_printfw.i
wxPython/src/_process.i
wxPython/src/_pycontrol.i
wxPython/src/_pywindows.i
wxPython/src/_radio.i
wxPython/src/_region.i
wxPython/src/_sashwin.i
wxPython/src/_scrolbar.i
wxPython/src/_settings.i
wxPython/src/_sizers.i
wxPython/src/_slider.i
wxPython/src/_sound.i
wxPython/src/_spin.i
wxPython/src/_statctrls.i
wxPython/src/_statusbar.i
wxPython/src/_streams.i
wxPython/src/_taskbar.i
wxPython/src/_textctrl.i
wxPython/src/_tglbtn.i
wxPython/src/_timer.i
wxPython/src/_toolbar.i
wxPython/src/_toplvl.i
wxPython/src/_treectrl.i
wxPython/src/_vscroll.i
wxPython/src/_window.i
wxPython/src/_xml.i
wxPython/src/_xmlhandler.i
wxPython/src/_xmlres.i
wxPython/src/_xmlsub.i
wxPython/src/common.swg [deleted file]
wxPython/src/grid.i
wxPython/src/html.i
wxPython/src/libpy.c [deleted file]
wxPython/src/media.i
wxPython/src/pyfragments.swg [moved from wxPython/src/my_fragments.i with 60% similarity]
wxPython/src/pyrun.swg [deleted file]
wxPython/src/python.swg [deleted file]
wxPython/src/webkit.i
wxPython/src/wizard.i