Efl.Ui.Text.selection_handler_disabled

Description

This disables the entry's selection handlers.

Values

  • disabled - If true, the selection handlers are disabled.

Signature

@property selection_handler_disabled {
    get {}
    set {}
    values {
        disabled: bool;
    }
}

C signature

Eina_Bool efl_ui_text_selection_handler_disabled_get(const Eo *obj);
void efl_ui_text_selection_handler_disabled_set(Eo *obj, Eina_Bool disabled);

Implemented by