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

This function copies the contents of the input string into its internal string buffer. The input string can then be freed or altered without affecting the label's internal string value.

C
LIB_EXPORT laResult laListWidget_SetItemText(
    laListWidget* lst, 
    uint32_t index, 
    laString str
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t idx 
the index to consider 
laString str 
an laString object 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite