]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
reSWIGGed
[wxWidgets.git] / wxPython / src / gdi.i
index 453b0e9f8e2a78d8e449e44c0582cc427863af1b..cbeed1abe346e31ba65bc776b8a6d1e333fc5213 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _gdi
+%module(package="wx") _gdi
 
 //---------------------------------------------------------------------------
 
@@ -25,9 +25,6 @@
 %import core.i
 %pythoncode { wx = _core }
 
-%include __gdi_rename.i
-
-
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
 
@@ -45,10 +42,13 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 %include _font.i
 %include _intl.i
 %include _dc.i
+%include _graphics.i
+%include _overlay.i
 %include _imaglist.i
 %include _stockobjs.i
 %include _effects.i
-
+%include _renderer.i
+%include _pseudodc.i
 
 //---------------------------------------------------------------------------
 %init %{