X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Image.idl;h=54df08d25a628cdcf8eb2c38487c1528db0477f3;hb=d96e0663b52f9cad54bbfe89335e08a7f908d795;hp=8e4ed2027dc84a547d161333092ed842076854e5;hpb=af1cfd571d14fa5245de225f9868b54401e3c484;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Image.idl b/idl/Accessibility_Image.idl index 8e4ed20..54df08d 100644 --- a/idl/Accessibility_Image.idl +++ b/idl/Accessibility_Image.idl @@ -24,9 +24,17 @@ module Accessibility { interface Image : Bonobo::Unknown { readonly attribute string imageDescription; - readonly attribute long height; - readonly attribute long widthl - 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); + /** + * unImplemented: + * + * placeholders for future expansion. + */ + void unImplemented (); + void unImplemented2 (); + void unImplemented3 (); + void unImplemented4 (); }; };