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


-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to