MPLAB® Harmony Graphics Suite
|
Returns the pointer to the widget
LIB_EXPORT laWidget* laRadialMenuWidget_GetWidget( laRadialMenuWidget* mn, int32_t index );
Parameters |
Description |
laRadialMenuWidget* mn |
the radial menu widget |
int32_t index |
index value |
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
|