X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33a8a628526f8723876e40a24b7eb68632bde584..1de8d512b7c844d67b2dab36addc89868e68c9b6:/include/wx/html/helpwnd.h diff --git a/include/wx/html/helpwnd.h b/include/wx/html/helpwnd.h index 5d299a7159..be0bc67cd5 100644 --- a/include/wx/html/helpwnd.h +++ b/include/wx/html/helpwnd.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwnd.h +// Name: wx/html/helpwnd.h // Purpose: wxHtmlHelpWindow // Notes: Based on htmlhelp.cpp, implementing a monolithic // HTML Help controller class, by Vaclav Slavik @@ -252,6 +252,8 @@ protected: int m_hfStyle; private: + void DoIndexFind(); + void DoIndexAll(); void DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it); wxHtmlHelpMergedIndex *m_mergedIndex; @@ -327,4 +329,3 @@ END_DECLARE_EVENT_TYPES() #endif // wxUSE_WXHTML_HELP #endif -