diff options
author | WooHyun Jung <wh0705.jung@samsung.com> | 2019-09-23 10:48:02 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-09-23 11:02:15 +0200 |
commit | f7e183b851634de0ebc749568fe74cadbc9284f1 (patch) | |
tree | 5424a53cce9e9660c3e3614c62f7104023b87563 /src/lib/efl/Efl.h | |
parent | fe8715e9f6082da8c6b6e65b8c944b80730b8d4e (diff) |
efl_ui_scrollable: remove ui_scrollable_interactive and move all into ui_scrollable
Summary:
Based on the discussion T7883, there is no reason to keep those
interfaces separately. So, now, efl_ui_scrollable will support
the events and methods together.
@ref T7883
Reviewers: eagleeye, bu5hm4n, zmike, segfaultxavi
Reviewed By: segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7883
Differential Revision: https://phab.enlightenment.org/D10072
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 403750ac93..db6e21b9c4 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -106,7 +106,6 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
106 | #include "interfaces/efl_ui_draggable.eo.h" | 106 | #include "interfaces/efl_ui_draggable.eo.h" |
107 | #include "interfaces/efl_ui_scrollable.eo.h" | 107 | #include "interfaces/efl_ui_scrollable.eo.h" |
108 | #include "interfaces/efl_ui_scrollbar.eo.h" | 108 | #include "interfaces/efl_ui_scrollbar.eo.h" |
109 | #include "interfaces/efl_ui_scrollable_interactive.eo.h" | ||
110 | #include "interfaces/efl_ui_text_selectable.eo.h" | 109 | #include "interfaces/efl_ui_text_selectable.eo.h" |
111 | #include "interfaces/efl_ui_container_selectable.eo.h" | 110 | #include "interfaces/efl_ui_container_selectable.eo.h" |
112 | #include "interfaces/efl_ui_zoom.eo.h" | 111 | #include "interfaces/efl_ui_zoom.eo.h" |