[Gtk-sharp-list] s.w.f Application.DoEvents() equivalent for GTK#?

Christian Hergert christian.hergert at medsphere.com
Thu Oct 6 01:21:23 EDT 2005


try ...

while (Application.EventsPending ())
	Application.RunIteration ();

-- 
Christian Hergert <christian.hergert at medsphere.com>

On Wed, 2005-10-05 at 23:47 -0500, Michael Lee Yohe wrote:
> Is there an equivalent in GTK# for Application.DoEvents()? 
> Application.DoEvents() informs the main event handler (the main loop)
> to process all pending updates to widgets (and background events) that
> have built up until the method was called.
> 
> Your assistance would be appreciated.
> 
> --
> AksanSai
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> 




More information about the Gtk-sharp-list mailing list