From: Jihoon Kim <jihoon48.kim@samsung.com>
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 25 Aug 2011 07:25:37 +0000 (07:25 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Aug 2011 07:25:37 +0000 (07:25 +0000)
commit073806c337b6d6e1e5353b97a65b5afae043eeb4
tree593af8bebfea3fc963531eeeb9582a928f16dd9d
parent7f982cfcc6da0459e0d74f5490bdeeb0eaeed41b
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

elm_entry_input_panel_layout_set API is high level API to call
ecore_imf_context_input_panel_layout_set (through edje).
This API will be used to set layout of input panel (such as URL, Email,
Number layout...) by application programmer.

Would you please review this patch?
Please let me know if I have to do more.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62782 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Edje.h
src/lib/edje_entry.c
src/lib/edje_private.h
src/lib/edje_util.c