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

Searches the active scene for a given widget.

C
LIB_EXPORT leBool leWidgetIsInScene(
    const leWidget* wgt
);
Returns

leResult - LE_TRUE if the widget is in the current scene

MPLAB® Harmony Graphics Suite