]> 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 1a1ed143faaa0b498ed34c5ab80e2f0287f60735..2919e201e0ec8f5ce50aa41a1279ed2c0833763e 100644 (file)
@@ -10,8 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-
-%module misc
+%module _misc
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
-%pythoncode { __docfilter__ = wx.__docfilter__ }
+%pythoncode { wx = _core }
 
-%include _misc_rename.i
+%include __misc_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);