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