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

PtFSUnselectNonBrothers()

Unselect all items that aren't siblings of the specified item

Synopsis:

void PtFSUnselectNonBrothers( 
         PtWidget_t *widget, 
         PtFileSelItem_t *item );

Description:

This function unselects all the items that aren't siblings of the given item. If item is NULL, the current item is used.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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