summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2017-07-14 19:32:55 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2017-07-14 19:38:52 +0900
commitffa2cd5c7572c5fa1c741323307e9194a98e74cc (patch)
tree8203aa9500378c143c359a9e462c4e537fff6135
parent4211822701c662b4b97cec4a66391fd0471ce1b7 (diff)
downloadefl-ffa2cd5c7572c5fa1c741323307e9194a98e74cc.tar.gz
efl.ui.image.zoomable: mark setter of img_region property as eo api
thanks to stefan for reporting.
-rw-r--r--src/lib/elementary/efl_ui_image_zoomable.eo2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo
index 6fbcfce8b8..dc16c10a58 100644
--- a/src/lib/elementary/efl_ui_image_zoomable.eo
+++ b/src/lib/elementary/efl_ui_image_zoomable.eo
@@ -34,7 +34,9 @@ class Efl.Ui.Image.Zoomable (Elm.Widget, Efl.Ui.Image, Efl.Ui.Zoom,
[[Set the viewed region of the image
This shows the region of the image without using animation.
+ @since 1.20
]]
+ legacy: null;
}
values {
x: int; [[X-coordinate of region in image original pixels]]