Re: [gtk-list] RE: it woiks!
- From: Chris Black <cblack wilma ifas ufl edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] RE: it woiks!
- Date: Thu, 05 Mar 1998 12:51:33 -0500
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]