MPLAB® Harmony Graphics Suite
|
The library maintains a static list of widgets that are considered to be scene roots. The library treats these roots as layers and the display driver may configure itself to render these roots to different hardware layers.
This API adds a child widget to one of the static roots.
LIB_EXPORT leResult leAddRootWidget( leWidget* wgt, uint32_t layer );
leResult
MPLAB® Harmony Graphics Suite
|