[Glade-users] Display Updates
Jim Deas
jdeas@jadsystems.com
02 Apr 2003 08:48:08 -0800
I am having trouble with display updates.
I want to update a text window and a progress bar
once per second with new data.
I have written a routine that changes the
data then calls gtk_widget_show_all(display) or
gtk_widget_show(display).
The problem is that the display still does not update
unless I move the mouse somewhere on the window.
Can someone tell me what I am doing wrong?
Do I need to do a gtk_widget_show_all to the
main window? That seems wasteful.
Regards,
J Deas