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

This function destroys he GFX_GOL_RADIOBUTTON group with the given pointer. It frees the memory allocated to the button group and clears the button list.

C
LIB_EXPORT void leRadioButtonGroup_Destroy(
    leRadioButtonGroup* grp
);
Returns

void

MPLAB® Harmony Graphics Suite