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

This function creates a GFX_GOL_RADIOBUTTON group with the given pointer and the button list provided within the laRadioButtonGroup object.

C
LIB_EXPORT laResult laRadioButtonGroup_Create(
    laRadioButtonGroup** grp
);
Returns
MPLAB® Harmony Graphics Suite