[Webkit-unassigned] [Bug 48509] [GTK] Implement WebView and WebKitWebView classes for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 10:25:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=48509





--- Comment #28 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-02-10 10:25:33 PST ---
(In reply to comment #27)
> (From update of attachment 81961 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=81961&action=review

> > Source/WebKit2/UIProcess/gtk/WebKitWebView.cpp:50
> > +    guint borderWidth = gtk_container_get_border_width(GTK_CONTAINER(widget));
> > +    gtk_widget_get_allocation(widget, &allocation);
> 
> Does it make sense for a WebView to have a border, since it isn't a container in the traditional sense?

you can do gtk_container_set_border_width (GTK_CONTAINER (web_view), 5);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list