Efl.Ui.Image.part_exist

Keys

  • part - The part name to check.

Values

  • exists - true if the part exists, false otherwise.


Overridden from Efl.Layout.Group.part_exist (get).

Signature

@property part_exist @pure_virtual {
    get {
        keys {
            part: string;
        }
    }
    values {
        exists: bool;
    }
}

C signature

Eina_Bool efl_layout_group_part_exist_get(const Eo *obj, const char *part);

Implemented by