Re: [gtk-list] Destroying a container




On Mon, 8 Nov 1999, Michael wrote:
> 
> I would like to know if I destroy a container widget (also widgets that are
> inherited from it) using
> gtk_widget_destroy(). Will all the widgets inside it be destroyed too?
> 

They will be unreferenced, which means they will be destroyed unless
you've gone out of your way to increment their reference count.

Havoc




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