try ...

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

-- 
Christian Hergert <[EMAIL PROTECTED]>

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  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> 


_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to