Re: Any exceptions to gtk_destroy_widget() on a box?
- From: Rodrigo Moya <rodrigo linuxave net>
- To: learfox furry ao net
- Cc: GTK Applocation Development List <gtk-app-devel-list gnome org>
- Subject: Re: Any exceptions to gtk_destroy_widget() on a box?
- Date: 14 Sep 2000 08:57:14 -0100
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]