MPLAB® Harmony Graphics Suite
|
Sets the number of items visible on the menu, this number can be less than or equal to the total number of items
LIB_EXPORT laResult laRadialMenuWidget_SetNumberOfItemsShown( laRadialMenuWidget* mn, int32_t num );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
int32_t num |
the number of widgets shown |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|