Re: Please: Explain what happens when on use gtk_container_remove



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]