summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkrelationset.sgml
blob: 8b660fdec95ae9dda2f597d09027c0ae78106014 (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
<!-- ##### SECTION Title ##### -->
AtkRelationSet

<!-- ##### SECTION Short_Description ##### -->
A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.

<!-- ##### SECTION Long_Description ##### -->
<para>
The AtkRelationSet held by an object establishes its relationships with
objects beyond the normal "parent/child" hierarchical relationships that all
user interface objects have.  AtkRelationSets establish whether objects are
labelled or controlled by other components, share group membership with other
components (for instance within a radio-button group), or share content which
"flows" between them, among other types of possible relationships.
</para>

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

</para>

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


<!-- ##### STRUCT AtkRelationSet ##### -->
<para>
The AtkRelationSet structure should not be accessed directly.

</para>


<!-- ##### FUNCTION atk_relation_set_new ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION atk_relation_set_contains ##### -->
<para>

</para>

@set: 
@relationship: 
@Returns: 


<!-- ##### FUNCTION atk_relation_set_remove ##### -->
<para>

</para>

@set: 
@relation: 


<!-- ##### FUNCTION atk_relation_set_add ##### -->
<para>

</para>

@set: 
@relation: 


<!-- ##### FUNCTION atk_relation_set_get_n_relations ##### -->
<para>

</para>

@set: 
@Returns: 


<!-- ##### FUNCTION atk_relation_set_get_relation ##### -->
<para>

</para>

@set: 
@i: 
@Returns: 


<!-- ##### FUNCTION atk_relation_set_get_relation_by_type ##### -->
<para>

</para>

@set: 
@relationship: 
@Returns: 


<!-- ##### FUNCTION atk_relation_set_add_relation_by_type ##### -->
<para>

</para>

@set: 
@relationship: 
@target: