Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept

wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-13 19:14:21 +00:00
parent 99ceaa26e4
commit 19c9f36f13
4 changed files with 78 additions and 613 deletions

View File

@@ -36,7 +36,6 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
As a consequence, the class interface changed largely.
Code updates, if any are required at all, are easy to accomplish though.
- wxDialog::CreateButtonSizer() may return NULL now, please see the manual
- wxBufferedDC doesn't inherit from wxMemoryDC any more (but directly from wxDC)
Deprecated methods since 2.6.x and their replacements
@@ -59,7 +58,8 @@ All (GUI):
- wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
calling SelectObject itself if a valid bitmap is passed.
- Reverted wxBuffered[Paint]DC to pre 2.7.1 state, added
wxAutoBufferedPaintDC and wxAutoBufferedPaintDCFactory.