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

PtTreeSetSelIndexes()

Set the selection indexes

Synopsis:

int PtTreeSetSelIndexes( 
        PtWidget_t *widget, 
        const unsigned short *buffer, 
        int count );

Description:

This function sets the selection indexes. The function assumes that buffer points to a sorted array of indexes. The function returns the number of items that have been actually selected, which may be smaller than count if the array isn't sorted or contains duplicate indexes or indexes out of range.

Note that if the selection mode is Pt_RANGE_MODE, only the first index and the count are used.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTree, PtTreeClearSelection(), PtTreeGetCurrent(), PtTreeGetSelIndexes(), PtTreeGoto(), PtTreeItem_t, PtTreeSelect(), PtTreeSelectedItems(), PtTreeUnselect(), PtTreeUnselectNonBrothers()


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