Table of Contents

Efl.Object.composite_part_is

Description

Check if an object is part of a composite object.

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

Since 1.22

Signature

composite_part_is @beta {
    return: bool;
}

C signature

Eina_Bool efl_composite_part_is(Eo *obj);

Implemented by