1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: SWIG definitions of various window classes
7 // Created: 24-June-1997
9 // Copyright: (c) 2003 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
16 //---------------------------------------------------------------------------
19 #include "wx/wxPython/wxPython.h"
20 #include "wx/wxPython/pyclasses.h"
24 //---------------------------------------------------------------------------
27 %pythoncode { wx = core }
29 %include _windows_rename.i
32 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
33 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
36 // Include all the files that make up this module
51 //---------------------------------------------------------------------------