]> git.saurik.com Git - wxWidgets.git/commitdiff
Improve the detailed description in the documentation.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 8 Aug 2011 14:03:15 +0000 (14:03 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 8 Aug 2011 14:03:15 +0000 (14:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

index 565a5aeaa95fd59a45dff15e3dff7f8b0af362fa..c94540709e042fa2f060071be05f4414ca1b968e 100644 (file)
@@ -145,6 +145,11 @@ public:
     @class wxWebView
   
     This control may be used to render web (HTML / CSS / javascript) documents.
+    It is designed to allow the creation of multiple backends for each port, 
+    although currently just one is available. It differs from wxHtmlWindow in
+    that each backend is actually a full rendering engine, Trident on MSW and
+    Webkit on OSX and GTK. This allows the correct viewing complex pages with
+    javascript and css. 
     
     @section descriptions Backend Descriptions
     
@@ -382,7 +387,7 @@ public:
     /**
         Returns @true if the current selection can be copied.
         
-        @note Tgis always returns @c false on the OSX WebKit backend.
+        @note This always returns @c false on the OSX WebKit backend.
     */
     virtual bool CanCopy() = 0;