Colorselector: Item Selection/Unselection logic changes and corresponding API additions.
authorShilpa Singh <shilpa.singh@samsung.com>
Sat, 8 Feb 2014 04:33:58 +0000 (13:33 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 8 Feb 2014 04:33:58 +0000 (13:33 +0900)
commit68f2f6e7f2a8fc432d2b1e455839022f20e71e34
tree593ecf1bdff5a332e4271aa43890e435146c16d7
parentf15b796dc330aef45c4dca27659239b8f76b24c0
Colorselector: Item Selection/Unselection logic changes and corresponding API additions.

SUMMARY
Item should remain selected once pressed.
When one item is selected other items should be unselected.
No special behavior on long press, item gets selected on mouse up.
APIs added are to get current selected item and to programmatically
control the selection/unselection of an item.

This is patch D515 (had to do by hand).
src/bin/test_colorselector.c
src/lib/elm_colorselector.c
src/lib/elm_colorselector_common.h
src/lib/elm_colorselector_eo.h
src/lib/elm_colorselector_legacy.h
src/lib/elm_widget_colorselector.h