]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
wxToggleButton on wxMac has these methods now
[wxWidgets.git] / wxPython / src / windows.i
index 570a95305f0761bceba5615709e41b6a300775c2..2591e356c3788e57727e2de3c05ff266e8ba333a 100644 (file)
@@ -10,8 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-
-%module windows
+%module _windows
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 %pythoncode { __docfilter__ = wx.__docfilter__ }
 
-%include _windows_rename.i
+%include __windows_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);