MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leUtils_GetNextHighestWidget Function
MPLAB® Harmony Graphics Suite
leUtils_GetNextHighestWidget Function
C
leWidget* leUtils_GetNextHighestWidget(
    const leWidget* wgt
);
Parameters
Parameters 
Description 
leWidget* wgt 
the widget to analyze 
Returns

leWidget* - the next highest widget or NULL if 'wgt' is already the highest

MPLAB® Harmony Graphics Suite