1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Control (widget) classes for wxPython
7 // Created: 7-July-1997
9 // Copyright: (c) 2003 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(EmptyString);
24 //---------------------------------------------------------------------------
27 %pythoncode { wx = core }
30 // Include all the files that make up this module
32 %include _gdi_rename.i
53 //---------------------------------------------------------------------------
55 // Work around a chicken/egg problem in drawlist.cpp
56 wxPyDrawList_SetAPIPtr();
59 //---------------------------------------------------------------------------