Re: Removing a GtkFixed child



Germano Rizzo a écrit :
> 
> Hi!
>     I'm using GtkFixed, and I'm wondering... it's easy to add a child, move
> it... but what about removing from the widget? Maybe should I
> gtk_widget-destroy(it)? Is this enough?
>     Thanx,
>         Mano :)
> 
if you want to remove the widget, and do nothing with, then you should
destroy it.
If you want to do some action with, you have to ref it before, and
manipulate it
after (See Havoc book for more explication)

-- 
Florent DEVIN




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