1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Control (widget) classes for wxPython
7 // Created: 10-June-1998
9 // Copyright: (c) 1998 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
15 //---------------------------------------------------------------------------
18 #include "wx/wxPython/wxPython.h"
19 #include "wx/wxPython/pyclasses.h"
21 DECLARE_DEF_STRING(PanelNameStr);
22 DECLARE_DEF_STRING(EmptyString);
23 DECLARE_DEF_STRING(ControlNameStr);
27 //---------------------------------------------------------------------------
30 %pythoncode { wx = core }
33 // Include all the files that make up this module
35 %include _controls_rename.i
37 //%include _control.i <-- It's in core so other modules don't have to %import controls.i
61 //---------------------------------------------------------------------------
62 //---------------------------------------------------------------------------