X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FSelection.idl;h=42a2dfba2630d8152b973b7c820ac696eeaaf9c0;hb=fb1e8ce4bd1b97a4029321017b414bd04cef087d;hp=e1da97aaf19280fac55ecd26e7c64434f0497613;hpb=f762b0286cab88a3895df9c84a6e6990ffdbcbd0;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Selection.idl b/idl/Selection.idl index e1da97a..42a2dfb 100644 --- a/idl/Selection.idl +++ b/idl/Selection.idl @@ -25,12 +25,12 @@ module Accessibility { interface Selection : Bonobo::Unknown { - 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 (); + 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 (); }; };