]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
Patches from KevinO that work around issues where the widget isn't
[wxWidgets.git] / wxPython / src / controls.i
index 258bdbc095e5b62d6d0306b9f1c316d5c5ae3970..eb0cd7ea07445a7e0e4b38758c4ca3e820926e9a 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module controls
+%module _controls
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 %pythoncode { __docfilter__ = wx.__docfilter__ }
 
-%include _controls_rename.i
+%include __controls_rename.i
 
 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);