MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadioButtonGroup_Destroy Function
MPLAB® Harmony Graphics Suite
laRadioButtonGroup_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 laRadioButtonGroup_Destroy(
    laRadioButtonGroup* grp
);
Returns

void

MPLAB® Harmony Graphics Suite