Re: Question about callbacks and gnome appbar



David Haraburda wrote:
> it doesn't actually disappear until my callback exits.  It doesn't
> update the GtkProgress either (when I able to see it, if the
> FileSelection isn't in the way).  Am I going at this the wrong way or
> are there some gtk calls I can make to manually "refresh" the app so
> stuff is re-drawn and updated?
do a

while(gtk_events_pending())
	gtk_main_iteration();

somewhere in your processing loop. this should do the trick.

regards,
	jaKa

-- 

w3:    http://pluton.ijs.si/~jaka
email: jaka.mocnik@kiss.uni-lj.si



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