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

Sets the display text for a given cell at row/column

C
LIB_EXPORT laResult laKeyPadWidget_SetKeyText(
    laKeyPadWidget* pad, 
    uint32_t row, 
    uint32_t col, 
    laString str
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
uint32_t row 
the indicated row 
uint32_t col 
the indicated column 
laString str 
an laString object 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite