From 219a5f10c0e5efc3aad7ff3d050a92e7fed88806 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 4 May 2001 23:52:46 +0000 Subject: [PATCH] added wxHtmlHelpController::GetHelpData and removed SetBookBasePath (you can use GetHelpData() for same effect) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/html/helpctrl.h b/include/wx/html/helpctrl.h index 8251c044f4..14b004dd7a 100644 --- a/include/wx/html/helpctrl.h +++ b/include/wx/html/helpctrl.h @@ -84,8 +84,8 @@ public: wxPoint *pos = NULL, bool *newFrameEachTime = NULL); - // Sets the specified book or all books to have the given base path - virtual void SetBookBasePath(const wxString& basePath, int which = -1); + // Get direct access to help data: + wxHtmlHelpData *GetHelpData() { return &m_helpData; } virtual bool Quit() ; virtual void OnQuit() {}; -- 2.45.2