MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_GetLastSelectedItem Function
MPLAB® Harmony Graphics Suite
laListWidget_GetLastSelectedItem Function
C
LIB_EXPORT uint32_t laListWidget_GetLastSelectedItem(
    laListWidget* lst
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
Returns

uint32_t - the highest selected item index or -1 if nothing is selected.

MPLAB® Harmony Graphics Suite