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

Add a button widget to the button list of the selected Radio button group. The function makes sure the radio button grp is valid and the button widget to be added is not already a part of the group. The button is then added as the last button in the group button list

C
LIB_EXPORT laResult laRadioButtonGroup_AddButton(
    laRadioButtonGroup* grp, 
    laRadioButtonWidget* btn
);
Returns
MPLAB® Harmony Graphics Suite