MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laResult laRadioButtonGroup_SelectButton( laRadioButtonGroup* grp, laRadioButtonWidget* btn );
MPLAB® Harmony Graphics Suite
|