On Sun, 2006-10-22 at 20:18 +0000, Sebastián E.Peyrott wrote: > OK, as a followup, I can confirm this also happens when building against > gtkmm-2.8 for Windows, so it cannot be related to the aforementioned bug. I > can > also confirm it only happens when trying to remove() widgets from my derived > classes (DeviceLayout : public Gtk::Layout), so I MUST be doing something > wrong, I just cannot figure out what exactly. When removing standard widgets > (Gtk::Layout) this doesn't happen. Is there any virtual function I should > have > overriden in my derived classes? (And even in that case, it should not fail, > as > ScrolledWindow keeps a reference to a Gtk::Widget?). I'm deriving widgets > from > Gtk::Layout.
If you can make a simple test case then we can take a look at it and investigate any problem. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
