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

Returns the pointer to the widget

C
LIB_EXPORT laWidget* laRadialMenuWidget_GetWidget(
    laRadialMenuWidget* mn, 
    int32_t index
);
Parameters
Parameters 
Description 
laRadialMenuWidget* mn 
the radial menu widget 
int32_t index 
index value 
Returns

laWidget* - the pointer to the widget at the index value on the list Returns NULL if the index is out-of-range of the current list

MPLAB® Harmony Graphics Suite