]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
Updates from Paul
[wxWidgets.git] / wxPython / src / gdi.i
index 117e3705811e348d5bc82d8138a10bf0982c6f9d..b2a8343930572362b5fc0fe2f480c153f5aa9b3c 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module gdi
+%module(package="wx") _gdi
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
-
-%include _gdi_rename.i
-
+%pythoncode { wx = _core }
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
@@ -45,10 +42,12 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 %include _font.i
 %include _intl.i
 %include _dc.i
+%include _graphics.i
 %include _imaglist.i
 %include _stockobjs.i
 %include _effects.i
-
+%include _renderer.i
+%include _pseudodc.i
 
 //---------------------------------------------------------------------------
 %init %{