oiking
04-08-2008 14:15:36
When I have a Hierarchy of widgets, lets say:
parent
+- Child A
+- Child B
++- Child of B
Is it possible to delete the whole hierarchy when I destroy the "parent" widgets or do I have to delete each widget myself?
I ask this because I get memory leaks when my app exits ( I delete only the parent node ). Wasn't exactly the reason for the leaks. But my question persists
parent
+- Child A
+- Child B
++- Child of B
Is it possible to delete the whole hierarchy when I destroy the "parent" widgets or do I have to delete each widget myself?
I ask this because I get memory leaks when my app exits ( I delete only the parent node ). Wasn't exactly the reason for the leaks. But my question persists
