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

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

C
LIB_EXPORT laResult laRadialMenuWidget_SetEllipseType(
    laRadialMenuWidget* mn, 
    laRadialMenuEllipseType type
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the widget 
laRadialMenuEllipseType type 
type of ellipse 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite