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
This commit is contained in:
Robin Dunn
2006-07-10 15:06:31 +00:00
parent 8e372bbe07
commit 7e664d85e6
7 changed files with 1998 additions and 2 deletions

View File

@@ -172,6 +172,10 @@ channel.
Added wrappers for the wxAUI classes, in the wx.aui module.
Added the PseudoDC class from Paul Lanier. It provides a way to
record operations on a DC and then play them back later.