[webkit-gtk] default scroll bars

Martin Robinson martin.james.robinson at gmail.com
Sun Jul 17 17:40:03 PDT 2011


On Sun, Jul 17, 2011 at 11:09 AM, biswa <biswaranjan.nitrkl at gmail.com> wrote:
> As you have said while using C API, WKView doesnt implement GtkScrollable and
> the view will use WebKit internal scrollbars instead of the GTK ones.
> My doubt was if we can some how prevent the view from using WebKit internal
> scrollbars.

I believe it's actually pretty tricky to disable scrollbars in a
WebView completely. Some pages (like gmail.com) use internal frames
that take up the entire size of the main frame, hindering any effort
to disable scrollbars. Out of curiosity, what's your usecase? It's
always easier to disable scrollbars on the page itself.

--Martin


More information about the webkit-gtk mailing list