Re: Please: Explain what happens when on use gtk_container_remove
- From: Preben Randhol <randhol pvv org>
- To: Gtk-List <gtk-list gnome org>
- Subject: Re: Please: Explain what happens when on use gtk_container_remove
- Date: Wed, 9 May 2001 11:30:10 +0200
Havoc Pennington <hp redhat com> wrote on 09/05/2001 (09:31) :
> The container owns the only reference to the frame, so it gets
> finalized.
> 
> Try:
>  add (frame);
>  ref (frame);
>  remove (frame);
>  add (frame);
>  unref (frame);
Thanks that worked. 
-- 
Preben Randhol ---------------- http://www.pvv.org/~randhol/ --
iMy favorite editor is Emacs!<ESC>bcwVim<ESC>
                                         -- vim best-editor.txt
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]