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

PtFSRemoveList()

Unlink the root item

Synopsis:

void PtFSRemoveList( PtWidget_t *fs, 
                     PtFileSelItem_t *first );

Description:

This function unlinks the item first and its brothers (together with their children) from their parent (and previous brother) and sets their parent fields to NULL.

The fs argument must point to the PtFileSel widget that contains the items, or be NULL if the items don't belong to any file selector.


Note: If fs is NULL and first has no parent but has a previous brother, the function won't be able to find the previous brother and won't be able unlink first from its previous brother.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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