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