ElAdnan / gtkdialog

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

Hiding widgets that are inside scrolled windows #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hiding widgets that are inside scrolled windows is leaving behind the scrolled 
window. This is because the application developer has no control over the 
scrolled window -- it envelopes the widget on widget creation and then that's 
it. I'm sure I can deal with these few widgets and hide/show their parent too.

Widgets inside scrolled windows:

edit
hbox (optional)
list
table
terminal
tree
vbox (optional)

In fact I should be able to just hide the scrolled window which will hide its 
contents.

Original issue reported on code.google.com by thunor...@hotmail.com on 30 Aug 2012 at 9:32

GoogleCodeExporter commented 8 years ago
Fixed in r385.

Original comment by thunor...@hotmail.com on 30 Aug 2012 at 1:52