Table of Contents

Efl.Ui.Tags.items

Description

List of tags in the tag list. Tags can be added and removed by the user using the UI, and by the program by modifying this property.

Values

Signature

@property items {
    get {}
    set {}
    values {
        items: const(array<string>);
    }
}

C signature

const Eina_Array *efl_ui_tags_items_get(const Eo *obj);
void efl_ui_tags_items_set(Eo *obj, const Eina_Array *items);

Implemented by