// 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();
// below are various pointers to GUI components
wxHtmlWindow *m_HtmlWin;
wxSplitterWindow *m_Splitter;
- wxNotebook *m_NavigPan;
+ wxPanel *m_NavigPan;
+ wxNotebook *m_NavigNotebook;
wxTreeCtrl *m_ContentsBox;
wxTextCtrl *m_IndexText;
wxButton *m_IndexButton;