From: Jihoon Kim <jihoon48.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 05:43:08 +0000 (05:43 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 05:43:08 +0000 (05:43 +0000)
commit723ac94d3404169bcf224bffd173cacb6ce9320b
treef5e871e4cd4bad41fe54978a6c63aac07f5b7716
parent9ed3e62e62f0bcc5950ecaf672eac68ea0dc0a44
From: Jihoon Kim <jihoon48.kim@samsung.com>

elm_entry_autocapital_type_set API is high level API to call ecore_imf_context_autocapital_type_set.
Application programmer can choose the type of autocapitalization such as
WORD, SENTENCE, ALLCHARACTER through this API.

elm_entry_input_panel_enabled_set API is for setting whether input panel
(virtual keyboard) should be appeared when entry has a focus or pressed.
It can be used by dialer or calculator application programmer because those
application prefer to use its keypad NOT virtual keyboard supported by system.
They want to use entry to show the cursor for providing the cursor handling
method but don't want to appear system keyboard.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64424 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Elementary.h.in
src/lib/elm_entry.c