X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/699e192bccb7bfd8cf69455d2c6786d3da634550..49bffb1482cd2a6a30b38280f6c9bffc72dbfe42:/wxPython/src/controls.i diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index db14465942..e51a2e628f 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -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);