MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laContext_SetEditWidget Function
MPLAB® Harmony Graphics Suite
laContext_SetEditWidget Function
C
LIB_EXPORT laResult laContext_SetEditWidget(
    laWidget* widget
);
Parameters
Parameters 
Description 
laWidget* 
a widget that inherits the edit widget API and has its 'editable' flag set to true. 
Returns
MPLAB® Harmony Graphics Suite