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

PtGenTreeUnselectNonBrothers()

Deselect all items that aren't siblings of a given item

Synopsis:

void PtGenTreeUnselectNonBrothers( 
         PtWidget_t *wgt,
         PtGenTreeItem_t *item );

Description:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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