From: Robin Dunn Date: Thu, 9 Feb 2006 16:09:57 +0000 (+0000) Subject: Mention BeginDrawing and EndDrawing deprecation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22e717582af86c66b79ab32b672ba151065ffeeb Mention BeginDrawing and EndDrawing deprecation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 3017415312..ad3b949067 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -25,6 +25,10 @@ wx.EventLoop is now implemented for wxMac. Added wxPython wrappers for the new wx.Treebook and wx.Toolbook classes. +wx.DC.BeginDrawing and EndDrawing have been deprecated in the C++ +code, so since they never really did anything before they are now just +empty stubs in wxPython. + Solved a problem that has been around for a very long time in how C++ methods are virtualized for overriding in derived Python classes. Previously we couldn't do it for methods that needed to exist in the