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

This function creates a GFX_GOL_RADIOBUTTON group with the given pointer and the button list provided within the leRadioButtonGroup object.

C
LIB_EXPORT leResult leRadioButtonGroup_Create(
    leRadioButtonGroup** grp
);
Returns

leResult

MPLAB® Harmony Graphics Suite