MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > i) Widget Functions > leRadioButtonGroup_AddButton Function
MPLAB® Harmony Graphics Suite
leRadioButtonGroup_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 leResult leRadioButtonGroup_AddButton(
    leRadioButtonGroup* grp, 
    leRadioButtonWidget* btn
);
Returns

leResult

MPLAB® Harmony Graphics Suite