diff options
author | Woochan Lee <wc0917.lee@samsung.com> | 2017-11-20 19:12:49 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-11-27 19:40:31 +0900 |
commit | eefcb49419af9d0057ba4c03e6c9009a1265e31e (patch) | |
tree | aa4282cd4b8d311d1434a02d6ae86d850ee8bc46 /src/lib/efl/CMakeLists.txt | |
parent | 31ce5250cb125a5aee98480ba87570e9811c5c54 (diff) |
efl_ui_spin: Add new spin and spin_button widgets
Summary:
https://phab.enlightenment.org/T5900
Creating base class(efl_ui_spin) to support various shape of spinner.
Added button interaction widget efl_ui_spin_button inherited from efl_ui_spin.
Test Plan: Add tests in elementary_test.
Reviewers: Jaehyun_Cho, woohyun, jpeg, singh.amitesh
Subscribers: jenkins, id213sin, cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5424
Diffstat (limited to 'src/lib/efl/CMakeLists.txt')
-rw-r--r-- | src/lib/efl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/efl/CMakeLists.txt b/src/lib/efl/CMakeLists.txt index af3c443475..6637bedfc4 100644 --- a/src/lib/efl/CMakeLists.txt +++ b/src/lib/efl/CMakeLists.txt | |||
@@ -54,7 +54,6 @@ set(PUBLIC_EO_FILES | |||
54 | interfaces/efl_ui_item.eo | 54 | interfaces/efl_ui_item.eo |
55 | interfaces/efl_ui_menu.eo | 55 | interfaces/efl_ui_menu.eo |
56 | interfaces/efl_ui_range.eo | 56 | interfaces/efl_ui_range.eo |
57 | interfaces/efl_ui_spin.eo | ||
58 | interfaces/efl_ui_autorepeat.eo | 57 | interfaces/efl_ui_autorepeat.eo |
59 | interfaces/efl_vpath.eo | 58 | interfaces/efl_vpath.eo |
60 | interfaces/efl_vpath_core.eo | 59 | interfaces/efl_vpath_core.eo |