]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
Added some info panels that show size and colour attributes about the widget
[wxWidgets.git] / wxPython / src / controls.i
index 258bdbc095e5b62d6d0306b9f1c316d5c5ae3970..e51a2e628f3dc6175b613a4a9dd2c6ffa7d49c31 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module controls
+%module _controls
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
-%pythoncode { __docfilter__ = wx.__docfilter__ }
+%pythoncode { wx = _core }
 
-%include _controls_rename.i
+%include __controls_rename.i
 
 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);