MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > b) Core Functions > leRemoveRootWidget Function
MPLAB® Harmony Graphics Suite
leRemoveRootWidget Function

The library maintains a static list of widgets that are considered to be scene roots. This API removes a child widget from one of the static roots.

C
LIB_EXPORT leResult leRemoveRootWidget(
    leWidget* wgt, 
    uint32_t layer
);
Returns

leResult

MPLAB® Harmony Graphics Suite