Added directory 'util' for accessibility-related
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Image.idl
index 4e04bbf..f1ea4d3 100644 (file)
@@ -23,8 +23,9 @@
 module Accessibility {
 
   interface Image : Bonobo::Unknown  {
-        string getImageDescription ();
-        long getImageHeight ();
-        long getImageWidth ();
+    readonly attribute string imageDescription;
+    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);
   };
 };