MPLAB® Harmony Graphics Suite
|
Sets the minimum and maximum size scaling ratio for the items. These values are only used if laRadialMenuWidget_SetSizeScaling is called and size scaling is enabled
LIB_EXPORT laResult laRadialMenuWidget_SetSizeScaleMinMax( laRadialMenuWidget* mn, int32_t min, int32_t max );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
int32_t min |
the minimum size scale percentage, it should be between 1 - 200 |
int32_t max |
the maximum size scale percentage, it should be between 1 - 200 |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|