summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_image_zoomable_pan.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_image_zoomable_pan.eo')
-rw-r--r--src/lib/elementary/efl_ui_image_zoomable_pan.eo6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_image_zoomable_pan.eo b/src/lib/elementary/efl_ui_image_zoomable_pan.eo
index 35f62a5622..a9c9cb3b4d 100644
--- a/src/lib/elementary/efl_ui_image_zoomable_pan.eo
+++ b/src/lib/elementary/efl_ui_image_zoomable_pan.eo
@@ -5,8 +5,8 @@ class Efl.Ui.Image_Zoomable_Pan (Efl.Ui.Pan)
implements {
class.constructor;
Efl.Object.destructor;
- Efl.Gfx.position { set; }
- Efl.Gfx.size { set; }
+ Efl.Gfx.Entity.position { set; }
+ Efl.Gfx.Entity.size { set; }
Efl.Canvas.Group.group_calculate;
Efl.Ui.Pan.content_size { get; }
Efl.Ui.Pan.pan_position { get; set; }
@@ -14,6 +14,7 @@ class Efl.Ui.Image_Zoomable_Pan (Efl.Ui.Pan)
Efl.Ui.Pan.pan_position_max { get; }
}
events {
+ /* FIXME: Nobody is emitting these
load; [[Called when load started]]
loaded; [[Called when load finished]]
load,detail; [[Called when load details started]]
@@ -22,5 +23,6 @@ class Efl.Ui.Image_Zoomable_Pan (Efl.Ui.Pan)
download,progress; [[Called with download progress updates]]
download,done; [[Called when download finished]]
download,error; [[Called when download failed with an error]]
+ */
}
}