![]() | |
CL_Component::add_childSyntaxvoid add_child( CL_Component *child, bool delete_child = false); DescriptionAdds the specified component as a children to this component. If 'delete_child' is true, the child will be deleted when the component is deleted. |