X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..f8ca3d720efa16fe5aba8872a39c042c9775b8f5:/include/wx/generic/helpext.h diff --git a/include/wx/generic/helpext.h b/include/wx/generic/helpext.h index 58ef2bb7bc..b3af81566e 100644 --- a/include/wx/generic/helpext.h +++ b/include/wx/generic/helpext.h @@ -129,7 +129,8 @@ DECLARE_CLASS(wxExtHelpController) @key k string to search for, empty string will list all entries @return true on success */ - virtual bool KeywordSearch(const wxString& k); + virtual bool KeywordSearch(const wxString& k, + wxHelpSearchMode mode = wxHELP_SEARCH_ALL); /// does nothing virtual bool Quit(void);