On Sat, 2005-03-19 at 07:20 -0800, Deekshit M wrote:
> Hi,
> I wanted to know, if I remove a page from a notebook
> will it DESTROY the child for the page also ?
Yes, but you can avoid it by increasing the reference count before to
remove the page.
--
Iago Rubio
Hi,
I wanted to know, if I remove a page from a notebook
will it DESTROY the child for the page also ?
Thanks and Regards
Deekshit M
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-l
Hi,
When I was using GtkNoteBook such that I show the
Vbox containing the notebook, before creating the
notebook itself. I see the widgets in the second page
of notebook on the first page. But this becomes OK,
when I switch to second page and back to first page.
Here the source code that I was t