Mention BeginDrawing and EndDrawing deprecation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-09 16:09:57 +00:00
parent 951090428f
commit 22e717582a

View File

@@ -25,6 +25,10 @@ wx.EventLoop is now implemented for wxMac.
Added wxPython wrappers for the new wx.Treebook and wx.Toolbook Added wxPython wrappers for the new wx.Treebook and wx.Toolbook
classes. 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++ Solved a problem that has been around for a very long time in how C++
methods are virtualized for overriding in derived Python classes. methods are virtualized for overriding in derived Python classes.
Previously we couldn't do it for methods that needed to exist in the Previously we couldn't do it for methods that needed to exist in the