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

PtGenListUnselect()

Unselect an item in a list

Synopsis:

void PtGenListUnselect( PtWidget_t *widget, 
                        PtGenListItem_t *item );

Description:

This function unselects the given item. PtGenListUnselect() has no effect in the Pt_SELECTION_MODE_RANGE selection mode.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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