tags:

views:

591

answers:

3

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

A: 

It is not possible at this time.

lod3n
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
Then I am mistaken. What is the WPF project called?
lod3n
A: 

Check out http://whtconstruct.blogspot.com/

jamiec
+1  A: 

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