MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_InsertItem Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_InsertItem Function
C
LIB_EXPORT uint32_t laListWheelWidget_InsertItem(
    laListWheelWidget* whl, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t idx 
the desired index of the new item 
Returns

uint32_t - the index of the inserted item

MPLAB® Harmony Graphics Suite