mention wxMenuItem::* deprecations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
81bcbf00f2
commit
89c95a7b81
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user