From: Jihoon Kim [mailto:jihoon48.kim@samsung.com]
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 05:42:41 +0000 (05:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 Oct 2011 05:42:41 +0000 (05:42 +0000)
commit1bd78c0af1cb14613f7dd97d70a0b2b3b868519b
tree4d270f58b87e5829e0f9b5b08b4dbab941438acc
parent33626a6ef570f1f18e10993744e4d53fd2617110
From: Jihoon Kim [mailto: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/edje@64423 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Edje.h
src/lib/edje_entry.c
src/lib/edje_private.h
src/lib/edje_util.c