// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-%module gdi
+%module(package="wx") _gdi
//---------------------------------------------------------------------------
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
- DECLARE_DEF_STRING(EmptyString);
%}
//---------------------------------------------------------------------------
%import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%include __gdi_rename.i
-// Include all the files that make up this module
-%include _gdi_rename.i
+MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
+
+// Include all the files that make up this module
-// GDI
%include _gdiobj.i
%include _colour.i
%include _palette.i