| 86 | } |
| 87 | |
| 88 | const wxString GetHelpString(wxMenuEvent &event) |
| 89 | { |
| 90 | if (event.GetMenuId() < 0) |
| 91 | return wxString(); |
| 92 | else |
| 93 | return mMenu->GetHelpString(event.GetMenuId()); |
| 94 | } |
| 95 | |
| 96 | void OnHighlight(wxMenuEvent &event) |
| 97 | { |
nothing calls this directly
no outgoing calls
no test coverage detected