[webkit-gtk] Selective blocking of image requests

Martin Robinson mrobinson at webkit.org
Wed Mar 27 17:10:51 PDT 2013


On Wed, Mar 27, 2013 at 4:41 PM, Peter Bloomfield
<peterbloomfield at bellsouth.net> wrote:
> API for disabling the scrollbars would be helpful for us, and presumably for
> anyone who packs GtkWebkitView with other widgets in a GtkVBox to be
> scrolled as a whole.

I imagine the best way to do this would be to inject a CSS stylesheet
[1] which disables scrollbars on toplevel frames, or if you control
the content simply hide them via CSS.

1. http://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebViewGroup.html#webkit-web-view-group-add-user-style-sheet

--Martin


More information about the webkit-gtk mailing list