]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
grid/dbgrid was not getting built for inclusion with this project
[wxWidgets.git] / wxPython / src / controls.i
index 502b4346fcc8d6a40084be3c5fa9312348b8e6f8..e51a2e628f3dc6175b613a4a9dd2c6ffa7d49c31 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module controls
+%module _controls
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %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);
 MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 
+%{
+    const wxArrayString wxPyEmptyStringArray;
+%}
+
 
 // Include all the files that make up this module