MPLAB® Harmony Graphics Suite
|
Removes a widget for the radial menu to manage, decrements the total item count
LIB_EXPORT laResult laRadialMenuWidget_RemoveWidget( laRadialMenuWidget* mn, laWidget* widget );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
laWidget* widget |
the item widget |
laResult - the operation result, returns LA_FAIL if a match is not found
MPLAB® Harmony Graphics Suite
|