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:
@@ -192,6 +192,9 @@ class WXDLLEXPORT wxHtmlWindow : public wxScrolledWindow
|
|||||||
static void CleanUpStatics();
|
static void CleanUpStatics();
|
||||||
// cleans static variables
|
// cleans static variables
|
||||||
|
|
||||||
|
wxHtmlWinParser *GetParser() const { return m_Parser; }
|
||||||
|
// return a pointer to the parser.
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool ScrollToAnchor(const wxString& anchor);
|
bool ScrollToAnchor(const wxString& anchor);
|
||||||
// Scrolls to anchor of this name. (Anchor is #news
|
// Scrolls to anchor of this name. (Anchor is #news
|
||||||
|
Reference in New Issue
Block a user