From: Francesco Montorsi Date: Fri, 14 Mar 2008 21:40:08 +0000 (+0000) Subject: mention wxMenuItem::* deprecations X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/89c95a7b814c7e5d547befc4f850d4f606fe7fe6 mention wxMenuItem::* deprecations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index a6b58454be..1575490ab9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -168,6 +168,10 @@ Deprecated methods and their replacements "Attribute" instead of "Property" or "Prop" in their names. - wxConnection::OnExecute() is not formally deprecated yet but new code should use simpler OnExec() version which is called with wxString argument +- wxMenuItem::GetLabel has been deprecated in favour of wxMenuItem::GetItemLabelText +- wxMenuItem::GetText has been deprecated in favour of wxMenuItem::GetItemLabel +- wxMenuItem::GetLabelFromText has been deprecated in favour of wxMenuItem::GetLabelText +- wxMenuItem::SetText has been deprecated in favour of wxMenuItem::SetItemLabel Major new features in this release