Re: [gtk-list] Bug in gtk 1.2?



On Sun, 4 Apr 1999, Ketil Froyn wrote:

> Hi.
> I don't know if I've met with a bug in gtk or my own program here, but I
> don't think this one is my fault :)
> 
> What happens is that I have a window with quite some buttons and a
> progressbar. Now, everything worked fine until i started using the
> progressbar. After I added 
> if(gtk_events_pending()){
>   gtk_main_iteration();
> }

Out of curiousity, could you try this?

  do {
	gtk_main_iteratation();
  } while (gtk_events_pending());

-- 
Kenneth Albanowski (kjahds@kjahds.com, CIS: 70705,126)




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