-#if WXWIN_COMPATIBILITY_2_4
-// old interface to contents and index:
-struct wxHtmlContentsItem
-{
- wxHtmlContentsItem();
- wxHtmlContentsItem(const wxHtmlHelpDataItem& d);
- wxHtmlContentsItem& operator=(const wxHtmlContentsItem& d);
- ~wxHtmlContentsItem();
-
- short int m_Level;
- int m_ID;
- wxChar *m_Name;
- wxChar *m_Page;
- wxHtmlBookRecord *m_Book;
-
- // returns full filename of m_Page, i.e. with book's basePath prepended
- wxString GetFullPath() const { return m_Book->GetFullPath(m_Page); }
-
-private:
- bool m_autofree;
-};
-#endif
-