> Begin: > A = A + 5 > Display in an entry_type Widget > if A > 100 exit > Goto Begin > > In my case, unless it completes the whole loop, it > does not show intermediate values. I wish to show > values displayed in the widget 5, 10, 15 etc. If you do this, the gui will update: while (gtk_events_pending()) gtk_main_iteration(); Stian _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list