]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarify what GetTarget actually returns in wxWebNavigationEvent.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 25 Jul 2011 13:37:29 +0000 (13:37 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 25 Jul 2011 13:37:29 +0000 (13:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 275d5ff5782328c7bbd97b06dc1180e8b69ce7ba..cae898bf7495645d24a8b30593050da900808a5e 100644 (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;