Actions
Bug #884
closedDocumentation missing for WTreeNode::removeChildNode
Start date:
07/01/2011
Due date:
% Done:
0%
Estimated time:
Description
The documentation for WTreeNode [1] does not specify whether the element is 'deleted' besides being removed. There is no detailed description on the bottom of the page, like the other member functions of WTreeNode have.
The documentation for WContainerWidget [2] for example does specify this :'This removes the widget from this container, but does not delete the widget !'
[1] <URL:http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WTreeNode.html>
[2] <URL:http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WContainerWidget.html>
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
Got that. The child is not deleted (in case you were still wondering).
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions