X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FImage.idl;h=d819172d68909aea0da0217751caa4641c3f7e20;hb=a31b958e89b901eec190109be30183a8afc6989d;hp=b25aa5cbd5162c9efac5192fbf2d519b5fb4f080;hpb=ec4302391998b5c2f6afecd1e27a908aad490244;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Image.idl b/idl/Image.idl index b25aa5c..d819172 100644 --- a/idl/Image.idl +++ b/idl/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; + BoundingBox getImageExtents (in short coordType); + void getImagePosition (out long x, out long y, in short coordType); + void getImageSize (out long width, out long height); }; };