Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtListShowPos()
Show the item at the given position
Synopsis:
void PtListShowPos( PtWidget_t *widget,
int pos );
Description:
This function scrolls the list pointed to by widget to make the item with the position given by pos visible. The first item in the widget has a position of 1, not 0. If the item is already visible, this function does nothing.
This function doesn't affect which items are currently selected.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)