Re: Implementing containers



On 9/10/07, Murray Cumming <murrayc murrayc com> wrote:
>
> On Sun, 2007-09-09 at 20:05 -0500, Mark Tilford wrote:
> > On 9/9/07, Milosz Derezynski <internalerror gmail com> 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.
>
> --
> murrayc murrayc com
> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]