[webkit-help] c++ webkit
Julien Chaffraix
julien.chaffraix at gmail.com
Sun Oct 17 19:57:21 PDT 2010
> I am new to list . I had a javascript code which display a map.
> How could I make the code work from my c++ application. How to embed webkit
> code in c++.
[snip]
> How to call the function init() from a c++ application and how to display
> the image generated from code.
> How can I load a javascript class.
> and use it in my c++ desktop application
> OpenLayers.js contains the class OpenLayers.Map
> Anyone please provide some code if possible.
You will need to tell us which port of WebKit you want to use. Each of
them has (or may not have) a different way of interacting with
JavaScript.
> Also please give some links on
> porting webkit to a desktop gui toolkit like gtk
The closest we have to a porting guide is
http://trac.webkit.org/wiki/SuccessfulPortHowTo.
Hope it helps,
Julien
More information about the webkit-help
mailing list