added AppendToPage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-16 19:03:26 +00:00
parent 99f7d3407f
commit de112a55a2
2 changed files with 4 additions and 0 deletions

View File

@@ -470,6 +470,7 @@ public:
bool SetPage(const wxString& source);
bool LoadPage(const wxString& location);
bool AppendToPage(const wxString& source);
wxString GetOpenedPage();
wxString GetOpenedAnchor();
wxString GetOpenedPageTitle();