X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FAccessibility_Selection.idl;h=42a2dfba2630d8152b973b7c820ac696eeaaf9c0;hb=fb1e8ce4bd1b97a4029321017b414bd04cef087d;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..42a2dfb 100644 --- a/idl/Accessibility_Selection.idl +++ b/idl/Accessibility_Selection.idl @@ -24,13 +24,13 @@ 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 (); }; };