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:
parent
951090428f
commit
22e717582a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user