X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb24d7088db7e3bd24afb35ad3e70050b5ae0bf6..bf973818a376aea7edf29ec264982fcde7423c78:/interface/wx/help.h diff --git a/interface/wx/help.h b/interface/wx/help.h index 09475c75e9..574ee27947 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHelpController // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -153,8 +153,8 @@ public: @param newFrameEachTime @true if a new frame is drawn with each invocation. */ - virtual wxFrame* GetFrameParameters(const wxSize* size = NULL, - const wxPoint* pos = NULL, + virtual wxFrame* GetFrameParameters(wxSize* size = NULL, + wxPoint* pos = NULL, bool* newFrameEachTime = NULL); /** @@ -205,13 +205,13 @@ public: wxHtmlHelpController ignores this call. */ - virtual bool LoadFile(const wxString& file = ""); + virtual bool LoadFile(const wxString& file = wxEmptyString); /** - Overrideable member called when this application's viewer is quit by the user. + Overridable member called when this application's viewer is quit by the user. This does not work for all help controllers. */ - virtual bool OnQuit(); + virtual void OnQuit(); /** If the viewer is running, quits it by disconnecting.