Wait until widget is shown

2006-03-09 Thread Micah Carrick
I have a function that will take some time to run.. actually, it forks out another process which can take up to say 4 seconds. I want to display a modal dialog during this time, or perhaps just a statusbar message. In any case, whatever I do does not show up until AFTER the process is finishe

Re: Wait until widget is shown

2006-03-09 Thread David Necas (Yeti)
On Thu, Mar 09, 2006 at 03:03:25PM -0800, Micah Carrick wrote: > I have a function that will take some time to run.. actually, it forks > out another process which can take up to say 4 seconds. I want to > display a modal dialog during this time, or perhaps just a statusbar > message. In any c

Re: Wait until widget is shown

2006-03-09 Thread Micah Carrick
Yes, it is: gtk_main_iteration_do() (see also documentation of gtk_events_pending()). Yeti Hah! Perfect. I knew it. Thanks! :) - Micah ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list