Indeed, I've got a to-do item on my list to investigate integrating some web engine with GTK. I'm using webkit on OSX, so I was leaning toward a glue for the GTK widget for WebKit.
I had forgotten about the introspection code; that might be very useful, as there are only a few methods that'd need to be called, though if one wants to have hooks back from javascript into pike, I'm not sure introspection alone will do the job.
Anyone care to comment?
Bill
On Mon, 9 Dec 2013, Tor Edvardsson @ Pike developers forum wrote:
There is also a wrapper for the glib-introspection API written by Marcus Comstedt that he showed off a year or so ago, I think it was on a branch in git?
Anyway, that one can fairly easily be used to use the gtkwebkit widget directly.
That would be really interesting.