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

Removes a widget for the radial menu to manage, decrements the total item count

C
LIB_EXPORT laResult laRadialMenuWidget_RemoveWidget(
    laRadialMenuWidget* mn, 
    laWidget* widget
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
laWidget* widget 
the item widget 
Returns

laResult - the operation result, returns LA_FAIL if a match is not found

MPLAB® Harmony Graphics Suite