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

PtTreeFreeItems()

Free an unlinked item

Synopsis:

void PtTreeFreeItems( PtTreeItem_t *item );

Description:

This function frees the subtrees (the item together with its brothers and their children). The function assumes that the items don't belong to any tree - use the PtTreeRemoveChildren(), PtTreeRemoveItem(), or PtTreeRemoveList() function to remove the subtree from a tree widget before freeing the subtrees.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


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