From 1aaadf2089abab611cd267b7fa7f085ecb819498 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 18 Aug 2007 11:45:44 +0000 Subject: [PATCH] Clarified meaning of new menu functions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 4a016d76f8..f0756ec0bb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -111,7 +111,8 @@ All (GUI): - API consistency fixes: added wxMenuBar::SetMenuLabel, wxMenuBar::GetMenuLabel, wxMenuBar::GetMenuLabelText, wxMenu::GetLabelText, wxMenuItem::SetItemLabel, wxMenuItem::GetItemLabel, wxMenuItem::GetItemLabelText, wxMenuItem::GetLabelText. - Retrieval of labels with and without mnemonics/accelerators is now possible. + Get...Label functions get the raw label with mnemonics and accelerators, + and Get...LabelText function get the text only without mnemonics/accelerators. - Added AdvanceSelection, ShowWindowMenu functions and keyboard handling to wxAuiNotebook.