X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Ftmpl%2Fatkselection.sgml;h=b3a614870507f56b9bdb3ad84de0161ee4d80609;hb=e5f56c004944944e7ac95d02e2f7e78ad2d6176e;hp=609b356695235d53d18a8e5a940d05f7486fdaca;hpb=40be3ed8f7999eb778319be2ba783850cd4ed901;p=platform%2Fupstream%2Fatk.git diff --git a/docs/tmpl/atkselection.sgml b/docs/tmpl/atkselection.sgml index 609b356..b3a6148 100644 --- a/docs/tmpl/atkselection.sgml +++ b/docs/tmpl/atkselection.sgml @@ -2,42 +2,35 @@ AtkSelection -accessibility interface for determining what the current selected -children are, as well as modify the selection set + +The ATK interface implemented by container objects whose #AtkObject children +can be selected. -The AtkSelection interface provides the standard mechanism for an -assistive technology to determine what the current selected children are, -as well as modify the selection set. Any object that has children that -can be selected should support the AtkSelection interface. +#AtkSelection should be implemented by UI components with children which +are exposed by #atk_object_ref_child and #atk_object_get_n_children, if +the use of the parent UI component ordinarily involves selection of one +or more of the objects corresponding to those #AtkObject children - for +example, selectable lists. - - - +Note that other types of "selection" (for instance text selection) are +accomplished a other ATK interfaces - #AtkSelection is limited to the +selection/deselection of children. - + - +#AtkText - - + +The AtkAction structure does not contain any fields. -@parent: -@add_selection: -@clear_selection: -@ref_selection: -@get_selection_count: -@is_child_selected: -@remove_selection: -@select_all_selection: -@selection_changed: @@ -106,3 +99,11 @@ can be selected should support the AtkSelection interface. @Returns: + + +The "selection-changed" signal is emitted by an object which implements +AtkSelection interface when the selection changes. + + +@atkselection: the object which received the signal. +