MPLAB® Harmony Graphics Suite
|
This function sets the ellipse type for the radial menu. There are three types: DEFAULT - the elliptical track is best-fit based on the width and height of the radial menu widget and all the item widgets with scaling factored in. The theta angle value is used for the ellipse but only in a limited way. ORBITAL - the elliptical track is flatter and factors in the theta angle value more. Some of the items may be clipped out of the widget area depending on the size of radial widget and the theta angle ROLLODEX - the elliptical track is vertical in-nature and visually simular to a rollodex
LIB_EXPORT laResult laRadialMenuWidget_SetEllipseType( laRadialMenuWidget* mn, laRadialMenuEllipseType type );
Parameters |
Description |
laRadialMenuWidget* mn |
the widget |
laRadialMenuEllipseType type |
type of ellipse |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|