Colorselector: Item Selection/Unselection logic changes and corresponding API additions

Desktop / Enlightenment / Elementary - Shilpa Singh [samsung.com] - 7 February 2014 22:33 UTC

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).

68f2f6e Colorselector: Item Selection/Unselection logic changes and corresponding API additions.
src/bin/test_colorselector.c | 5 ++-
src/lib/elm_colorselector.c | 87 +++++++++++++++++++++++++++++++-----
src/lib/elm_colorselector_common.h | 21 +++++++++
src/lib/elm_colorselector_eo.h | 13 ++++++
src/lib/elm_colorselector_legacy.h | 11 +++++
src/lib/elm_widget_colorselector.h | 1 -
6 files changed, 124 insertions(+), 14 deletions(-)

Upstream: git.enlightenment.org


  • Share