New methods to match CVS changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-11-13 05:07:51 +00:00
parent fb873a1847
commit 753c7aa54a
2 changed files with 12 additions and 0 deletions

View File

@@ -161,7 +161,9 @@ public:
void InitParser(const wxString& source);
void DoneParser();
void DoParsing(int begin_pos, int end_pos);
void StopParsing();
// wxObject* GetProduct();
void AddTagHandler(wxHtmlTagHandler *handler);
wxString* GetSource();
void PushTagHandler(wxHtmlTagHandler* handler, wxString tags);
@@ -510,6 +512,8 @@ public:
};
// TODO: wxHtmlFilterHTML
//---------------------------------------------------------------------------
// wxHtmlWindow