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"
22 //---------------------------------------------------------------------------
25 %pythoncode { wx = _core }
26 %pythoncode { __docfilter__ = wx.__docfilter__ }
28 %include __controls_rename.i
30 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
31 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
32 MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
35 const wxArrayString wxPyEmptyStringArray;
39 // Include all the files that make up this module
42 //%include _control.i <-- It's in core so other modules don't have to %import controls.i
66 //---------------------------------------------------------------------------
67 //---------------------------------------------------------------------------