From: Robin Dunn Date: Mon, 10 Jul 2006 16:03:51 +0000 (+0000) Subject: Added the PseudoDC class from Paul Lanier. It provides a way to X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1200ae167b1c1f66b56dec82b6b9f1848c5be4ec?ds=inline Added the PseudoDC class from Paul Lanier. It provides a way to record operations on a DC and then play them back later. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index af4511976c..fe351aebe3 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -46,7 +46,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString); %include _stockobjs.i %include _effects.i %include _renderer.i - +%include _pseudodc.i //--------------------------------------------------------------------------- %init %{