Added SWIG patch that enables the wx-dropping renames to be done

internally instead of needing to be generated in a second pass after
processing the XML output.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-17 04:14:20 +00:00
parent 29a41103aa
commit d9f09ac42c
2 changed files with 79 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ swig-1.3.29.patch
Changed the exception message used for TypeErrors to make a little
more sense.
Added support for dropping the leading wx from wxNames using
%rename("%(wxpy)s") "";
------------------------------------------------------------------------