keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-02 13:10:38 +00:00
parent dd07a4ce28
commit c1ea6afb87
2 changed files with 12 additions and 0 deletions

View File

@@ -289,6 +289,9 @@ Deprecated methods and their replacements
on some ports (e.g. wxGTK).
You should now create windows placed inside a wxStaticBox as children of
the static box itself.
- wxMouseState::{Left,Middle,Right}Down() were renamed to XXXIsDown() for
consistency with wxMouseEvent and the old names were deprecated.
Major new features in this release
----------------------------------