Efl.Ui.Text.input_panel_show

Description

Show the input panel (virtual keyboard) based on the input panel property of entry such as layout, autocapital types and so on.

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_show {}

C signature

void efl_ui_text_input_panel_show(Eo *obj);

Implemented by