Re: [gtk-list] RE: it woiks!



Tony Gale gave a solution that worked for me. He said:
>Drawing updates usually only happen when you are in gtk_main. You can
>force them, however using something like:

>while (gtk_events_pending())
>        gtk_main_iteration();

>inside you're respective functions that change the progress bar.

I added the gtk_main_iteration call right after the gtk_progress_bar_update 
call and now it works.
Thanks Tony!

Chris




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]