Update menuitem docs with unhighlight event
This commit is contained in:
@@ -31,8 +31,9 @@
|
|||||||
A menu has been just closed.
|
A menu has been just closed.
|
||||||
This type of event is sent as wxMenuEvent.
|
This type of event is sent as wxMenuEvent.
|
||||||
@event{EVT_MENU_HIGHLIGHT(id, func)}
|
@event{EVT_MENU_HIGHLIGHT(id, func)}
|
||||||
The menu item with the specified id has been highlighted: used to show
|
The menu item with the specified id has been highlighted. If the id is wxID_NONE, a
|
||||||
help prompts in the status bar by wxFrame
|
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.
|
This type of event is sent as wxMenuEvent.
|
||||||
@event{EVT_MENU_HIGHLIGHT_ALL(func)}
|
@event{EVT_MENU_HIGHLIGHT_ALL(func)}
|
||||||
A menu item has been highlighted, i.e. the currently selected menu item has changed.
|
A menu item has been highlighted, i.e. the currently selected menu item has changed.
|
||||||
|
Reference in New Issue
Block a user