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

@@ -51,6 +51,7 @@ _treeList = [
'AUI',
'CheckListCtrlMixin',
'Pickers',
'PseudoDC',
'RichTextCtrl',
'Treebook',
'Toolbook',
@@ -248,6 +249,7 @@ _treeList = [
'MouseGestures',
'OGL',
'PrintFramework',
'PseudoDC',
'ShapedWindow',
'Sound',
'StandardPaths',