auto init from ATK_VERSION. up ATK_VERSION to 0.4, interface age 0, binary
[platform/upstream/atk.git] / docs / tmpl / atkselection.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkSelection
3
4 <!-- ##### SECTION Short_Description ##### -->
5 accessibility interface for determining what the current selected 
6 children are, as well as modify the selection set
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 The AtkSelection interface provides the standard mechanism for an 
11 assistive technology to determine what the current selected children are, 
12 as well as modify the selection set. Any object that has children that 
13 can be selected should support the AtkSelection interface.
14 </para>
15
16 <!-- ##### SECTION See_Also ##### -->
17 <para>
18
19 </para>
20
21 <!-- ##### STRUCT AtkSelection ##### -->
22 <para>
23
24 </para>
25
26
27 <!-- ##### STRUCT AtkSelectionIface ##### -->
28 <para>
29
30 </para>
31
32 @parent: 
33 @add_selection: 
34 @clear_selection: 
35 @ref_selection: 
36 @get_selection_count: 
37 @is_child_selected: 
38 @remove_selection: 
39 @select_all_selection: 
40
41 <!-- ##### FUNCTION atk_selection_add_selection ##### -->
42 <para>
43
44 </para>
45
46 @selection: 
47 @i: 
48 <!-- # Unused Parameters # -->
49 @Returns: 
50
51
52 <!-- ##### FUNCTION atk_selection_clear_selection ##### -->
53 <para>
54
55 </para>
56
57 @selection: 
58 <!-- # Unused Parameters # -->
59 @Returns: 
60
61
62 <!-- ##### FUNCTION atk_selection_ref_selection ##### -->
63 <para>
64
65 </para>
66
67 @selection: 
68 @i: 
69 @Returns: 
70
71
72 <!-- ##### FUNCTION atk_selection_get_selection_count ##### -->
73 <para>
74
75 </para>
76
77 @selection: 
78 @Returns: 
79
80
81 <!-- ##### FUNCTION atk_selection_is_child_selected ##### -->
82 <para>
83
84 </para>
85
86 @selection: 
87 @i: 
88 @Returns: 
89
90
91 <!-- ##### FUNCTION atk_selection_remove_selection ##### -->
92 <para>
93
94 </para>
95
96 @selection: 
97 @i: 
98 <!-- # Unused Parameters # -->
99 @Returns: 
100
101
102 <!-- ##### FUNCTION atk_selection_select_all_selection ##### -->
103 <para>
104
105 </para>
106
107 @selection: 
108 <!-- # Unused Parameters # -->
109 @Returns: 
110
111