]> git.saurik.com Git - wxWidgets.git/commit - include/wx/webview.h
Add the ability to enable / disable and check for the editable property of a renderin...
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 8 Jul 2011 19:34:56 +0000 (19:34 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 8 Jul 2011 19:34:56 +0000 (19:34 +0000)
commitc7cbe308f6273245493ee0da52dc80385805cb40
tree5babeeb78bce5ad2c0f31bf522ee673911b3f40b
parent3ce14be7b96f53f07158442db34d3b8b2a7762c3
Add the ability to enable / disable and check for the editable property of a rendering engine. Implement for all three backends and extend the sample, document and unit test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/webview_webkit.h
include/wx/msw/webview_ie.h
include/wx/osx/webview_webkit.h
include/wx/webview.h
interface/wx/webview.h
samples/web/web.cpp
src/gtk/webview_webkit.cpp
src/msw/webview_ie.cpp
src/osx/webview_webkit.mm
tests/controls/webtest.cpp