From: Jihoon Kim [mailto:jihoon48.kim@samsung.com]
authorJihoon Kim [mailto:jihoon48.kim <Jihoon Kim [mailto:jihoon48.kim@samsung.com]>
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)
commit35e23077a36bb45e14354863f11303debb8a4cab
tree4d270f58b87e5829e0f9b5b08b4dbab941438acc
parent86fa39125ca8cf54e9485bcccb8a22b41c78b687
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: http://svn.enlightenment.org/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