X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f257ac8784b80623200765e73612acde30f72133..ea098413d0e9c3f794f43826137a636e229f26f9:/include/wx/frame.h?ds=sidebyside diff --git a/include/wx/frame.h b/include/wx/frame.h index 8c599ae435..6740046652 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -169,8 +169,9 @@ public: #endif // no wxTopLevelWindowNative #if wxUSE_MENUS || wxUSE_TOOLBAR - // show help text (typically in the statusbar); show is false - // if you are hiding the help, true otherwise + // show help text for the currently selected menu or toolbar item + // (typically in the status bar) or hide it and restore the status bar text + // originally shown before the menu was opened if show == false virtual void DoGiveHelp(const wxString& text, bool show); #endif