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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user