add:

while (gtk_events_pending())
    gtk_main_iteration();


to your code where you want to make sure a UI change appears.
_______________________________________________
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