Re: Should gtk_widget_draw be un-depreicated?

2009-12-05 Thread Thomas Wood
On Fri, 2009-12-04 at 15:01 -0600, Harry Coin wrote: If there is a non-deprecated way to start a timer as soon as an image is known to be drawn without using gtk_widget_draw I'd need to be educated about it. If not I think there is a good argument to not deprecate gtk_widget_draw.

Re: Should gtk_widget_draw be un-depreicated?

2009-12-05 Thread Nicola Fontana
Il giorno Fri, 04 Dec 2009 15:01:25 -0600 Harry Coin hc...@quietfountain.com ha scritto: The only answer I can think of to retain the ability to time most accurately, starting the moment that the image has been drawn is to use gtk_widget_draw right after setting the pixbuf. If

Re: Should gtk_widget_draw be un-depreicated?

2009-12-05 Thread Harry Coin
Thanks all. I'll just do the gtk_window_process_updates and that is that! Nicola Fontana wrote: Il giorno Fri, 04 Dec 2009 15:01:25 -0600 Harry Coin hc...@quietfountain.com ha scritto: The only answer I can think of to retain the ability to time most accurately, starting the moment that