Quoth biswa: > I am trying to display a webpage using webkit2 API. > i created a gtk top level window and > added a webview to it. > I see that when the webpage is displayed, > scroll bars are provided by default. > Is there some way to disable those scroll bars.
Is the displayed page larger than the widget? If so, I don't think the widget lets you disable the scrollbars -- you have to change the page itself to either make the content smaller or disable overflow via CSS. If it's displaying scrollbars even with blank or small content, then you should be able to fix that at the widget level. _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
