> Date: Mon, 7 Jan 2008 14:53:30 +0530
> Subject: Re: GTK Progress bar: assistance pls.
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: gtk-app-devel-list@gnome.org
>
>
>
>
>
> Friends,
>
> How about the idea of emitting a signal with the value of the fraction
> when I want to get the progress bar updated, and having a signal handling
> function for hte progress bar ? will that work ?
>
>
>
No, it won't. Emitting signal and handle it with a callback doesnot itself
provide concurrency. The callback will be called the your time-consuming job
finished and returned control to gtk_main, just like the current situation.
_________________________________________________________________
天凉了,添衣了,心动了,“七件”了
http://get.live.cn
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list