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()