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

Sets the number of items visible on the menu, this number can be less than or equal to the total number of items

C
LIB_EXPORT laResult laRadialMenuWidget_SetNumberOfItemsShown(
    laRadialMenuWidget* mn, 
    int32_t num
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
int32_t num 
the number of widgets shown 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite