On Wed, 5 Nov 2008 06:40:43 -0800
"Garth's KidStuff" <[EMAIL PROTECTED]> wrote:

> My modified question for the list then is this:  Is this a reasonable
> solution?  Can anyone see a downside to calling
> gdk_window_process_all_updates?

The usual way to force UI update is, as described by the
gtk_events_pending() doc:

while (gtk_events_pending ())
  gtk_main_iteration ();

Ciao
-- 
Nicola
_______________________________________________
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