]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Added some info panels that show size and colour attributes about the widget
[wxWidgets.git] / wxPython / src / misc.i
index 37342395a00ba00a2a05c7d4c0b5fa7fe6657b8c..2919e201e0ec8f5ce50aa41a1279ed2c0833763e 100644 (file)
@@ -10,8 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-
-%module misc
+%module _misc
 
 //---------------------------------------------------------------------------
 
@@ -25,9 +24,9 @@
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 
-%include _misc_rename.i
+%include __misc_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);