04d11daf32b76e3694617592eddf1c5790db670d
[platform/upstream/atk.git] / docs / tmpl / atkrelation.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkRelation
3
4 <!-- ##### SECTION Short_Description ##### -->
5 defines the functional relationship between two #AtkObjects
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 Defines the functional relationship between two #AtkObjects.
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### STRUCT AtkRelation ##### -->
18 <para>
19
20 </para>
21
22 @parent: 
23 @target: 
24 @relationship: 
25
26 <!-- ##### ENUM AtkRelationType ##### -->
27 <para>
28
29 </para>
30
31 @ATK_RELATION_NULL: 
32 @ATK_RELATION_CONTROLLED_BY: 
33 @ATK_RELATION_CONTROLLER_FOR: 
34 @ATK_RELATION_LABEL_FOR: 
35 @ATK_RELATION_LABELLED_BY: 
36 @ATK_RELATION_MEMBER_OF: 
37 @ATK_RELATION_NODE_CHILD_OF: 
38 @ATK_RELATION_LAST_DEFINED: 
39
40 <!-- ##### FUNCTION atk_relation_type_register ##### -->
41 <para>
42
43 </para>
44
45 @name: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION atk_relation_type_from_string ##### -->
50 <para>
51
52 </para>
53
54 @name: 
55 @Returns: 
56
57
58 <!-- ##### FUNCTION atk_relation_new ##### -->
59 <para>
60
61 </para>
62
63 @targets: 
64 @n_targets: 
65 @relationship: 
66 @Returns: 
67
68
69 <!-- ##### FUNCTION atk_relation_get_relation_type ##### -->
70 <para>
71
72 </para>
73
74 @relation: 
75 @Returns: 
76
77
78 <!-- ##### FUNCTION atk_relation_get_target ##### -->
79 <para>
80
81 </para>
82
83 @relation: 
84 @Returns: 
85
86