]> git.saurik.com Git - wxWidgets.git/commit
Added the PseudoDC class from Paul Lanier. It provides a way to
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Jul 2006 15:06:31 +0000 (15:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Jul 2006 15:06:31 +0000 (15:06 +0000)
commit7e664d85e6512d807ce2eb186ed9e0bbd60d6e8b
treee5e98b4ee9c305929051aa77bf418ed64acae908
parent8e372bbe071de49935a1a7a910a1b268231de69e
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@40054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/Main.py
wxPython/demo/PseudoDC.py [new file with mode: 0644]
wxPython/docs/CHANGES.txt
wxPython/include/wx/wxPython/pseudodc.h [new file with mode: 0644]
wxPython/setup.py
wxPython/src/_pseudodc.i [new file with mode: 0644]
wxPython/src/pseudodc.cpp [new file with mode: 0644]