]> git.saurik.com Git - wxWidgets.git/commit
Add ClearSelection for msw ie and gtk webkit, with a stub for osx webkit. Document...
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 15 Jul 2011 09:36:08 +0000 (09:36 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 15 Jul 2011 09:36:08 +0000 (09:36 +0000)
commit41933aa5a0de47e845a833127a99f7ae9f3df2ea
treed82d04dbe3bbc662f957893b4a78734dbf995628
parent0609769d3b6cfdb5f097e27ed63862e0734948aa
Add ClearSelection for msw ie and gtk webkit, with a stub for osx webkit. Document and add to unit tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68274 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
src/gtk/webview_webkit.cpp
src/msw/webview_ie.cpp
tests/controls/webtest.cpp