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:
@@ -537,11 +537,12 @@ public:
|
|||||||
/**
|
/**
|
||||||
Get the URL being visited
|
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
|
Get the name of the target frame which the url of this event
|
||||||
is viewed, or an empty string if not available.
|
has been or will be loaded into. This may return an emptry string
|
||||||
|
if the frame is not avaliable.
|
||||||
*/
|
*/
|
||||||
const wxString& GetTarget() const;
|
const wxString& GetTarget() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user