X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/317dfa4b7031ddaa70ddaf6ff98f20c2dfff5280..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/help.h diff --git a/interface/wx/help.h b/interface/wx/help.h index 1c15a76ec0..88740c4c70 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -2,7 +2,6 @@ // Name: help.h // Purpose: interface of wxHelpController // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -108,7 +107,7 @@ public: See also the help sample for notes on how to specify section numbers for various help file formats. */ - virtual bool DisplaySection(int sectionNo) = 0;; + virtual bool DisplaySection(int sectionNo) = 0; /** Displays the text in a popup window, if possible. @@ -199,15 +198,15 @@ public: /** Set the parameters of the frame window. - For wxHtmlHelpController, @a title specifies the title string format - (with @c %s being replaced by the actual page title) and @a size and - @a position specify the geometry of the frame. + For wxHtmlHelpController, @a titleFormat specifies the title string + format (with @c %s being replaced by the actual page title) and @a size + and @a position specify the geometry of the frame. For all other help controllers this function has no effect. Finally, @a newFrameEachTime is always ignored currently. */ - virtual void SetFrameParameters(const wxString& title, + virtual void SetFrameParameters(const wxString& titleFormat, const wxSize& size, const wxPoint& pos = wxDefaultPosition, bool newFrameEachTime = false);