diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-10 17:51:20 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-10 18:06:15 +0900 |
commit | 31c4fd1f7c8e9731e9c36903a79db754d94060ee (patch) | |
tree | e15457c1cfb18ed73e3b2a2b151170ecd421a223 /src/lib/evas/Evas_Eo.h | |
parent | d67171940f803c7da0ad88048739e1fd85153d05 (diff) |
Evas: Rename Scrollable_Interface to Efl.Ui.Scrollable
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 7b3b02f50c..465972ca9a 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -4,17 +4,10 @@ | |||
4 | 4 | ||
5 | #include "canvas/efl_ui_draggable.eo.h" | 5 | #include "canvas/efl_ui_draggable.eo.h" |
6 | #include "canvas/efl_ui_clickable.eo.h" | 6 | #include "canvas/efl_ui_clickable.eo.h" |
7 | #include "canvas/evas_scrollable_interface.eo.h" | 7 | #include "canvas/efl_ui_scrollable.eo.h" |
8 | #include "canvas/evas_selectable_interface.eo.h" | 8 | #include "canvas/evas_selectable_interface.eo.h" |
9 | #include "canvas/evas_zoomable_interface.eo.h" | 9 | #include "canvas/evas_zoomable_interface.eo.h" |
10 | 10 | ||
11 | // Interface classes links | ||
12 | #define EVAS_SMART_CLICKABLE_INTERFACE EVAS_CLICKABLE_INTERFACE_INTERFACE | ||
13 | #define EVAS_SMART_SCROLLABLE_INTERFACE EVAS_SCROLLABLE_INTERFACE_INTERFACE | ||
14 | #define EVAS_SMART_DRAGGABLE_INTERFACE EVAS_DRAGGABLE_INTERFACE_INTERFACE | ||
15 | #define EVAS_SMART_SELECTABLE_INTERFACE EVAS_SELECTABLE_INTERFACE_INTERFACE | ||
16 | #define EVAS_SMART_ZOOMABLE_INTERFACE EVAS_ZOOMABLE_INTERFACE_INTERFACE | ||
17 | |||
18 | #include "canvas/evas_canvas.eo.h" | 11 | #include "canvas/evas_canvas.eo.h" |
19 | 12 | ||
20 | /** | 13 | /** |