MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_GetNextHighestWidget Function
MPLAB® Harmony Graphics Suite
laUtils_GetNextHighestWidget Function
C
laWidget* laUtils_GetNextHighestWidget(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget to analyze 
Returns

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

MPLAB® Harmony Graphics Suite