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

Set the widget into focus for the current context. The input events etc are received by the widget once it is in focus

C
LIB_EXPORT laResult laWidget_SetFocus(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite