elm_spinner: change the key event operation on spinner
authorWooHyun Jung <wh0705.jung@samsung.com>
Sat, 22 Oct 2016 03:03:54 +0000 (12:03 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Sat, 22 Oct 2016 03:03:54 +0000 (12:03 +0900)
commita659fe3484d3631c3d451299e5181789cecc5e00
tree91b2f3c3e7b47e2e69b861a17e7e7398cf60b22a
parentfcb8cce01f338ae97ddfc7ec478cdd69e529b628
elm_spinner: change the key event operation on spinner

Left/Right(or Up/Down with vertical one) changed the value of
spinner previously. However, it gave uneasy because focus could not be
moved to another winset until the value met the min or max.
Now, inc/dec button can get focus, and enter input on them change
the value.
Additionally, central text button changes to the entry automatically
when it gets focus. i.e. toggle on the text button is removed.

@fix
src/lib/elementary/elm_spinner.c
src/lib/elementary/elm_widget_spinner.h