added wxHtmlWindow::GetOpenedAnchor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-01-26 00:50:29 +00:00
parent fbc899085c
commit 5656c6ef36
2 changed files with 12 additions and 1 deletions

View File

@@ -92,7 +92,8 @@ class WXDLLEXPORT wxHtmlWindow : public wxScrolledWindow
wxString GetOpenedPage() const {return m_OpenedPage;}
// Returns full location of opened page
wxString GetOpenedAnchor() const {return m_OpenedAnchor;}
// Returns anchor within opened page
wxString GetOpenedPageTitle() const {return m_OpenedPageTitle;}
// Returns <TITLE> of opened page or empty string otherwise