X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Selection.idl;h=42cadf56ae876f1bc34e6907d7100339434de3ed;hb=76a3124838e1e42981d2923b75b5cda0379ab65d;hp=006b12c42b5dd7e8658535052b884c0403354470;hpb=d1ba54e00d59cc6d31a590bad0e79879a0316e31;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Accessibility_Selection.idl b/idl/Accessibility_Selection.idl index 006b12c..42cadf5 100644 --- a/idl/Accessibility_Selection.idl +++ b/idl/Accessibility_Selection.idl @@ -20,17 +20,17 @@ * Boston, MA 02111-1307, USA. */ -#include +#include module Accessibility { - interface Selection { - long getNSelectedChildren (); - Accessible getSelectedChild (in long selectedChildIndex); - boolean selectChild (in long childIndex); - boolean deselectSelectedChild (in long selectedChildIndex); - boolean isChildSelected (in long childIndex); - void selectAll (); - void clearSelection (); + interface Selection : Bonobo::Unknown { + readonly attribute long nSelectedChildren; + Accessible getSelectedChild (in long selectedChildIndex); + boolean selectChild (in long childIndex); + boolean deselectSelectedChild (in long selectedChildIndex); + boolean isChildSelected (in long childIndex); + void selectAll (); + void clearSelection (); }; };