]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
corrected DBErrorList DLL export declaration
[wxWidgets.git] / include / wx / generic / helpext.h
index 58ef2bb7bcf242e9482e35b7ad31b9f78b976ed7..5a0f473062b5a6693b8e72bb7e51833712e5b327 100644 (file)
@@ -1,5 +1,5 @@
 /*-*- c++ -*-********************************************************
- * helpext.h - an external help controller for wxWindows             *
+ * helpext.h - an external help controller for wxWidgets             *
  *                                                                  *
  * (C) 1998 by Karsten Ballüder (Ballueder@usa.net)                 *
  *                                                                  *
@@ -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);