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

PtFSFreeItems()

Free an unlinked item

Synopsis:

void PtFSFreeItems( PtFileSelItem_t *item );

Description:

This function frees the subtree item (the item together with its brothers and their children). The function assumes that the items don't belong to any file selector-use the PtFSRemoveChildren(), PtFSRemoveItem(), or PtFSRemoveList() function to remove the subtree items from a file selector widget before freeing the subtree.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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