MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadialMenuWidget_SetProminentIndex Function
MPLAB® Harmony Graphics Suite
laRadialMenuWidget_SetProminentIndex Function

If the index supplied is within the range of widgets within te radial menu then this function will cycle the radial menu to show the widget in the primary selectable position.

C
LIB_EXPORT laResult laRadialMenuWidget_SetProminentIndex(
    laRadialMenuWidget* mn, 
    uint32_t index
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
int32_t index 
the item widget to show prominence 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite