X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..5bc97d1b81910a82e249f6227798b42089149f94:/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);