Efl.Ui.Selectable.selected

Description

The selected state of this object

A change to this property emits the changed event.

Since 1.23

Values

  • selected - The selected state of this object.

Signature

@property selected @pure_virtual {
    get {}
    set {}
    values {
        selected: bool;
    }
}

C signature

Eina_Bool efl_ui_selectable_selected_get(const Eo *obj);
void efl_ui_selectable_selected_set(Eo *obj, Eina_Bool selected);

Implemented by