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
This commit is contained in:
Julian Smart
2007-08-18 11:45:44 +00:00
parent 6ed7498cbf
commit 1aaadf2089

View File

@@ -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.