MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadialMenuWidget_SetWidgetAt Function
MPLAB® Harmony Graphics Suite
laRadialMenuWidget_SetWidgetAt Function
C
LIB_EXPORT laResult laRadialMenuWidget_SetWidgetAt(
    laRadialMenuWidget* mn, 
    laWidget* widget, 
    int32_t index
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the widget 
laWidget* widget 
the item widget 
int32_t index 
index value 
Returns

laResult - the operation result, returns LA_SUCCESS if the set was successful returns fail if the index value is out of the range of the widget list

MPLAB® Harmony Graphics Suite