]> 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 db144659424cae500f6898767332168345b47b34..e51a2e628f3dc6175b613a4a9dd2c6ffa7d49c31 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module controls
+%module _controls
 
 //---------------------------------------------------------------------------
 
@@ -22,9 +22,9 @@
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 
-%include _controls_rename.i
+%include __controls_rename.i
 
 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);