Re: problems updating statusbar

2009-02-19 Thread Ivo Alxneit-Kamber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garth's KidStuff wrote: > add: > > while (gtk_events_pending()) > gtk_main_iteration(); > > > to your code where you want to make sure a UI change appears. > thanks, this solved my issues! - -- Dr. Ivo Alxneit Laboratory for Solar Technology

re: problems updating statusbar

2009-02-17 Thread Garth's KidStuff
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