Efl.Content.content

Description

Sub-object currently set as this object's single content.

If it is set multiple times, previous sub-objects are removed first. Therefore, if an invalid content is set the object will become empty (it will have no sub-object).

Since 1.22

Values

  • content - The sub-object.

Signature

@property content @pure_virtual {
    get {}
    set {
        return: bool;
    }
    values {
        content: Efl.Gfx.Entity;
    }
}

C signature

Efl_Gfx_Entity *efl_content_get(const Eo *obj);
Eina_Bool efl_content_set(Eo *obj, Efl_Gfx_Entity *content);

Implemented by