Table of Contents

Efl.Text_Interactive.editable

Description

Whether the entry is editable.

By default text interactives are editable. However setting this property to false will make it so that key input will be disregarded.

Values

Signature

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

C signature

Eina_Bool efl_text_interactive_editable_get(const Eo *obj);
void efl_text_interactive_editable_set(Eo *obj, Eina_Bool editable);

Implemented by