Hi,

I'm working on a gtk app that displays some article content inside a
WeKitWebView. We recently got a request from our design team to take some
gtk widgets we had written separately and append them after our article
content in the same scroll area.

We'd need something like
------------------
|
| HTML content
|
------------------
| Gtk widgets
------------------
all scrolling together.

Seems like the "create-plugin-widget" signal in webkit1 would have done
what we needed, but no similar API exists for the webkit2 world.

>From irc, I fear the answer is we'll need to rewrite the gtk widgets in
html. But figured it was worth checking on the list if anyone had a bright
idea, and get the answer down for posterity. We'd like to avoid maintaining
a gtk and html implementation of the same widgets if possible.

Thanks!
Matt Watson
_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to