X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/controls.i diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 502b4346fc..9928d25e9a 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module controls +%module(package="wx") _controls //--------------------------------------------------------------------------- @@ -22,14 +22,16 @@ //--------------------------------------------------------------------------- %import core.i -%pythoncode { wx = core } - -%include _controls_rename.i +%pythoncode { wx = _core } 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 @@ -56,7 +58,11 @@ MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr); %include _pycontrol.i %include _cshelp.i %include _dragimg.i - +%include _datectrl.i +%include _hyperlink.i +%include _picker.i +%include _collpane.i +%include _srchctrl.i //--------------------------------------------------------------------------- //---------------------------------------------------------------------------