Select an item in a list
void PtGenListSelect( PtWidget_t *widget, PtGenListItem_t *item );
This function selects the given item in the list. If the selection mode is set to Pt_SELECTION_MODE_SINGLE or Pt_SELECTION_MODE_RANGE, this may involve selecting or unselecting other items.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |