From: GoUn Lee <gouni.lee@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 09:58:38 +0000 (09:58 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 09:58:38 +0000 (09:58 +0000)
commit97a1789f539c02041e0c367f4c91797a6a6838df
treed6f336273773b0d793ba3e04fc4e67ce80ac305e
parentd4486742e13315ea7117701d91e10aa469e3f50c
From: GoUn Lee <gouni.lee@samsung.com>
Subject: [E-devel] [Patch]New feature in Multibuttonentry widget
(input panel handles manually)

I've added patch for a new feature in Multibuttonentry widget.
When Multibuttonenetry gets/lost a focus, it shows input panel(virtual
keyboard) using elm_entry_input_panel_show/hide() function.
A multibuttonenetry manually handles input panel.
The reason why it handles manually input panel even though it has entry,
the multibuttonentry must show input panel when entry lost focus and
multibuttonentry widget is focused.
Such as item(button) is clicked.

So I've added this feature.
Please review this patch.

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