Yeah but Gtk::Container does a class vfunc override, so it should never be called. I'm looking for the problem deeper now simply because it bugs me that it exists (shouldn't be there!)
-- Milosz On 9/11/07, Mark Tilford <[EMAIL PROTECTED]> wrote: > On 9/10/07, Murray Cumming <[EMAIL PROTECTED]> wrote: > > > > On Sun, 2007-09-09 at 20:05 -0500, Mark Tilford wrote: > > > On 9/9/07, Milosz Derezynski <[EMAIL PROTECTED]> wrote: > > > > You need to post more detailed information, in this case your source > > > > code would be really the only thing we could use for helping, since > > > > you've already implemented the container. Would you upload the code > > > > somewhere so we can check? Thanks! > > > > > > > > Milosz > > > > > > It's the sample program from the tutorial page you listed. > > > http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch25.html#id2575155 > > > http://gtkmm.org/docs/gtkmm-2.4/examples/book/custom/custom_container/ > > > > I can confirm that I see this warning when closing the application. I > > can't figure out yet why this happens. > > > > -- > > [EMAIL PROTECTED] > > www.murrayc.com > > www.openismus.com > > > > > > I looked through the source to gtk+, and found that the message was > printed in gtk_container_remove_unimplemented(). That function is > apparently called through > class->remove = gtk_container_remove_unimplemented > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
