Re: [gtk-list] Re: Progress not progressing ...




On Tue, 6 Jul 1999, Bruno Mairlot wrote:
> Well, it didn't do anything different !
> 

You need to 

while (gtk_events_pending())
 gtk_main_iteration();

you have to do it often enough; every half-second or so at a minimum.

If it doesn't work, post the relevant code section so we can look.

Havoc




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