]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / wxPython / src / gdi.i
index 117e3705811e348d5bc82d8138a10bf0982c6f9d..eccdd1c4aa5be32a903ed71f36f3e6423c1440be 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module gdi
+%module(package="wx") _gdi
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
@@ -23,9 +23,9 @@
 //---------------------------------------------------------------------------
 
 %import core.i
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 
 
-%include _gdi_rename.i
+%include __gdi_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
@@ -48,6 +48,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 %include _imaglist.i
 %include _stockobjs.i
 %include _effects.i
 %include _imaglist.i
 %include _stockobjs.i
 %include _effects.i
+%include _renderer.i
 
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------