efl/legacy/ecore/src/lib/ecore_imf
Jihoon Kim a889ae4997 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add Ecore_IMF API to set the attirbute of
input panel

For supporting virtual keyboard, I'd like to add
ecore_imf_context_input_panel_enabled_set/get APIs. The detail description of
each API is included in the patch file as doxygen format.

If input panel is in 'enabled' status, the immodule will request to
show the input panel automatically When the input widget such as entry is
clicked or has focus. In some case, application programmers want to control
the input panel manually (not automatically), so I implement this API.



SVN revision: 60504
2011-06-20 07:17:24 +00:00
..
Ecore_IMF.h From: Jihoon Kim <jihoon48.kim@samsung.com> 2011-06-20 07:17:24 +00:00
Makefile.am Ecore: Decide whether library will be built or not in upper level 2010-10-28 16:37:41 +00:00
ecore_imf.c Ecore ecore_imf: Fixed formatting and removed trailing whitespaces. 2011-04-11 11:31:55 +00:00
ecore_imf_context.c From: Jihoon Kim <jihoon48.kim@samsung.com> 2011-06-20 07:17:24 +00:00
ecore_imf_module.c Ecore ecore_imf: Fixed formatting and removed trailing whitespaces. 2011-04-11 11:31:55 +00:00
ecore_imf_private.h From: Jihoon Kim <jihoon48.kim@samsung.com> 2011-06-20 07:17:24 +00:00