Skip to content

Instantly share code, notes, and snippets.

@akhal3d96
Created October 2, 2012 20:45
Show Gist options
  • Save akhal3d96/3823188 to your computer and use it in GitHub Desktop.
Save akhal3d96/3823188 to your computer and use it in GitHub Desktop.
WebKit Rendering Engine In MonoDevelop
SetDefaultSize(800,600);
ScrolledWindow scrol = new ScrolledWindow();
WebView webii = new WebView();
webii.Open("http://www.twitter.com");
fixed2.Add(scrol);
fixed2.Add(webii);
webii.SetSizeRequest(800,600);
fixed2.ShowAll();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment