MPLAB® Harmony Graphics Suite
|
Sets the display text for a given cell at row/column
LIB_EXPORT laResult laKeyPadWidget_SetKeyText( laKeyPadWidget* pad, uint32_t row, uint32_t col, laString str );
Parameters |
Description |
laKeyPadWidget* pad |
the widget |
uint32_t row |
the indicated row |
uint32_t col |
the indicated column |
laString str |
an laString object |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|