Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / doc / libatspi / tmpl / atspi-selection.sgml
1 <!-- ##### SECTION Title ##### -->
2 atspi-selection
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An interface which indicates that an object exposes a 'selection' model,
6 allowing the selection of one or more of its children.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 An interface which indicates that an object exposes a 'selection'
11 model, allowing the selection of one or more of its children.
12 Read-only Selection instances are possible, in which case the
13 interface is used to programmatically determine the selected-ness
14 of its children.
15 </para>
16
17 <!-- ##### SECTION See_Also ##### -->
18 <para>
19
20 </para>
21
22 <!-- ##### SECTION Stability_Level ##### -->
23
24
25 <!-- ##### SECTION Image ##### -->
26
27
28 <!-- ##### STRUCT AtspiSelection ##### -->
29 <para>
30
31 </para>
32
33
34 <!-- ##### FUNCTION atspi_selection_get_n_selected_children ##### -->
35 <para>
36
37 </para>
38
39 @obj: 
40 @error: 
41 @Returns: 
42
43
44 <!-- ##### FUNCTION atspi_selection_get_selected_child ##### -->
45 <para>
46
47 </para>
48
49 @obj: 
50 @selected_child_index: 
51 @error: 
52 @Returns: 
53
54
55 <!-- ##### FUNCTION atspi_selection_select_child ##### -->
56 <para>
57
58 </para>
59
60 @obj: 
61 @child_index: 
62 @error: 
63 @Returns: 
64
65
66 <!-- ##### FUNCTION atspi_selection_deselect_selected_child ##### -->
67 <para>
68
69 </para>
70
71 @obj: 
72 @selected_child_index: 
73 @error: 
74 @Returns: 
75
76
77 <!-- ##### FUNCTION atspi_selection_deselect_child ##### -->
78 <para>
79
80 </para>
81
82 @obj: 
83 @child_index: 
84 @error: 
85 @Returns: 
86
87
88 <!-- ##### FUNCTION atspi_selection_is_child_selected ##### -->
89 <para>
90
91 </para>
92
93 @obj: 
94 @child_index: 
95 @error: 
96 @Returns: 
97
98
99 <!-- ##### FUNCTION atspi_selection_select_all ##### -->
100 <para>
101
102 </para>
103
104 @obj: 
105 @error: 
106 @Returns: 
107
108
109 <!-- ##### FUNCTION atspi_selection_clear_selection ##### -->
110 <para>
111
112 </para>
113
114 @obj: 
115 @error: 
116 @Returns: 
117
118