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

If this widget belongs to a radial menu then this function will cycle the radial menu to show the widget in the primary selectable position.

C
LIB_EXPORT laResult laRadialMenuWidget_SetProminent(
    laRadialMenuWidget* mn, 
    laWidget* widget
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
laWidget* widget 
the item widget to show prominence 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite