MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laEditWidget* laContext_GetEditWidget();
MPLAB® Harmony Graphics Suite
|