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

Remove 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 removed is a part of the group. The button is then removed properly making sure to handle the list correctly. If the list size is 0, the group is destroyed.

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