From: Steve Lamerton Date: Mon, 25 Jul 2011 13:37:29 +0000 (+0000) Subject: Clarify what GetTarget actually returns in wxWebNavigationEvent. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/45aa63c28877bbe4584f47b768af903d85f7642b Clarify what GetTarget actually returns in wxWebNavigationEvent. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 275d5ff578..cae898bf74 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -537,11 +537,12 @@ public: /** Get the URL being visited */ - const wxString& GetHref() const { return m_href; } + const wxString& GetHref() const; /** - Get the target (frame or window) in which the URL that caused this event - is viewed, or an empty string if not available. + Get the name of the target frame which the url of this event + has been or will be loaded into. This may return an emptry string + if the frame is not avaliable. */ const wxString& GetTarget() const;