Added GetParser method to wxHtmlWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-09-14 21:09:30 +00:00
parent 4c2d8a30f6
commit 3ef01ce5e3

View File

@@ -192,6 +192,9 @@ class WXDLLEXPORT wxHtmlWindow : public wxScrolledWindow
static void CleanUpStatics();
// cleans static variables
wxHtmlWinParser *GetParser() const { return m_Parser; }
// return a pointer to the parser.
protected:
bool ScrollToAnchor(const wxString& anchor);
// Scrolls to anchor of this name. (Anchor is #news