]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxMenuItem::* deprecations
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 14 Mar 2008 21:40:08 +0000 (21:40 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 14 Mar 2008 21:40:08 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index a6b58454be994a2c916116d4340b5a516569d52f..1575490ab90ff19086c3d60af6b8338023544738 100644 (file)
@@ -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