In .NET WebBrowser Control, there is a Property named "ObjectForScripting". As you call window.external in Javascripts, it calls then the Function in .Net Code.
I'm wondering if this exists also in C++ wxWebView? Or maybe in another C++ GUI Library WebControl..