ounnas / gtkdialog

Automatically exported from code.google.com/p/gtkdialog
GNU General Public License v2.0
0 stars 0 forks source link

Initially hidden widgets can leave artifacts depending on widget #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Try not using gtk_show_all() but iterate through the widget array instead.

In gtkdialog, gtk_show_all() results in the widgets being realized which 
triggers the application of tag attributes that are gtk properties, and 
visible="false" is a gtk property so it requires some thought.

Zigbert

http://www.murga-linux.com/puppy/viewtopic.php?p=660283#660283

Original issue reported on code.google.com by thunor...@hotmail.com on 1 Nov 2012 at 12:30

GoogleCodeExporter commented 8 years ago
Re-engineered in r472.

Original comment by thunor...@hotmail.com on 16 Nov 2012 at 10:47