Background:
Since updating to the 2.9.4 I've begun switching a (nastily hacked in) pygtk version of webkit to the new html2 webview that comes with wxPython.
Question:
From what I can see from the docs (http://wxpython.org/Phoenix/docs/html/html2.WebView.html#html2-webview) there is no way (using python) to detect when a link is being hovered over (such as the "hovering-over-link" event http://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-hovering-over-link).
Am I going to have to resort to some javascript hackery to do this or is there another, better, solution?