MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_GetItemText Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_GetItemText Function

This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.

C
LIB_EXPORT laResult laListWheelWidget_GetItemText(
    laListWheelWidget* whl, 
    uint32_t idx, 
    laString* str
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t idx 
the index to consider 
laString* str 
a pointer to an laString object 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite