MPLAB® Harmony Graphics Suite
|
This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.
LIB_EXPORT laResult laListWheelWidget_GetItemText( laListWheelWidget* whl, uint32_t idx, laString* str );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t idx |
the index to consider |
laString* str |
a pointer to an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|