![]()  | 
![]()  | 
![]()  | 
![]()  | 
Replace items in a list at a specific position
int PtListReplaceItemPos( PtWidget_t *widget,
                          const char **new_items,
                          int item_count,
                          int position );
This function replaces item_count items in the list with new_items. The position argument tells the function where to start. The first item in the widget has a position of 1, not 0.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
![]()  | 
![]()  | 
![]()  | 
![]()  |