X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FComponent.idl;h=59a9c753c3d46cffd6179b9560a23ada7e18b2d8;hb=a347294874e78498e894b614dae376012a8e9e3d;hp=aa690d1e4ccc5c9de1f7a952cc13c041063f664f;hpb=d1ba54e00d59cc6d31a590bad0e79879a0316e31;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Component.idl b/idl/Component.idl index aa690d1..59a9c75 100644 --- a/idl/Component.idl +++ b/idl/Component.idl @@ -24,13 +24,12 @@ module Accessibility { - interface Component { + interface Component : Bonobo::Unknown { - boolean contains (in long x, in long y); - Accessible getAccessibleAtPoint (in long x, in long y); - void getExtents (out long x, out long y, out long width, out long height); - void getPosition (out long x, out long y); - void getPositionOnScreen (out long rootX, out long rootY); + boolean contains (in long x, in long y, in short coord_type); + Accessible getAccessibleAtPoint (in long x, in long y, in short coord_type); + void getExtents (out long x, out long y, out long width, out long height, in short coord_type); + void getPosition (out long x, out long y, in short coord_type); void getSize (out long width, out long height); void grabFocus (); void registerFocusHandler (in EventListener handler);