X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5229b11d2c3163370106668381c2498abe6f792f..bdc8dd3c890c05da2b9998f758c06dece118f91f:/include/wx/html/helpfrm.h diff --git a/include/wx/html/helpfrm.h b/include/wx/html/helpfrm.h index 42562e92ec..835a7b9100 100644 --- a/include/wx/html/helpfrm.h +++ b/include/wx/html/helpfrm.h @@ -133,12 +133,12 @@ public: // call this to let wxHtmlHelpFrame know page changed void NotifyPageChanged(); - -protected: - void Init(wxHtmlHelpData* data = NULL); - + // Refreshes Contents and Index tabs void RefreshLists(); + +protected: + void Init(wxHtmlHelpData* data = NULL); // Adds items to m_Contents tree control void CreateContents(); @@ -164,13 +164,13 @@ protected: void OnSearch(wxCommandEvent& event); void OnBookmarksSel(wxCommandEvent& event); void OnCloseWindow(wxCloseEvent& event); + void OnActivate(wxActivateEvent& event); // Images: enum { IMG_Book = 0, IMG_Folder, - IMG_Page, - IMG_RootFolder + IMG_Page }; protected: