[Previous] [Contents] [Index] [Next]

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 deleted.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


[Previous] [Contents] [Index] [Next]