MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > i) Widget Functions > leRadioButtonGroup_SelectButton Function
MPLAB® Harmony Graphics Suite
leRadioButtonGroup_SelectButton Function

Select the button widget specified from the button list for the Radio button group. The function makes sure the specified button widget is a part of the group. It deselects the currently selected button widget and reassigns the focus to the button widget specified.

C
LIB_EXPORT leResult leRadioButtonGroup_SelectButton(
    leRadioButtonGroup* grp, 
    leRadioButtonWidget* btn
);
Returns

leResult

MPLAB® Harmony Graphics Suite