MPLAB® Harmony Graphics Suite
|
The function checks to see if the child and parent are valid, removes the child from its current parents children list, and assigns the child to the parent widget specified. The child is attached at the end of the list of the parent widgets children list.
LIB_EXPORT laResult laWidget_AddChild( laWidget* parent, laWidget* child );
Parameters |
Description |
laWidget* parent |
the parent widget |
laWidget* child |
the child to add |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|