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

This tells the radial menu widget to enable/disable the ability for the prominent item widget to be highlighted when it comes to rest at the prominent location.

C
LIB_EXPORT laResult laRadialMenuWidget_SetHighlightProminent(
    laRadialMenuWidget* mn, 
    laBool enable
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
laBool enable 
the item widget to highlight when prominent 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite