[webkit-gtk] Gtk and html content in the same scroll view

Matthew Watson mattdangerw at gmail.com
Mon Sep 21 17:54:30 PDT 2015


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.


More information about the webkit-gtk mailing list