X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..e249d3c0dcbef5d7cdd31168456d407dd62c1300:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 117e370581..fe351aebe3 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module gdi +%module(package="wx") _gdi //--------------------------------------------------------------------------- @@ -23,10 +23,7 @@ //--------------------------------------------------------------------------- %import core.i -%pythoncode { wx = core } - -%include _gdi_rename.i - +%pythoncode { wx = _core } MAKE_CONST_WXSTRING_NOSWIG(EmptyString); @@ -48,7 +45,8 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString); %include _imaglist.i %include _stockobjs.i %include _effects.i - +%include _renderer.i +%include _pseudodc.i //--------------------------------------------------------------------------- %init %{