MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laListWidget_SetItemSelected( laListWidget* lst, uint32_t idx, laBool selected );
Parameters |
Description |
laListWidget* lst |
the widget |
uint32_t idx |
the index to consider |
the select state to set to the item |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|