Re: Any exceptions to gtk_destroy_widget() on a box?



   I've created a dialog widget with a certain vbox in it.
This vbox holds some widgets that need to be destroyed every so often.

I want to destroy all the widgets in said vbox and the vbox itself,
then recreate a new vbox with new child widgets (maybe of different type
than the last), and repeat so on...

Are there any child widgets that could be put into a vbox that would NOT
be destroyed when the vbox is destroyed?

AFAIK, all children are destroyed. So, you'll just have to
gtk_widget_destroy the vbox itself.

cheers





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