WebViewWidget_CEF
class WebViewWidget_CEF  : 
WebViewWidgetBase  {
SimpleWindow browserHostWrapped;
 SimpleWindow browserWindowWrapped;
 }
 - thisthis(string url, Widget parent) 
- Create a webview that does not support opening links in new windows and uses default settings to load the given url. 
- thisthis(string url, void delegate(scope OpenNewWindowParams) openNewWindow, BrowserSettings settings, Widget parent) 
- Full-featured constructor. 
A destructor is present on this object, but not explicitly documented in the source.