]> git.saurik.com Git - wxWidgets.git/commit
Add start of selection api, support for HasSelection, SelectAll and DeleteSelection...
authorSteve Lamerton <steve.lamerton@gmail.com>
Sat, 9 Jul 2011 14:31:29 +0000 (14:31 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Sat, 9 Jul 2011 14:31:29 +0000 (14:31 +0000)
commit63a65070911908802c27b52173c3306e93dd63bf
tree6d5b8107605c2c35b674441b2b5e5165e9a05219
parentc7cbe308f6273245493ee0da52dc80385805cb40
Add start of selection api, support for HasSelection, SelectAll and DeleteSelection along with documentation. Implement for IE and WebKitGTK and add stubs for OSX WebKit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68195 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
src/osx/webview_webkit.mm