GNOME Bugzilla – Bug 92508
refresh/redraw troubles
Last modified: 2009-08-15 18:40:50 UTC
(From: mirco@pool.informatik.rwth-aachen.de) It would be nice to be able to legally force a refresh/redraw of a gtkglarea-widget. At the moment I do a gtk_widget_hide( my_glarea )/gtk_widget_show( my_glarea ) and this does not always work. This is currently the only wish I have for gtkglarea. Best regards...
<MacSlow> MCArkan: I would say that that gtk_widget_hide( p_glarea ); /* do some stuff */ gtk_widget_show( p_glarea ); is really all that needs to be done. I have now consequently put a gtk_widget_hide()/gtk_widget_show() around the needed spots in my code and not everything behaves nicely... I would say you can close that "bug".