Efl.Ui.Text.input_panel_hide

Description

Hide the input panel (virtual keyboard).

Note that input panel is shown or hidden automatically according to the focus state of entry widget. This API can be used in the case of manually controlling by using Efl.Ui.Text.input_panel_enabled.set(en, false)

Signature

input_panel_hide {}

C signature

void efl_ui_text_input_panel_hide(Eo *obj);

Implemented by