MCPcopy Create free account
hub / github.com/VerySleepy/verysleepy / GetHelpString

Method GetHelpString

src/wxProfilerGUI/contextmenu.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected