From 790c1818cb8704c133414cf149f4f94db3176c5b Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Tue, 5 Nov 2019 09:15:55 +0000 Subject: [PATCH] Update menuitem docs with unhighlight event --- interface/wx/menuitem.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/menuitem.h b/interface/wx/menuitem.h index 16fe5c282a..0fa542b2d1 100644 --- a/interface/wx/menuitem.h +++ b/interface/wx/menuitem.h @@ -31,8 +31,9 @@ A menu has been just closed. This type of event is sent as wxMenuEvent. @event{EVT_MENU_HIGHLIGHT(id, func)} - The menu item with the specified id has been highlighted: used to show - help prompts in the status bar by wxFrame + The menu item with the specified id has been highlighted. If the id is wxID_NONE, a + menu item has ben unhighlighted. This is used by wxFrame to show help prompts in + the status bar This type of event is sent as wxMenuEvent. @event{EVT_MENU_HIGHLIGHT_ALL(func)} A menu item has been highlighted, i.e. the currently selected menu item has changed.