On Tue, 2011-08-09 at 10:47 +0000, biswa wrote: > I was trying to create a GTK_TOP_LEVEL window, attach a webview on that and > connect a signal handler to handle the expose events. However I observe that > on > attaching the webview to the top level window, my callback function is not > called.
I am not really sure, but perhaps expose-event is not emitted on the window? Perhaps you should connect to it through the webview. What are you trying to do? Cheers, -- Gustavo Noronha Silva <[email protected]> GNOME Project _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
