1

Has anyone tried to wrap the webkit browser widget into a simple Win32 C control?

Lothar
  • 12,537
  • 6
  • 72
  • 121

2 Answers2

2

There's a COM API maintained by Brent Fulgham that is the standard apple webkit COM api, using Curl, Cairo and CFLite for the backend. You can get details at http://whtconstruct.blogspot.com/2009/09/updated-webkit-sdk-r48212.html

olliej
  • 35,755
  • 9
  • 58
  • 55
0

It is not possible at this time.

lod3n
  • 2,893
  • 15
  • 16
  • 1
    Er, why? It was successfully wrapped as a WPF control; I doubt wrapping it in a bunch of functions callable from C would be any harder than that. It hasn't been done yet, perhaps, but "not possible"? I don't think so. – Pavel Minaev Sep 24 '09 at 22:31
  • Then I am mistaken. What is the WPF project called? – lod3n Sep 24 '09 at 22:46