This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Unlink and free all items
void PtTreeFreeAllItems( PtWidget_t *tree );
This function unlinks and frees all items in the tree widget. Note that this function is called automatically when the PtTree widget is being destroyed.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtTree, PtTreeAllocItem(), PtTreeFreeItems(), PtTreeRemoveChildren(), PtTreeRemoveItem(), PtTreeRemoveList()