MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laRadialMenuWidget_SetWidgetAt( laRadialMenuWidget* mn, laWidget* widget, int32_t index );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
laWidget* widget |
the item widget |
int32_t index |
index value |
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
|