X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99109c0ff1c29c7c977c073f9f8e0bf4b8e728f7..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 453b0e9f8e..cbeed1abe3 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -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 %{