Re: widget destroy-another question



anuradha arora <anuradhampls yahoo com> writes:
please tell me, if i do a widget_destroy on a box
(vbox or hbox) without destroying all the widgets
inside, will this be memory-wise safe? will the memory
allocated to the widgets contained in the box be freed
automatically, or will it be unusable for the rest of
the time that the application is running?

Yes, if you destroy a container the children of the container will
also be destroyed.

Havoc



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