Re: How to destroy child widgets?
- From: Carlos Pereira <carlos pehoe civil ist utl pt>
- To: gtk-app-devel-list gnome org
- Subject: Re: How to destroy child widgets?
- Date: Mon, 26 Feb 2001 14:53:44 GMT
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]