]> git.saurik.com Git - wxWidgets.git/commitdiff
Use %rename("%(wxpy)s")
authorRobin Dunn <robin@alldunn.com>
Wed, 17 May 2006 04:20:10 +0000 (04:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 17 May 2006 04:20:10 +0000 (04:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_defs.i

index 2bb443abd008c964202157d10d944a88214a3e70..2d5bad3926162d6db8903125e499b1a0d00da922 100644 (file)
 %feature("nodefaultdtor");
 #endif
 
+// For all items that don't have a %rename already, give them a %rename that
+// removes the leading 'wx' (except for wxEVT_* items.)
+%rename("%(wxpy)s") "";
+
 // For now, just supress the warning about using Python keywords as parameter
 // names.  Will need to come back later and correct these rather than just
 // hide them...