X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e39081afef3db21484a21f6898676bc4d7fe7db0..3a7d5f7cc3892d15ee8de373b8ab52d4bc1eabf8:/utils/helpview/src/helpview.h diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index e49a93031a..d4fc4cde2e 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -16,7 +16,7 @@ #pragma interface "help.cpp" #endif -#define hvVERSION 1.02 +#define hvVERSION 1.03 // If 1, start a server to allow this to be used // as an external help viewer. @@ -47,7 +47,12 @@ public: /// Clean up the application's data. virtual int OnExit(); - + +#ifdef __WXMAC__ + /// Respond to Apple Event for opening a document + virtual void MacOpenFile(const wxString& filename); +#endif + /// Prompt the user for a book to open bool OpenBook(wxHtmlHelpController* controller);