ReDOS-ified project files

Added menubar for wxHTML help viewer on Mac
Added some Mac-specific code for HelpView


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-01-16 12:26:09 +00:00
parent 5ab6aab880
commit d9b21c9f47
11 changed files with 78 additions and 11 deletions

View File

@@ -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);