combobox: add Multiple selection feature

Desktop / Enlightenment / Elementary - divyesh purohit [samsung.com] - 10 March 2016 16:50 UTC

Summary: This patch focuses on Combobox widget customization, Multibuttonentry widget is used instead of entry for taking user input. The idea is to make the widget look like {F28112} {F28115} when the multiple_selection is set. To-DO: 1) Need to add scrollable interface to combobox when MBE is used (need some suggestions on it). 2) focus cycle is still buggy as genlist requires focus otherwise selected item will return NULL (sometimes)

015db15 combobox: add Multiple selection feature
data/objects/Makefile.am | 8 ++-
data/objects/combobox_multiple.edc | 61 +++++++++++++++++
src/bin/test.c | 2 +
src/bin/test_combobox.c | 102 ++++++++++++++++++++++++++++-
src/lib/elc_combobox.c | 126 ++++++++++++++++++++++++++++++++++--
src/lib/elm_combobox.eo | 21 +++++-
src/lib/elm_widget_combobox.h | 2 +
7 files changed, 312 insertions(+), 10 deletions(-)

Upstream: git.enlightenment.org


  • Share