// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-%module controls
+%module(package="wx") _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
%include _pycontrol.i
%include _cshelp.i
%include _dragimg.i
+%include _datectrl.i
+
//---------------------------------------------------------------------------