GNOME Bugzilla – Bug 136582
manage()ed widgets are destroyed when remove()ed.
Last modified: 2004-12-22 21:47:04 UTC
Widgets should not be destroyed when explicitly removed by calling Gtk::Container::remove(). Maybe they should be referenced() at that time, to keep them alive. Hopefully this would leave them in the same state as when they are first created, so they would then be ready to add to another container. This needs to be tested. And we should look at what reparent() does.
Fixed in cvs.