예제 #1
0
		public LinuxWebKitBrowser()
		{
			linuxwrapper = new GtkReparentingWrapperNoThread(new Window(WindowType.Popup), this);
            webView.setHostWindow(linuxwrapper.BrowserWindow.Handle.ToInt32());
		}
 public LinuxWebKitBrowser()
 {
     linuxwrapper = new GtkReparentingWrapperNoThread(new Window(WindowType.Popup), this);
     webView.setHostWindow(linuxwrapper.BrowserWindow.Handle.ToInt32());
 }