efl_ui: remove Efl.Ui.Clickable from containers
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 14 May 2019 19:51:12 +0000 (15:51 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:51 +0000 (17:17 +0900)
commit5ad8b8579db67ad5105eb4e54db4f89576d44ecb
tree78493410f80b96a1ffe181d983155bb1414b040d
parent7d1871665455ba250bb3af90b4ac08bf3c7fafcc
efl_ui: remove Efl.Ui.Clickable from containers

Summary:
these widgets here are containers, means: they contain items that can be
clicked, but the container itself cannot be clicked. Later on, we should
introduce a new interface which contains events that reflect the clicked
event of theire items.

Depends on D8827

Reviewers: zmike, segfaultxavi, cedric

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8828
src/lib/elementary/efl_ui_grid.eo
src/lib/elementary/efl_ui_list.eo
src/lib/elementary/efl_ui_list_view.eo