Efl.Ui.Text.input_panel_return_key_disabled

Description

Set the return key on the input panel to be disabled.

Values

  • disabled - The state to put in in: true for disabled, false for enabled.

Signature

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

C signature

Eina_Bool efl_ui_text_input_panel_return_key_disabled_get(const Eo *obj);
void efl_ui_text_input_panel_return_key_disabled_set(Eo *obj, Eina_Bool disabled);

Implemented by