X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54f9ee450905e98296e6afd1376b3d1e06a1e00f..074d2e0449453c9786f2a6431b4d48ceb429ca15:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 4e6acd8f78..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 //--------------------------------------------------------------------------- @@ -24,10 +24,6 @@ %import core.i %pythoncode { wx = _core } -%pythoncode { __docfilter__ = wx.__docfilter__ } - -%include __gdi_rename.i - MAKE_CONST_WXSTRING_NOSWIG(EmptyString); @@ -49,7 +45,8 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString); %include _imaglist.i %include _stockobjs.i %include _effects.i - +%include _renderer.i +%include _pseudodc.i //--------------------------------------------------------------------------- %init %{