Olexiy Avramchenko wrote:
GtkLayout doesn't emit "configure-event". Try to connect to
"size-allocate" signal of the layout. You'll get the actual size of
the layout in the signal handler's second parameter.

Works like a charm. Thanks!

--
Sander
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to