Modifications/corrections to IDL to streamline and bring in line with ATK
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Image.idl
index b25aa5c..f1ea4d3 100644 (file)
@@ -24,9 +24,8 @@ module Accessibility {
 
   interface Image : Bonobo::Unknown  {
     readonly attribute string imageDescription;
-    readonly attribute long height;
-    readonly attribute long width;
-    readonly attribute long xpos;
-    readonly attribute long ypos;
+    void getImagePosition (out long x, out long y, in short coordType);
+    void getImageExtents (out long x, out long y, out long width, out long height, in short coodrType);
+    void getImageSize (out long width, out long height);
   };
 };