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

The cell action is the action that is dispatched to the Aria edit event system. This event will then be received by the active edit event receptor widget if one exists.

C
LIB_EXPORT laResult laKeyPadWidget_SetKeyAction(
    laKeyPadWidget* pad, 
    uint32_t row, 
    uint32_t col, 
    laKeyPadCellAction action
);
Parameters
Parameters 
Description 
laKeyPadWidget* pad 
the widget 
uint32_t row 
the indicated row 
uint32_t col 
the indicated column 
laKeyPadCellAction action 
the desired edit action 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite