]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
Avoid duplicated definition errors for wxLongToLongHashMap when both
[wxWidgets.git] / include / wx / generic / helpext.h
index 58ef2bb7bcf242e9482e35b7ad31b9f78b976ed7..b3af81566e8889df6c6a485f4b789713ccf173e8 100644 (file)
@@ -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);