Several wxWebKitCtrl enhancements/fixes. Including:
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 19 Oct 2006 00:40:23 +0000 (00:40 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 19 Oct 2006 00:40:23 +0000 (00:40 +0000)
commit448f8f12b9db091bafd27ed8a13829dd850d7bb7
treeef8fcfa08972528818c754a487f2d656091527f9
parentbdf895fdd93d3f33a4b12a2c4a8568b64badc1d3
Several wxWebKitCtrl enhancements/fixes. Including:

- new methods for increasing/decreasing text size, getting selection, getting/setting scroll position, printing, enabling editing, and running JavaScripts on the page.

- added new event (wxWebKitBeforeLoadEvent) for catching, and possibly vetoing, load events before they occur.

- wxWebKitCtrl now fires mouse events for certain events that it was eating before. This improves wxSplitterWindow resizing behavior.

- refactoring of the sizing logic to move the Cocoa view. I've tested this with splitter windows, panels, notebooks and all position correctly with this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/webkit.h
src/html/htmlctrl/webkit/webkit.mm
wxPython/src/webkit.i