Efl.Ui.Text.input_panel_show_on_demand

Description

The attribute to show the input panel in case of only a user's explicit Mouse Up event. It doesn't request to show the input panel even though it has focus.

Values

  • ondemand - If true, the input panel will be shown in case of only Mouse up event. (Focus event will be ignored.)

Signature

@property input_panel_show_on_demand {
    get {}
    set {}
    values {
        ondemand: bool;
    }
}

C signature

Eina_Bool efl_ui_text_input_panel_show_on_demand_get(const Eo *obj);
void efl_ui_text_input_panel_show_on_demand_set(Eo *obj, Eina_Bool ondemand);

Implemented by