projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
renamed setup.py to tr_setup.py because build-all does an import of
[wxWidgets.git]
/
wxPython
/
src
/
gdi.i
diff --git
a/wxPython/src/gdi.i
b/wxPython/src/gdi.i
index c622181a4f921d61b6c0329e11f2c301f6f4458a..af4511976cf3344ab89f4299d247d5573d442b46 100644
(file)
--- a/
wxPython/src/gdi.i
+++ b/
wxPython/src/gdi.i
@@
-10,7
+10,7
@@
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-%module
gdi
+%module
(package="wx") _
gdi
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
@@
-18,21
+18,18
@@
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
- DECLARE_DEF_STRING(EmptyString);
%}
//---------------------------------------------------------------------------
%import core.i
%}
//---------------------------------------------------------------------------
%import core.i
-%pythoncode { wx = core }
+%pythoncode { wx =
_
core }
+MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
-// Include all the files that make up this module
-
-%include _gdi_rename.i
+// Include all the files that make up this module
-// GDI
%include _gdiobj.i
%include _colour.i
%include _palette.i
%include _gdiobj.i
%include _colour.i
%include _palette.i
@@
-48,6
+45,7
@@
%include _imaglist.i
%include _stockobjs.i
%include _effects.i
%include _imaglist.i
%include _stockobjs.i
%include _effects.i
+%include _renderer.i
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------