Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtTreeFreeAllItems()

Unlink and free all items

Synopsis:

void PtTreeFreeAllItems( PtWidget_t *tree );

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTree, PtTreeAllocItem(), PtTreeFreeItems(), PtTreeRemoveChildren(), PtTreeRemoveItem(), PtTreeRemoveList()