summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkselection.sgml
blob: 2c651d451bf8a056489ecce88a4bc47b9fac0a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!-- ##### SECTION Title ##### -->
AtkSelection

<!-- ##### SECTION Short_Description ##### -->

The ATK interface implemented by container objects whose #AtkObject children
can be selected.

<!-- ##### SECTION Long_Description ##### -->
<para>
#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.
</para>
<para>
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.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
#AtkText
</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT AtkSelection ##### -->
<para>
The AtkAction structure does not contain any fields.

</para>


<!-- ##### SIGNAL AtkSelection::selection-changed ##### -->
<para>
The "selection-changed" signal is emitted by an object which implements 
AtkSelection interface when the selection changes.
</para>

@atkselection: the object which received the signal.

<!-- ##### FUNCTION atk_selection_add_selection ##### -->
<para>

</para>

@selection: 
@i: 
@Returns: 


<!-- ##### FUNCTION atk_selection_clear_selection ##### -->
<para>

</para>

@selection: 
@Returns: 


<!-- ##### FUNCTION atk_selection_ref_selection ##### -->
<para>

</para>

@selection: 
@i: 
@Returns: 


<!-- ##### FUNCTION atk_selection_get_selection_count ##### -->
<para>

</para>

@selection: 
@Returns: 


<!-- ##### FUNCTION atk_selection_is_child_selected ##### -->
<para>

</para>

@selection: 
@i: 
@Returns: 


<!-- ##### FUNCTION atk_selection_remove_selection ##### -->
<para>

</para>

@selection: 
@i: 
@Returns: 


<!-- ##### FUNCTION atk_selection_select_all_selection ##### -->
<para>

</para>

@selection: 
@Returns: