introduce group item
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 16 Aug 2019 06:46:00 +0000 (08:46 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 23 Aug 2019 08:49:15 +0000 (17:49 +0900)
commitd5e2093cc1c5b216ee68829d38dfa927ddded5cf
treeeb3c055e8dbe05cc9beaeed564ee1b60b2186f8f
parent0e26f8776e2e97f704814c0db2fc0781339cc53e
introduce group item

this brings a group item in the style of genlist / gengrid group items.

The group item theme does currently not provide the signals in the theme
that would be needed for selecting it. This is kind of intended, but we
might need API to express that.

ref T8115

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9583
14 files changed:
data/elementary/themes/default.edc
data/elementary/themes/edc/efl/group_item.edc [new file with mode: 0644]
src/bin/elementary/test_ui_items.c
src/lib/elementary/Efl_Ui.h
src/lib/elementary/efl_ui_group_item.c [new file with mode: 0644]
src/lib/elementary/efl_ui_group_item.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_item.c
src/lib/elementary/efl_ui_item.eo
src/lib/elementary/efl_ui_item_private.h
src/lib/elementary/meson.build
src/tests/elementary/spec/efl_test_container.c
src/tests/elementary/spec/efl_test_pack.c
src/tests/elementary/spec/efl_test_pack_linear.c
src/tests/elementary/spec/efl_ui_spec_suite.h