Efl.Object.composite_detach

Description

Detach a composite object from another object.

This functions also sets the parent of comp_obj to null.

See Efl.Object.composite_attach, Efl.Object.composite_part_is.

Since 1.22

Signature

composite_detach @beta {
    params {
        @in comp_obj: Efl.Object;
    }
    return: bool;
}

C signature

Eina_Bool efl_composite_detach(Eo *obj, Efl_Object *comp_obj);

Parameters

  • comp_obj (in) - The object that will be removed from the parent.

Implemented by