MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leGetEditWidget Function
MPLAB® Harmony Graphics Suite
leGetEditWidget 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 leEditWidget* leGetEditWidget();
Returns

leEditWidget*

MPLAB® Harmony Graphics Suite