Free an unlinked item
void PtFSFreeItems( PtFileSelItem_t *item );
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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |