PtGenTreeFreeAllItems()

Free all the items in a tree

Synopsis:

void PtGenTreeFreeAllItems( PtWidget_t *tree );

Description:

This function unlinks and frees all items in the tree widget.


Note: This function isn't called automatically when the PtGenTree widget is being deleted, because the widget doesn't assume that its items have been allocated.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenTree