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
This commit is contained in:
Steve Lamerton
2011-07-25 13:37:29 +00:00
parent d676fb218d
commit 45aa63c288

View File

@@ -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;