ElAdnan / gtkdialog

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

try_set_property() needs to cope with "visible" on scrolled windows #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
try_set_property() doesn't know about widgets inside viewports and 
scrolledwindows and if these widgets are visible="false" at start-up then the 
enveloping widgets get left behind looking very strange. The hide and show 
functions deal with this so I'm going to have to do some property and widget 
checking.

Original issue reported on code.google.com by thunor...@hotmail.com on 6 Sep 2012 at 10:26

GoogleCodeExporter commented 8 years ago
I tried making the widget + viewport + scrolledwindow invisible but the widget 
always remains as an artifact so it won't work; it's likely something to do 
with try_set_property() being called on widget realization.

Currently if you want to start-up with a hidden widget that's in a 
scrolledwindow then place it in a notebook on page one and hide the notebook 
instead.

Original comment by thunor...@hotmail.com on 10 Sep 2012 at 3:22