> >I am using a notebook with several pages, each page is packed with n_ widgets, > each time I switch between pages I want the container of pages I am switch f >rom and all its children to be destroyed or un referenced if you prefer.
then you'll have to do this explicitly by removing it from the notebook, which should reduce its reference count to zero and thus destroy it. just switching pages won't accomplish this. --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
