2001-12-07 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Image.idl
index 4e04bbf..d819172 100644 (file)
@@ -23,8 +23,9 @@
 module Accessibility {
 
   interface Image : Bonobo::Unknown  {
-        string getImageDescription ();
-        long getImageHeight ();
-        long getImageWidth ();
+    readonly attribute string imageDescription;
+    BoundingBox getImageExtents (in short coordType);
+    void getImagePosition (out long x, out long y, in short coordType);
+    void getImageSize (out long width, out long height);
   };
 };