X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69108ccb4e8de4279ffa0fdd4e23ea3666f84e92..1a33ac8fb0f5e43c89bd698618d554c6f7b8b452:/include/wx/generic/helpext.h diff --git a/include/wx/generic/helpext.h b/include/wx/generic/helpext.h index 03c66e5fe3..b3af81566e 100644 --- a/include/wx/generic/helpext.h +++ b/include/wx/generic/helpext.h @@ -11,7 +11,7 @@ #if wxUSE_HELP -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) # pragma interface "wxexthlp.h" #endif @@ -26,7 +26,7 @@ #define WXEXTHELP_SEPARATOR _T('/') #endif -class WXDLLEXPORT wxExtHelpMapList; +class WXDLLIMPEXP_ADV wxExtHelpMapList; #ifndef WXEXTHELP_DEFAULTBROWSER /// Default browser name. @@ -54,7 +54,7 @@ class WXDLLEXPORT wxExtHelpMapList; Lines starting with ';' will be ignored. */ -class WXDLLEXPORT wxExtHelpController : public wxHelpControllerBase +class WXDLLIMPEXP_ADV wxExtHelpController : public wxHelpControllerBase { DECLARE_CLASS(wxExtHelpController) public: @@ -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);