X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..203bfdca0c885d6ac295e4ffea1c95d80fe75b85:/wxPython/src/gdi.i?ds=inline 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 %{