diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2019-09-19 17:32:56 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2019-09-19 18:20:56 +0200 |
commit | b74f98e8b7cc3a1b680488395d257841d8d3f007 (patch) | |
tree | 8182552db03c74ddb8550cbdbb9eb4f61c20644c /src/lib/elementary/efl_ui_image_zoomable.eo | |
parent | bc793753cb5c7764b5766720c16177fcd1656517 (diff) |
efl: replace composite with composites and dedup implements
Since using 'composites' now automatically implements what has not
been implemented yet, remove the unnecessary duplicates.
Diffstat (limited to 'src/lib/elementary/efl_ui_image_zoomable.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_image_zoomable.eo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index 932c732..cc8ae5d 100644 --- a/src/lib/elementary/efl_ui_image_zoomable.eo +++ b/src/lib/elementary/efl_ui_image_zoomable.eo | |||
@@ -2,10 +2,8 @@ | |||
2 | struct @extern Elm.Photocam.Error; [[Photocam error information.]] | 2 | struct @extern Elm.Photocam.Error; [[Photocam error information.]] |
3 | struct @extern Elm.Photocam.Progress; [[Photocam progress information.]] | 3 | struct @extern Elm.Photocam.Progress; [[Photocam progress information.]] |
4 | 4 | ||
5 | class @beta Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom, | 5 | class @beta Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom |
6 | Efl.Ui.Scrollable_Interactive, | 6 | composites Efl.Ui.Scrollable_Interactive, Efl.Ui.Scrollbar |
7 | Efl.Ui.Scrollbar | ||
8 | composite Efl.Ui.Scrollable_Interactive, Efl.Ui.Scrollbar | ||
9 | { | 7 | { |
10 | [[Elementary Image Zoomable class]] | 8 | [[Elementary Image Zoomable class]] |
11 | methods { | 9 | methods { |