MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laResult laRadialMenuWidget_SetHighlightProminent( laRadialMenuWidget* mn, laBool enable );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
laBool enable |
the item widget to highlight when prominent |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|