Re: Question about callbacks and gnome appbar
- From: Jaka Mocnik <jaka mocnik kiss uni-lj si>
- To: David Haraburda <david+gnome eversoft com>
- CC: gnome-devel-list gnome org
- Subject: Re: Question about callbacks and gnome appbar
- Date: Fri, 04 Feb 2000 16:59:35 +0100
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]