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