Destroy a widget

Tibo6

02-06-2010 13:27:28

Hello,

I have a window that contains a scroll view thats contains itself some widgets.
I want to destroy all widgets contains by the scroll view.
I want to use Gui::destroyWidget(Widget *) on my scroll view and recreate it after.
My question is : if I use this function on a widget, it is going to destroy his childs too?

Thanks.
Bye.

my.name

02-06-2010 13:54:34

yes