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
This commit is contained in:
Václav Slavík
2001-05-04 23:52:46 +00:00
parent d2bf4e837a
commit 219a5f10c0

View File

@@ -84,8 +84,8 @@ public:
wxPoint *pos = NULL, wxPoint *pos = NULL,
bool *newFrameEachTime = NULL); bool *newFrameEachTime = NULL);
// Sets the specified book or all books to have the given base path // Get direct access to help data:
virtual void SetBookBasePath(const wxString& basePath, int which = -1); wxHtmlHelpData *GetHelpData() { return &m_helpData; }
virtual bool Quit() ; virtual bool Quit() ;
virtual void OnQuit() {}; virtual void OnQuit() {};