Hi all,

I've been looking into using WebKit but I'm slightly confused on exactly how to 
use the WebKit libraries.  The Apple docs (the only ones according to the 
web-site) suggest you create a WebView object as the 'master' object.  However 
the WebView header file (WebView.h) seems to be missing from the Win32 build.  
Looking at the example applications I believe the following is true:

Win32:
Create an instance of the IWebView interface with the WebKitCreateInstance 
function (found in WebKit/WebKitCOMAPI.h) and use the interface as if it were 
the WebView object.
WinCE:
Create an instance of the WebView object and use as appropriate.

I presume there is no easy way to use the WebView class on Win32?  This would 
help with cross platform code :)

Thanks,

Philip Sharpe

_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to