/////////////////////////////////////////////////////////////////////////////
-// 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
int m_hfStyle;
private:
+ void DoIndexFind();
+ void DoIndexAll();
void DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it);
wxHtmlHelpMergedIndex *m_mergedIndex;
#endif // wxUSE_WXHTML_HELP
#endif
-