PtTreeSelect()
Select the specified item
Synopsis:
void PtTreeSelect( PtWidget_t *widget,
PtTreeItem_t *item );
Description:
This function selects the given item.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtTree, PtTreeClearSelection(), PtTreeGetCurrent(), PtTreeGetSelIndexes(), PtTreeGoto(), PtTreeItem_t, PtTreeSelectedItems(), PtTreeSetSelIndexes(), PtTreeUnselect(), PtTreeUnselectNonBrothers()
