Efl.Ui.Widget.attributes

Values

  • attributes - List of object attributes. Must be freed by the user


Overridden from Efl.Access.Object.attributes (get).

Signature

@property attributes @beta {
    get @protected {}
    values {
        attributes: list<ptr(Efl.Access.Attribute)>;
    }
}

C signature

Eina_List *efl_access_object_attributes_get(const Eo *obj);

Implemented by