MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laListWidget_RemoveItem( laListWidget* lst, uint32_t idx );
Parameters |
Description |
laListWidget* lst |
the widget |
uint32_t idx |
the index to remove from the list |
laResult - the operation result
The memory owned by the string item will be freed automatically.
MPLAB® Harmony Graphics Suite
|