X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=idl%2FAccessibility_Image.idl;h=f1ea4d31d9458667349ecb61772f16107b46b7f8;hb=11e760ebf21a1d27d740f6b4a904d36959f587dc;hp=b25aa5cbd5162c9efac5192fbf2d519b5fb4f080;hpb=ec4302391998b5c2f6afecd1e27a908aad490244;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Image.idl b/idl/Accessibility_Image.idl index b25aa5c..f1ea4d3 100644 --- a/idl/Accessibility_Image.idl +++ b/idl/Accessibility_Image.idl @@ -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); }; };