MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laResult laRadialMenuWidget_SetProminentIndex( laRadialMenuWidget* mn, uint32_t index );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
int32_t index |
the item widget to show prominence |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|