+ protected:
+ void Init(wxHtmlHelpData* data = NULL);
+
+ void RefreshLists();
+ // Refreshes Contents and Index tabs
+
+ void CreateContents();
+ // Adds items to m_Contents tree control
+
+ void CreateIndex();
+ // Adds items to m_IndexList
+
+ void CreateSearch();
+ // Add books to search choice panel
+
+ virtual void AddToolbarButtons(wxToolBar *toolBar, int style);
+ // Add custom buttons to toolbar
+