After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 92508 - refresh/redraw troubles
refresh/redraw troubles
Status: VERIFIED INCOMPLETE
Product: gtkglarea
Classification: Other
Component: general
1.99.x
Other other
: Normal normal
: ---
Assigned To: Xavier Ordoquy
Xavier Ordoquy
Depends on:
Blocks:
 
 
Reported: 2002-09-04 19:47 UTC by Xavier Ordoquy
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Ordoquy 2002-09-04 19:47:10 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...
Comment 1 Xavier Ordoquy 2002-09-05 09:37:16 UTC
<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".