ClanSoft logo
ClanSoft logo

    CL_Component::add_child

Syntax

void add_child(
        CL_Component *child,
        bool delete_child = false);

Description

Adds the specified component as a children to this component. If 'delete_child' is true, the child will be deleted when the component is deleted.


Back to index



This page was built using the Perceps documentation system.