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

Edit widgets are widgets that inherit the 'edit widget' API function list. These widgets are capable of receiving edit events from other widgets that are edit event broadcasters. A broadcaster could be a 'key pad' and a receiver could be a 'text edit' box.

C
LIB_EXPORT laEditWidget* laContext_GetEditWidget();
Returns
MPLAB® Harmony Graphics Suite