MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_RemoveChild Function
MPLAB® Harmony Graphics Suite
laWidget_RemoveChild Function

The function checks to see if the child and parent are valid, removes the child from its current parents children list

C
LIB_EXPORT laResult laWidget_RemoveChild(
    laWidget* parent, 
    laWidget* child
);
Parameters
Parameters 
Description 
laWidget* parent 
the parent widget 
laWidget* child 
the child to remove 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite