diff --git a/interface/wx/event.h b/interface/wx/event.h index a71070392d..a736f9f12b 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4102,7 +4102,8 @@ public: A menu is about to be opened. On Windows, this is only sent once for each navigation of the menubar (up until all menus have closed). @event{EVT_MENU_CLOSE(func)} - A menu has been just closed. + A menu has been just closed. Notice that this event is currently being + sent before the menu selection (@c wxEVT_MENU) event, if any. @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