From 66a8d4142372d9a53d90b6b47c00044ae351119a Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Mon, 8 Aug 2011 14:03:15 +0000 Subject: [PATCH] Improve the detailed description in the documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/webview.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 565a5aeaa9..c94540709e 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -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; -- 2.47.2