Re: How to destroy child widgets?



How do I destroy *all* the child widgets in a vbox or hbox?
Preferably without destroying the box itself.

This is a possible solution, you might find others:

create a parent_box and a child_box. Put everything inside
the child_box and the child_box inside the parent_box. Then:
gtk_widget_destroy (child_box);

Carlos




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