X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e6e278dc129b31a0aa3ce5d9eda41c0dc5e1fe7..c5cc7fbd27fb53c36beb0ade36153ae48d9e961e:/interface/wx/html/helpwnd.h?ds=sidebyside diff --git a/interface/wx/html/helpwnd.h b/interface/wx/html/helpwnd.h index 690d799c7a..49e3faaa2d 100644 --- a/interface/wx/html/helpwnd.h +++ b/interface/wx/html/helpwnd.h @@ -23,7 +23,7 @@ m_embeddedHtmlHelp.SetHelpWindow(m_embeddedHelpWindow); m_embeddedHelpWindow->Create(this, wxID_ANY, wxDefaultPosition, GetClientSize(), wxTAB_TRAVERSAL|wxBORDER_NONE, wxHF_DEFAULT_STYLE); - m_embeddedHtmlHelp.AddBook(wxFileName(_T("doc.zip"))); + m_embeddedHtmlHelp.AddBook(wxFileName(wxT("doc.zip"))); @endcode You should pass the style wxHF_EMBEDDED to the style parameter of @@ -110,13 +110,6 @@ public: void ReadCustomization(wxConfigBase* cfg, const wxString& path = wxEmptyString); - /** - Sets the frame's title format. - - @a format must contain exactly one "%s" (it will be replaced by the page title). - */ - void SetTitleFormat(const wxString& format); - /** Associates a wxConfig object with the help window. It is recommended that you use wxHtmlHelpController::UseConfig instead.