atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,29 +2,26 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkRelation</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkRelation</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="ATK Library">
9
- <link rel="prev" href="AtkRegistry.html" title="AtkRegistry">
8
+ <link rel="up" href="data.html" title="Basic accessible data types">
9
+ <link rel="prev" href="atk-AtkRange.html" title="AtkRange">
10
10
  <link rel="next" href="AtkRelationSet.html" title="AtkRelationSet">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkRelation.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkRelation.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkRelation.properties" class="shortcut">Properties</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#AtkRelation.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkRelation.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
20
+ <a href="#AtkRelation.properties" class="shortcut">Properties</a></span>
24
21
  </td>
25
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
- <td><a accesskey="p" href="AtkRegistry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="u" href="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="p" href="atk-AtkRange.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
25
  <td><a accesskey="n" href="AtkRelationSet.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
26
  </tr></table>
30
27
  <div class="refentry">
@@ -35,407 +32,628 @@
35
32
  <p>AtkRelation — An object used to describe a relation between a
36
33
  object and one or more other objects.</p>
37
34
  </td>
38
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
39
36
  </tr></table></div>
40
- <div class="refsynopsisdiv">
41
- <a name="AtkRelation.synopsis"></a><h2>Synopsis</h2>
42
- <pre class="synopsis">struct <a class="link" href="AtkRelation.html#AtkRelation-struct" title="struct AtkRelation">AtkRelation</a>;
43
- enum <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType">AtkRelationType</a>;
44
- <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-type-register" title="atk_relation_type_register ()">atk_relation_type_register</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
45
- const <span class="returnvalue">gchar</span> * <a class="link" href="AtkRelation.html#atk-relation-type-get-name" title="atk_relation_type_get_name ()">atk_relation_type_get_name</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type</code></em>);
46
- <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-type-for-name" title="atk_relation_type_for_name ()">atk_relation_type_for_name</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
47
- <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelation.html#atk-relation-new" title="atk_relation_new ()">atk_relation_new</a> (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> **targets</code></em>,
48
- <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
49
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
50
- <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> <a class="link" href="AtkRelation.html#atk-relation-get-relation-type" title="atk_relation_get_relation_type ()">atk_relation_get_relation_type</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
51
- <span class="returnvalue">GPtrArray</span> * <a class="link" href="AtkRelation.html#atk-relation-get-target" title="atk_relation_get_target ()">atk_relation_get_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
52
- <span class="returnvalue">void</span> <a class="link" href="AtkRelation.html#atk-relation-add-target" title="atk_relation_add_target ()">atk_relation_add_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
53
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
54
- <span class="returnvalue">gboolean</span> <a class="link" href="AtkRelation.html#atk-relation-remove-target" title="atk_relation_remove_target ()">atk_relation_remove_target</a> (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
55
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
56
- </pre>
57
- </div>
58
- <div class="refsect1">
59
- <a name="AtkRelation.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
- <pre class="synopsis">
61
- GObject
62
- +----AtkRelation
63
- </pre>
64
- </div>
65
37
  <div class="refsect1">
66
- <a name="AtkRelation.properties"></a><h2>Properties</h2>
67
- <pre class="synopsis">
68
- "<a class="link" href="AtkRelation.html#AtkRelation--relation-type" title='The "relation-type" property'>relation-type</a>" <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> : Read / Write
69
- "<a class="link" href="AtkRelation.html#AtkRelation--target" title='The "target" property'>target</a>" <span class="type">GValueArray</span>* : Read / Write
70
- </pre>
71
- </div>
72
- <div class="refsect1">
73
- <a name="AtkRelation.description"></a><h2>Description</h2>
74
- <p>
75
- An AtkRelation describes a relation between an object and one or
76
- more other objects. The actual relations that an object has with
77
- other objects are defined as an AtkRelationSet, which is a set of
78
- AtkRelations.
79
- </p>
80
- </div>
81
- <div class="refsect1">
82
- <a name="AtkRelation.details"></a><h2>Details</h2>
83
- <div class="refsect2">
84
- <a name="AtkRelation-struct"></a><h3>struct AtkRelation</h3>
85
- <pre class="programlisting">struct AtkRelation;</pre>
86
- <p>
87
- </p>
88
- </div>
89
- <hr>
90
- <div class="refsect2">
91
- <a name="AtkRelationType"></a><h3>enum AtkRelationType</h3>
92
- <pre class="programlisting">typedef enum {
93
- ATK_RELATION_NULL = 0,
94
- ATK_RELATION_CONTROLLED_BY,
95
- ATK_RELATION_CONTROLLER_FOR,
96
- ATK_RELATION_LABEL_FOR,
97
- ATK_RELATION_LABELLED_BY,
98
- ATK_RELATION_MEMBER_OF,
99
- ATK_RELATION_NODE_CHILD_OF,
100
- ATK_RELATION_FLOWS_TO,
101
- ATK_RELATION_FLOWS_FROM,
102
- ATK_RELATION_SUBWINDOW_OF,
103
- ATK_RELATION_EMBEDS,
104
- ATK_RELATION_EMBEDDED_BY,
105
- ATK_RELATION_POPUP_FOR,
106
- ATK_RELATION_PARENT_WINDOW_OF,
107
- ATK_RELATION_DESCRIBED_BY,
108
- ATK_RELATION_DESCRIPTION_FOR,
109
- ATK_RELATION_NODE_PARENT_OF,
110
- ATK_RELATION_LAST_DEFINED
111
- } AtkRelationType;
112
- </pre>
113
- <p>
114
- Describes the type of the relation
115
- </p>
116
- <div class="variablelist"><table border="0">
117
- <col align="left" valign="top">
38
+ <a name="AtkRelation.functions"></a><h2>Functions</h2>
39
+ <div class="informaltable"><table width="100%" border="0">
40
+ <colgroup>
41
+ <col width="150px" class="functions_return">
42
+ <col class="functions_name">
43
+ </colgroup>
118
44
  <tbody>
119
45
  <tr>
120
- <td><p><a name="ATK-RELATION-NULL:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_NULL</code></span></p></td>
121
- <td>Not used, represens "no relationship" or an error condition.
46
+ <td class="function_type">
47
+ <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
122
48
  </td>
123
- </tr>
124
- <tr>
125
- <td><p><a name="ATK-RELATION-CONTROLLED-BY:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_CONTROLLED_BY</code></span></p></td>
126
- <td>Indicates an object controlled by one or more target objects.
49
+ <td class="function_name">
50
+ <a class="link" href="AtkRelation.html#atk-relation-type-register" title="atk_relation_type_register ()">atk_relation_type_register</a> <span class="c_punctuation">()</span>
127
51
  </td>
128
52
  </tr>
129
53
  <tr>
130
- <td><p><a name="ATK-RELATION-CONTROLLER-FOR:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_CONTROLLER_FOR</code></span></p></td>
131
- <td>Indicates an object is an controller for one or more target objects.
54
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
132
55
  </td>
133
- </tr>
134
- <tr>
135
- <td><p><a name="ATK-RELATION-LABEL-FOR:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_LABEL_FOR</code></span></p></td>
136
- <td>Indicates an object is a label for one or more target objects.
56
+ <td class="function_name">
57
+ <a class="link" href="AtkRelation.html#atk-relation-type-get-name" title="atk_relation_type_get_name ()">atk_relation_type_get_name</a> <span class="c_punctuation">()</span>
137
58
  </td>
138
59
  </tr>
139
60
  <tr>
140
- <td><p><a name="ATK-RELATION-LABELLED-BY:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_LABELLED_BY</code></span></p></td>
141
- <td>Indicates an object is labelled by one or more target objects.
61
+ <td class="function_type">
62
+ <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="AtkRelation.html#atk-relation-type-for-name" title="atk_relation_type_for_name ()">atk_relation_type_for_name</a> <span class="c_punctuation">()</span>
142
66
  </td>
143
67
  </tr>
144
68
  <tr>
145
- <td><p><a name="ATK-RELATION-MEMBER-OF:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_MEMBER_OF</code></span></p></td>
146
- <td>Indicates an object is a member of a group of one or more target objects.
69
+ <td class="function_type">
70
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
71
+ </td>
72
+ <td class="function_name">
73
+ <a class="link" href="AtkRelation.html#atk-relation-new" title="atk_relation_new ()">atk_relation_new</a> <span class="c_punctuation">()</span>
147
74
  </td>
148
75
  </tr>
149
76
  <tr>
150
- <td><p><a name="ATK-RELATION-NODE-CHILD-OF:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_NODE_CHILD_OF</code></span></p></td>
151
- <td>Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell.
77
+ <td class="function_type">
78
+ <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
79
+ </td>
80
+ <td class="function_name">
81
+ <a class="link" href="AtkRelation.html#atk-relation-get-relation-type" title="atk_relation_get_relation_type ()">atk_relation_get_relation_type</a> <span class="c_punctuation">()</span>
152
82
  </td>
153
83
  </tr>
154
84
  <tr>
155
- <td><p><a name="ATK-RELATION-FLOWS-TO:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_FLOWS_TO</code></span></p></td>
156
- <td>Indicates that the object has content that flows logically to another
157
- AtkObject in a sequential way, (for instance text-flow).
85
+ <td class="function_type">
86
+ <span class="returnvalue">GPtrArray</span> *
87
+ </td>
88
+ <td class="function_name">
89
+ <a class="link" href="AtkRelation.html#atk-relation-get-target" title="atk_relation_get_target ()">atk_relation_get_target</a> <span class="c_punctuation">()</span>
158
90
  </td>
159
91
  </tr>
160
92
  <tr>
161
- <td><p><a name="ATK-RELATION-FLOWS-FROM:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_FLOWS_FROM</code></span></p></td>
162
- <td>Indicates that the object has content that flows logically from
163
- another AtkObject in a sequential way, (for instance text-flow).
93
+ <td class="function_type">
94
+ <span class="returnvalue">void</span>
95
+ </td>
96
+ <td class="function_name">
97
+ <a class="link" href="AtkRelation.html#atk-relation-add-target" title="atk_relation_add_target ()">atk_relation_add_target</a> <span class="c_punctuation">()</span>
164
98
  </td>
165
99
  </tr>
166
100
  <tr>
167
- <td><p><a name="ATK-RELATION-SUBWINDOW-OF:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_SUBWINDOW_OF</code></span></p></td>
168
- <td>Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component.
101
+ <td class="function_type">
102
+ <span class="returnvalue">gboolean</span>
103
+ </td>
104
+ <td class="function_name">
105
+ <a class="link" href="AtkRelation.html#atk-relation-remove-target" title="atk_relation_remove_target ()">atk_relation_remove_target</a> <span class="c_punctuation">()</span>
169
106
  </td>
170
107
  </tr>
171
108
  <tr>
172
- <td><p><a name="ATK-RELATION-EMBEDS:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_EMBEDS</code></span></p></td>
173
- <td>Indicates that the object visually embeds
174
- another object's content, i.e. this object's content flows around
175
- another's content.
109
+ <td class="function_type">
110
+ <span class="returnvalue">gboolean</span>
111
+ </td>
112
+ <td class="function_name">
113
+ <a class="link" href="AtkRelation.html#atk-relation-set-contains-target" title="atk_relation_set_contains_target ()">atk_relation_set_contains_target</a> <span class="c_punctuation">()</span>
176
114
  </td>
177
115
  </tr>
116
+ </tbody>
117
+ </table></div>
118
+ </div>
119
+ <div class="refsect1">
120
+ <a name="AtkRelation.properties"></a><h2>Properties</h2>
121
+ <div class="informaltable"><table border="0">
122
+ <colgroup>
123
+ <col width="150px" class="properties_type">
124
+ <col width="300px" class="properties_name">
125
+ <col width="200px" class="properties_flags">
126
+ </colgroup>
127
+ <tbody>
178
128
  <tr>
179
- <td><p><a name="ATK-RELATION-EMBEDDED-BY:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_EMBEDDED_BY</code></span></p></td>
180
- <td>Inverse of <a class="link" href="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"><code class="literal">ATK_RELATION_EMBEDS</code></a>, indicates that
181
- this object's content is visualy embedded in another object.
182
- </td>
129
+ <td class="property_type"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></td>
130
+ <td class="property_name"><a class="link" href="AtkRelation.html#AtkRelation--relation-type" title="The “relation-type” property">relation-type</a></td>
131
+ <td class="property_flags">Read / Write</td>
183
132
  </tr>
184
133
  <tr>
185
- <td><p><a name="ATK-RELATION-POPUP-FOR:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_POPUP_FOR</code></span></p></td>
186
- <td>Indicates that an object is a popup for another object.
187
- </td>
134
+ <td class="property_type">
135
+ <span class="type">GValueArray</span> *</td>
136
+ <td class="property_name"><a class="link" href="AtkRelation.html#AtkRelation--target" title="The “target” property">target</a></td>
137
+ <td class="property_flags">Read / Write</td>
188
138
  </tr>
139
+ </tbody>
140
+ </table></div>
141
+ </div>
142
+ <div class="refsect1">
143
+ <a name="AtkRelation.other"></a><h2>Types and Values</h2>
144
+ <div class="informaltable"><table width="100%" border="0">
145
+ <colgroup>
146
+ <col width="150px" class="name">
147
+ <col class="description">
148
+ </colgroup>
149
+ <tbody>
189
150
  <tr>
190
- <td><p><a name="ATK-RELATION-PARENT-WINDOW-OF:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_PARENT_WINDOW_OF</code></span></p></td>
191
- <td>Indicates that an object is a parent window of another object.
192
- </td>
151
+ <td class="datatype_keyword">struct</td>
152
+ <td class="function_name"><a class="link" href="AtkRelation.html#AtkRelation-struct" title="struct AtkRelation">AtkRelation</a></td>
193
153
  </tr>
194
154
  <tr>
195
- <td><p><a name="ATK-RELATION-DESCRIBED-BY:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_DESCRIBED_BY</code></span></p></td>
196
- <td>Indicates that another object provides descriptive information about this object; more verbose than ATK_RELATION_LABELLED_BY.
197
- </td>
155
+ <td class="datatype_keyword">enum</td>
156
+ <td class="function_name"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType">AtkRelationType</a></td>
198
157
  </tr>
158
+ </tbody>
159
+ </table></div>
160
+ </div>
161
+ <div class="refsect1">
162
+ <a name="AtkRelation.object-hierarchy"></a><h2>Object Hierarchy</h2>
163
+ <pre class="screen"> GObject
164
+ <span class="lineart">╰──</span> AtkRelation
165
+ </pre>
166
+ </div>
167
+ <div class="refsect1">
168
+ <a name="AtkRelation.description"></a><h2>Description</h2>
169
+ <p>An AtkRelation describes a relation between an object and one or
170
+ more other objects. The actual relations that an object has with
171
+ other objects are defined as an AtkRelationSet, which is a set of
172
+ AtkRelations.</p>
173
+ </div>
174
+ <div class="refsect1">
175
+ <a name="AtkRelation.functions_details"></a><h2>Functions</h2>
176
+ <div class="refsect2">
177
+ <a name="atk-relation-type-register"></a><h3>atk_relation_type_register ()</h3>
178
+ <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
179
+ atk_relation_type_register (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
180
+ <p>Associate <em class="parameter"><code>name</code></em>
181
+ with a new <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p>
182
+ <div class="refsect3">
183
+ <a name="id-1.6.3.8.2.5"></a><h4>Parameters</h4>
184
+ <div class="informaltable"><table width="100%" border="0">
185
+ <colgroup>
186
+ <col width="150px" class="parameters_name">
187
+ <col class="parameters_description">
188
+ <col width="200px" class="parameters_annotations">
189
+ </colgroup>
190
+ <tbody><tr>
191
+ <td class="parameter_name"><p>name</p></td>
192
+ <td class="parameter_description"><p>a name string</p></td>
193
+ <td class="parameter_annotations"> </td>
194
+ </tr></tbody>
195
+ </table></div>
196
+ </div>
197
+ <div class="refsect3">
198
+ <a name="id-1.6.3.8.2.6"></a><h4>Returns</h4>
199
+ <p> an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> associated with <em class="parameter"><code>name</code></em>
200
+ </p>
201
+ <p></p>
202
+ </div>
203
+ </div>
204
+ <hr>
205
+ <div class="refsect2">
206
+ <a name="atk-relation-type-get-name"></a><h3>atk_relation_type_get_name ()</h3>
207
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
208
+ atk_relation_type_get_name (<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type</code></em>);</pre>
209
+ <p>Gets the description string describing the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> <em class="parameter"><code>type</code></em>
210
+ .</p>
211
+ <div class="refsect3">
212
+ <a name="id-1.6.3.8.3.5"></a><h4>Parameters</h4>
213
+ <div class="informaltable"><table width="100%" border="0">
214
+ <colgroup>
215
+ <col width="150px" class="parameters_name">
216
+ <col class="parameters_description">
217
+ <col width="200px" class="parameters_annotations">
218
+ </colgroup>
219
+ <tbody><tr>
220
+ <td class="parameter_name"><p>type</p></td>
221
+ <td class="parameter_description"><p>The <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> whose name is required</p></td>
222
+ <td class="parameter_annotations"> </td>
223
+ </tr></tbody>
224
+ </table></div>
225
+ </div>
226
+ <div class="refsect3">
227
+ <a name="id-1.6.3.8.3.6"></a><h4>Returns</h4>
228
+ <p> the string describing the AtkRelationType</p>
229
+ <p></p>
230
+ </div>
231
+ </div>
232
+ <hr>
233
+ <div class="refsect2">
234
+ <a name="atk-relation-type-for-name"></a><h3>atk_relation_type_for_name ()</h3>
235
+ <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
236
+ atk_relation_type_for_name (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
237
+ <p>Get the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type corresponding to a relation name.</p>
238
+ <div class="refsect3">
239
+ <a name="id-1.6.3.8.4.5"></a><h4>Parameters</h4>
240
+ <div class="informaltable"><table width="100%" border="0">
241
+ <colgroup>
242
+ <col width="150px" class="parameters_name">
243
+ <col class="parameters_description">
244
+ <col width="200px" class="parameters_annotations">
245
+ </colgroup>
246
+ <tbody><tr>
247
+ <td class="parameter_name"><p>name</p></td>
248
+ <td class="parameter_description"><p>a string which is the (non-localized) name of an ATK relation type.</p></td>
249
+ <td class="parameter_annotations"> </td>
250
+ </tr></tbody>
251
+ </table></div>
252
+ </div>
253
+ <div class="refsect3">
254
+ <a name="id-1.6.3.8.4.6"></a><h4>Returns</h4>
255
+ <p> the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> enumerated type corresponding to the specified name,
256
+ or <a class="link" href="AtkRelation.html#ATK-RELATION-NULL:CAPS"><span class="type">ATK_RELATION_NULL</span></a> if no matching relation type is found.</p>
257
+ <p></p>
258
+ </div>
259
+ </div>
260
+ <hr>
261
+ <div class="refsect2">
262
+ <a name="atk-relation-new"></a><h3>atk_relation_new ()</h3>
263
+ <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> *
264
+ atk_relation_new (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> **targets</code></em>,
265
+ <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
266
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
267
+ <p>Create a new relation for the specified key and the specified list
268
+ of targets. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.</p>
269
+ <div class="refsect3">
270
+ <a name="id-1.6.3.8.5.5"></a><h4>Parameters</h4>
271
+ <div class="informaltable"><table width="100%" border="0">
272
+ <colgroup>
273
+ <col width="150px" class="parameters_name">
274
+ <col class="parameters_description">
275
+ <col width="200px" class="parameters_annotations">
276
+ </colgroup>
277
+ <tbody>
199
278
  <tr>
200
- <td><p><a name="ATK-RELATION-DESCRIPTION-FOR:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_DESCRIPTION_FOR</code></span></p></td>
201
- <td>Indicates that an object provides descriptive information about another object; more verbose than ATK_RELATION_LABEL_FOR.
202
- </td>
279
+ <td class="parameter_name"><p>targets</p></td>
280
+ <td class="parameter_description"><p> an array of pointers to
281
+ <a href="AtkObject.html"><span class="type">AtkObjects</span></a>. </p></td>
282
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_targets]</span></td>
203
283
  </tr>
204
284
  <tr>
205
- <td><p><a name="ATK-RELATION-NODE-PARENT-OF:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_NODE_PARENT_OF</code></span></p></td>
206
- <td>Indicates an object is a cell in a treetable and is expanded to display other cells in the same column.
207
- </td>
285
+ <td class="parameter_name"><p>n_targets</p></td>
286
+ <td class="parameter_description"><p>number of <a href="AtkObject.html"><span class="type">AtkObjects</span></a> pointed to by <em class="parameter"><code>targets</code></em>
287
+ </p></td>
288
+ <td class="parameter_annotations"> </td>
208
289
  </tr>
209
290
  <tr>
210
- <td><p><a name="ATK-RELATION-LAST-DEFINED:CAPS"></a><span class="term"><code class="literal">ATK_RELATION_LAST_DEFINED</code></span></p></td>
211
- <td>Not used, this value indicates the end of the enumeration.
212
- </td>
291
+ <td class="parameter_name"><p>relationship</p></td>
292
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> with which to create the new
293
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
294
+ <td class="parameter_annotations"> </td>
213
295
  </tr>
214
296
  </tbody>
215
297
  </table></div>
216
298
  </div>
299
+ <div class="refsect3">
300
+ <a name="id-1.6.3.8.5.6"></a><h4>Returns</h4>
301
+ <p> a pointer to a new <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p>
302
+ <p></p>
303
+ </div>
304
+ </div>
217
305
  <hr>
218
306
  <div class="refsect2">
219
- <a name="atk-relation-type-register"></a><h3>atk_relation_type_register ()</h3>
220
- <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> atk_relation_type_register (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
221
- <p>
222
- Associate <em class="parameter"><code>name</code></em> with a new <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
307
+ <a name="atk-relation-get-relation-type"></a><h3>atk_relation_get_relation_type ()</h3>
308
+ <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a>
309
+ atk_relation_get_relation_type (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
310
+ <p>Gets the type of <em class="parameter"><code>relation</code></em>
311
+ </p>
312
+ <div class="refsect3">
313
+ <a name="id-1.6.3.8.6.5"></a><h4>Parameters</h4>
314
+ <div class="informaltable"><table width="100%" border="0">
315
+ <colgroup>
316
+ <col width="150px" class="parameters_name">
317
+ <col class="parameters_description">
318
+ <col width="200px" class="parameters_annotations">
319
+ </colgroup>
320
+ <tbody><tr>
321
+ <td class="parameter_name"><p>relation</p></td>
322
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> </p></td>
323
+ <td class="parameter_annotations"> </td>
324
+ </tr></tbody>
325
+ </table></div>
326
+ </div>
327
+ <div class="refsect3">
328
+ <a name="id-1.6.3.8.6.6"></a><h4>Returns</h4>
329
+ <p> the type of <em class="parameter"><code>relation</code></em>
330
+ </p>
331
+ <p></p>
332
+ </div>
333
+ </div>
334
+ <hr>
335
+ <div class="refsect2">
336
+ <a name="atk-relation-get-target"></a><h3>atk_relation_get_target ()</h3>
337
+ <pre class="programlisting"><span class="returnvalue">GPtrArray</span> *
338
+ atk_relation_get_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
339
+ <p>Gets the target list of <em class="parameter"><code>relation</code></em>
223
340
  </p>
224
- <div class="variablelist"><table border="0">
225
- <col align="left" valign="top">
341
+ <div class="refsect3">
342
+ <a name="id-1.6.3.8.7.5"></a><h4>Parameters</h4>
343
+ <div class="informaltable"><table width="100%" border="0">
344
+ <colgroup>
345
+ <col width="150px" class="parameters_name">
346
+ <col class="parameters_description">
347
+ <col width="200px" class="parameters_annotations">
348
+ </colgroup>
349
+ <tbody><tr>
350
+ <td class="parameter_name"><p>relation</p></td>
351
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
352
+ <td class="parameter_annotations"> </td>
353
+ </tr></tbody>
354
+ </table></div>
355
+ </div>
356
+ <div class="refsect3">
357
+ <a name="id-1.6.3.8.7.6"></a><h4>Returns</h4>
358
+ <p> the target list of <em class="parameter"><code>relation</code></em>
359
+ . </p>
360
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> Atk.Object]</span></p>
361
+ </div>
362
+ </div>
363
+ <hr>
364
+ <div class="refsect2">
365
+ <a name="atk-relation-add-target"></a><h3>atk_relation_add_target ()</h3>
366
+ <pre class="programlisting"><span class="returnvalue">void</span>
367
+ atk_relation_add_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
368
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
369
+ <p>Adds the specified AtkObject to the target for the relation, if it is
370
+ not already present. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.</p>
371
+ <div class="refsect3">
372
+ <a name="id-1.6.3.8.8.5"></a><h4>Parameters</h4>
373
+ <div class="informaltable"><table width="100%" border="0">
374
+ <colgroup>
375
+ <col width="150px" class="parameters_name">
376
+ <col class="parameters_description">
377
+ <col width="200px" class="parameters_annotations">
378
+ </colgroup>
226
379
  <tbody>
227
380
  <tr>
228
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
229
- <td>a name string</td>
381
+ <td class="parameter_name"><p>relation</p></td>
382
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
383
+ <td class="parameter_annotations"> </td>
230
384
  </tr>
231
385
  <tr>
232
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
233
- <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> associated with <em class="parameter"><code>name</code></em>
234
- </td>
386
+ <td class="parameter_name"><p>target</p></td>
387
+ <td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
388
+ <td class="parameter_annotations"> </td>
235
389
  </tr>
236
390
  </tbody>
237
391
  </table></div>
238
392
  </div>
393
+ <p class="since">Since 1.9</p>
394
+ </div>
239
395
  <hr>
240
396
  <div class="refsect2">
241
- <a name="atk-relation-type-get-name"></a><h3>atk_relation_type_get_name ()</h3>
242
- <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_relation_type_get_name (<em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type</code></em>);</pre>
243
- <p>
244
- Gets the description string describing the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> <em class="parameter"><code>type</code></em>.
245
- </p>
246
- <div class="variablelist"><table border="0">
247
- <col align="left" valign="top">
397
+ <a name="atk-relation-remove-target"></a><h3>atk_relation_remove_target ()</h3>
398
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
399
+ atk_relation_remove_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
400
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
401
+ <p>Remove the specified AtkObject from the target for the relation.</p>
402
+ <div class="refsect3">
403
+ <a name="id-1.6.3.8.9.5"></a><h4>Parameters</h4>
404
+ <div class="informaltable"><table width="100%" border="0">
405
+ <colgroup>
406
+ <col width="150px" class="parameters_name">
407
+ <col class="parameters_description">
408
+ <col width="200px" class="parameters_annotations">
409
+ </colgroup>
248
410
  <tbody>
249
411
  <tr>
250
- <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
251
- <td>The <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> whose name is required</td>
412
+ <td class="parameter_name"><p>relation</p></td>
413
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a></p></td>
414
+ <td class="parameter_annotations"> </td>
252
415
  </tr>
253
416
  <tr>
254
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
255
- <td>the string describing the AtkRelationType</td>
417
+ <td class="parameter_name"><p>target</p></td>
418
+ <td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
419
+ <td class="parameter_annotations"> </td>
256
420
  </tr>
257
421
  </tbody>
258
422
  </table></div>
259
423
  </div>
424
+ <div class="refsect3">
425
+ <a name="id-1.6.3.8.9.6"></a><h4>Returns</h4>
426
+ <p> TRUE if the removal is successful.</p>
427
+ <p></p>
428
+ </div>
429
+ </div>
260
430
  <hr>
261
431
  <div class="refsect2">
262
- <a name="atk-relation-type-for-name"></a><h3>atk_relation_type_for_name ()</h3>
263
- <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> atk_relation_type_for_name (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
264
- <p>
265
- Get the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> type corresponding to a relation name.
266
- </p>
267
- <div class="variablelist"><table border="0">
268
- <col align="left" valign="top">
432
+ <a name="atk-relation-set-contains-target"></a><h3>atk_relation_set_contains_target ()</h3>
433
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
434
+ atk_relation_set_contains_target (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
435
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
436
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
437
+ <p>Determines whether the relation set contains a relation that
438
+ matches the specified pair formed by type <em class="parameter"><code>relationship</code></em>
439
+ and object
440
+ <em class="parameter"><code>target</code></em>
441
+ .</p>
442
+ <div class="refsect3">
443
+ <a name="id-1.6.3.8.10.5"></a><h4>Parameters</h4>
444
+ <div class="informaltable"><table width="100%" border="0">
445
+ <colgroup>
446
+ <col width="150px" class="parameters_name">
447
+ <col class="parameters_description">
448
+ <col width="200px" class="parameters_annotations">
449
+ </colgroup>
269
450
  <tbody>
270
451
  <tr>
271
- <td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
272
- <td>a string which is the (non-localized) name of an ATK relation type.</td>
452
+ <td class="parameter_name"><p>set</p></td>
453
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a></p></td>
454
+ <td class="parameter_annotations"> </td>
455
+ </tr>
456
+ <tr>
457
+ <td class="parameter_name"><p>relationship</p></td>
458
+ <td class="parameter_description"><p>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></p></td>
459
+ <td class="parameter_annotations"> </td>
273
460
  </tr>
274
461
  <tr>
275
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
276
- <td>the <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> enumerated type corresponding to the specified name,
277
- or <a class="link" href="AtkRelation.html#ATK-RELATION-NULL:CAPS"><span class="type">ATK_RELATION_NULL</span></a> if no matching relation type is found.</td>
462
+ <td class="parameter_name"><p>target</p></td>
463
+ <td class="parameter_description"><p>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p></td>
464
+ <td class="parameter_annotations"> </td>
278
465
  </tr>
279
466
  </tbody>
280
467
  </table></div>
281
468
  </div>
282
- <hr>
469
+ <div class="refsect3">
470
+ <a name="id-1.6.3.8.10.6"></a><h4>Returns</h4>
471
+ <p> <code class="literal">TRUE</code> if <em class="parameter"><code>set</code></em>
472
+ contains a relation with the relationship
473
+ type <em class="parameter"><code>relationship</code></em>
474
+ with an object <em class="parameter"><code>target</code></em>
475
+ , <code class="literal">FALSE</code> otherwise</p>
476
+ <p></p>
477
+ </div>
478
+ </div>
479
+ </div>
480
+ <div class="refsect1">
481
+ <a name="AtkRelation.other_details"></a><h2>Types and Values</h2>
283
482
  <div class="refsect2">
284
- <a name="atk-relation-new"></a><h3>atk_relation_new ()</h3>
285
- <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * atk_relation_new (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> **targets</code></em>,
286
- <em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
287
- <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
483
+ <a name="AtkRelation-struct"></a><h3>struct AtkRelation</h3>
484
+ <pre class="programlisting">struct AtkRelation;</pre>
288
485
  <p>
289
- Create a new relation for the specified key and the specified list
290
- of targets. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.
291
486
  </p>
292
- <div class="variablelist"><table border="0">
293
- <col align="left" valign="top">
487
+ </div>
488
+ <hr>
489
+ <div class="refsect2">
490
+ <a name="AtkRelationType"></a><h3>enum AtkRelationType</h3>
491
+ <p>Describes the type of the relation</p>
492
+ <div class="refsect3">
493
+ <a name="id-1.6.3.9.3.4"></a><h4>Members</h4>
494
+ <div class="informaltable"><table width="100%" border="0">
495
+ <colgroup>
496
+ <col width="300px" class="enum_members_name">
497
+ <col class="enum_members_description">
498
+ <col width="200px" class="enum_members_annotations">
499
+ </colgroup>
294
500
  <tbody>
295
501
  <tr>
296
- <td><p><span class="term"><em class="parameter"><code>targets</code></em> :</span></p></td>
297
- <td>an array of pointers to
298
- <a href="AtkObject.html"><span class="type">AtkObjects</span></a>. <span class="annotation">[<a href="http://foldoc.org/array"><span class="acronym">array</span></a> length=n_targets]</span>
502
+ <td class="enum_member_name"><p><a name="ATK-RELATION-NULL:CAPS"></a>ATK_RELATION_NULL</p></td>
503
+ <td class="enum_member_description">
504
+ <p>Not used, represens "no relationship" or an error condition.</p>
299
505
  </td>
506
+ <td class="enum_member_annotations"> </td>
300
507
  </tr>
301
508
  <tr>
302
- <td><p><span class="term"><em class="parameter"><code>n_targets</code></em> :</span></p></td>
303
- <td>number of <a href="AtkObject.html"><span class="type">AtkObjects</span></a> pointed to by <em class="parameter"><code>targets</code></em>
509
+ <td class="enum_member_name"><p><a name="ATK-RELATION-CONTROLLED-BY:CAPS"></a>ATK_RELATION_CONTROLLED_BY</p></td>
510
+ <td class="enum_member_description">
511
+ <p>Indicates an object controlled by one or more target objects.</p>
304
512
  </td>
513
+ <td class="enum_member_annotations"> </td>
305
514
  </tr>
306
515
  <tr>
307
- <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
308
- <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> with which to create the new
309
- <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
516
+ <td class="enum_member_name"><p><a name="ATK-RELATION-CONTROLLER-FOR:CAPS"></a>ATK_RELATION_CONTROLLER_FOR</p></td>
517
+ <td class="enum_member_description">
518
+ <p>Indicates an object is an controller for one or more target objects.</p>
310
519
  </td>
520
+ <td class="enum_member_annotations"> </td>
311
521
  </tr>
312
522
  <tr>
313
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
314
- <td>a pointer to a new <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
523
+ <td class="enum_member_name"><p><a name="ATK-RELATION-LABEL-FOR:CAPS"></a>ATK_RELATION_LABEL_FOR</p></td>
524
+ <td class="enum_member_description">
525
+ <p>Indicates an object is a label for one or more target objects.</p>
315
526
  </td>
527
+ <td class="enum_member_annotations"> </td>
316
528
  </tr>
317
- </tbody>
318
- </table></div>
319
- </div>
320
- <hr>
321
- <div class="refsect2">
322
- <a name="atk-relation-get-relation-type"></a><h3>atk_relation_get_relation_type ()</h3>
323
- <pre class="programlisting"><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="returnvalue">AtkRelationType</span></a> atk_relation_get_relation_type (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
324
- <p>
325
- Gets the type of <em class="parameter"><code>relation</code></em>
326
- </p>
327
- <div class="variablelist"><table border="0">
328
- <col align="left" valign="top">
329
- <tbody>
330
529
  <tr>
331
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
332
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
530
+ <td class="enum_member_name"><p><a name="ATK-RELATION-LABELLED-BY:CAPS"></a>ATK_RELATION_LABELLED_BY</p></td>
531
+ <td class="enum_member_description">
532
+ <p>Indicates an object is labelled by one or more target objects.</p>
333
533
  </td>
534
+ <td class="enum_member_annotations"> </td>
334
535
  </tr>
335
536
  <tr>
336
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
337
- <td>the type of <em class="parameter"><code>relation</code></em>
537
+ <td class="enum_member_name"><p><a name="ATK-RELATION-MEMBER-OF:CAPS"></a>ATK_RELATION_MEMBER_OF</p></td>
538
+ <td class="enum_member_description">
539
+ <p>Indicates an object is a member of a group of one or more target objects.</p>
338
540
  </td>
541
+ <td class="enum_member_annotations"> </td>
339
542
  </tr>
340
- </tbody>
341
- </table></div>
342
- </div>
343
- <hr>
344
- <div class="refsect2">
345
- <a name="atk-relation-get-target"></a><h3>atk_relation_get_target ()</h3>
346
- <pre class="programlisting"><span class="returnvalue">GPtrArray</span> * atk_relation_get_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
347
- <p>
348
- Gets the target list of <em class="parameter"><code>relation</code></em>
349
- </p>
350
- <div class="variablelist"><table border="0">
351
- <col align="left" valign="top">
352
- <tbody>
353
543
  <tr>
354
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
355
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
544
+ <td class="enum_member_name"><p><a name="ATK-RELATION-NODE-CHILD-OF:CAPS"></a>ATK_RELATION_NODE_CHILD_OF</p></td>
545
+ <td class="enum_member_description">
546
+ <p>Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell.</p>
356
547
  </td>
548
+ <td class="enum_member_annotations"> </td>
357
549
  </tr>
358
550
  <tr>
359
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
360
- <td>the target list of <em class="parameter"><code>relation</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> Atk.Object]</span>
551
+ <td class="enum_member_name"><p><a name="ATK-RELATION-FLOWS-TO:CAPS"></a>ATK_RELATION_FLOWS_TO</p></td>
552
+ <td class="enum_member_description">
553
+ <p>Indicates that the object has content that flows logically to another
554
+ AtkObject in a sequential way, (for instance text-flow).</p>
361
555
  </td>
556
+ <td class="enum_member_annotations"> </td>
362
557
  </tr>
363
- </tbody>
364
- </table></div>
365
- </div>
366
- <hr>
367
- <div class="refsect2">
368
- <a name="atk-relation-add-target"></a><h3>atk_relation_add_target ()</h3>
369
- <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_add_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
370
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
371
- <p>
372
- Adds the specified AtkObject to the target for the relation, if it is
373
- not already present. See also <a class="link" href="AtkObject.html#atk-object-add-relationship" title="atk_object_add_relationship ()"><code class="function">atk_object_add_relationship()</code></a>.
374
- </p>
375
- <div class="variablelist"><table border="0">
376
- <col align="left" valign="top">
377
- <tbody>
378
558
  <tr>
379
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
380
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
559
+ <td class="enum_member_name"><p><a name="ATK-RELATION-FLOWS-FROM:CAPS"></a>ATK_RELATION_FLOWS_FROM</p></td>
560
+ <td class="enum_member_description">
561
+ <p>Indicates that the object has content that flows logically from
562
+ another AtkObject in a sequential way, (for instance text-flow).</p>
381
563
  </td>
564
+ <td class="enum_member_annotations"> </td>
382
565
  </tr>
383
566
  <tr>
384
- <td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
385
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
567
+ <td class="enum_member_name"><p><a name="ATK-RELATION-SUBWINDOW-OF:CAPS"></a>ATK_RELATION_SUBWINDOW_OF</p></td>
568
+ <td class="enum_member_description">
569
+ <p>Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component.</p>
386
570
  </td>
571
+ <td class="enum_member_annotations"> </td>
572
+ </tr>
573
+ <tr>
574
+ <td class="enum_member_name"><p><a name="ATK-RELATION-EMBEDS:CAPS"></a>ATK_RELATION_EMBEDS</p></td>
575
+ <td class="enum_member_description">
576
+ <p>Indicates that the object visually embeds
577
+ another object's content, i.e. this object's content flows around
578
+ another's content.</p>
579
+ </td>
580
+ <td class="enum_member_annotations"> </td>
581
+ </tr>
582
+ <tr>
583
+ <td class="enum_member_name"><p><a name="ATK-RELATION-EMBEDDED-BY:CAPS"></a>ATK_RELATION_EMBEDDED_BY</p></td>
584
+ <td class="enum_member_description">
585
+ <p>Inverse of <a class="link" href="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"><code class="literal">ATK_RELATION_EMBEDS</code></a>, indicates that
586
+ this object's content is visualy embedded in another object.</p>
587
+ </td>
588
+ <td class="enum_member_annotations"> </td>
387
589
  </tr>
388
- </tbody>
389
- </table></div>
390
- <p class="since">Since 1.9</p>
391
- </div>
392
- <hr>
393
- <div class="refsect2">
394
- <a name="atk-relation-remove-target"></a><h3>atk_relation_remove_target ()</h3>
395
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_relation_remove_target (<em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>,
396
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
397
- <p>
398
- Remove the specified AtkObject from the target for the relation.
399
- </p>
400
- <div class="variablelist"><table border="0">
401
- <col align="left" valign="top">
402
- <tbody>
403
590
  <tr>
404
- <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
405
- <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
591
+ <td class="enum_member_name"><p><a name="ATK-RELATION-POPUP-FOR:CAPS"></a>ATK_RELATION_POPUP_FOR</p></td>
592
+ <td class="enum_member_description">
593
+ <p>Indicates that an object is a popup for another object.</p>
406
594
  </td>
595
+ <td class="enum_member_annotations"> </td>
407
596
  </tr>
408
597
  <tr>
409
- <td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
410
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
598
+ <td class="enum_member_name"><p><a name="ATK-RELATION-PARENT-WINDOW-OF:CAPS"></a>ATK_RELATION_PARENT_WINDOW_OF</p></td>
599
+ <td class="enum_member_description">
600
+ <p>Indicates that an object is a parent window of another object.</p>
411
601
  </td>
602
+ <td class="enum_member_annotations"> </td>
412
603
  </tr>
413
604
  <tr>
414
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
415
- <td>TRUE if the removal is successful.</td>
605
+ <td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIBED-BY:CAPS"></a>ATK_RELATION_DESCRIBED_BY</p></td>
606
+ <td class="enum_member_description">
607
+ <p>Indicates that another object provides descriptive information about this object; more verbose than ATK_RELATION_LABELLED_BY.</p>
608
+ </td>
609
+ <td class="enum_member_annotations"> </td>
610
+ </tr>
611
+ <tr>
612
+ <td class="enum_member_name"><p><a name="ATK-RELATION-DESCRIPTION-FOR:CAPS"></a>ATK_RELATION_DESCRIPTION_FOR</p></td>
613
+ <td class="enum_member_description">
614
+ <p>Indicates that an object provides descriptive information about another object; more verbose than ATK_RELATION_LABEL_FOR.</p>
615
+ </td>
616
+ <td class="enum_member_annotations"> </td>
617
+ </tr>
618
+ <tr>
619
+ <td class="enum_member_name"><p><a name="ATK-RELATION-NODE-PARENT-OF:CAPS"></a>ATK_RELATION_NODE_PARENT_OF</p></td>
620
+ <td class="enum_member_description">
621
+ <p>Indicates an object is a cell in a treetable and is expanded to display other cells in the same column.</p>
622
+ </td>
623
+ <td class="enum_member_annotations"> </td>
624
+ </tr>
625
+ <tr>
626
+ <td class="enum_member_name"><p><a name="ATK-RELATION-LAST-DEFINED:CAPS"></a>ATK_RELATION_LAST_DEFINED</p></td>
627
+ <td class="enum_member_description">
628
+ <p>Not used, this value indicates the end of the enumeration.</p>
629
+ </td>
630
+ <td class="enum_member_annotations"> </td>
416
631
  </tr>
417
632
  </tbody>
418
633
  </table></div>
419
634
  </div>
420
635
  </div>
636
+ </div>
421
637
  <div class="refsect1">
422
638
  <a name="AtkRelation.property-details"></a><h2>Property Details</h2>
423
639
  <div class="refsect2">
424
- <a name="AtkRelation--relation-type"></a><h3>The <code class="literal">"relation-type"</code> property</h3>
425
- <pre class="programlisting"> "relation-type" <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> : Read / Write</pre>
640
+ <a name="AtkRelation--relation-type"></a><h3>The <code class="literal">“relation-type”</code> property</h3>
641
+ <pre class="programlisting"> relation-type <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a></pre>
426
642
  <p>The type of the relation.</p>
643
+ <p>Flags: Read / Write</p>
427
644
  <p>Default value: ATK_RELATION_NULL</p>
428
645
  </div>
429
646
  <hr>
430
647
  <div class="refsect2">
431
- <a name="AtkRelation--target"></a><h3>The <code class="literal">"target"</code> property</h3>
432
- <pre class="programlisting"> "target" <span class="type">GValueArray</span>* : Read / Write</pre>
648
+ <a name="AtkRelation--target"></a><h3>The <code class="literal">“target”</code> property</h3>
649
+ <pre class="programlisting"> target <span class="type">GValueArray</span> *</pre>
433
650
  <p>An array of the targets for the relation.</p>
651
+ <p>Flags: Read / Write</p>
434
652
  </div>
435
653
  </div>
436
654
  </div>
437
655
  <div class="footer">
438
656
  <hr>
439
- Generated by GTK-Doc V1.19.1</div>
657
+ Generated by GTK-Doc V1.21.1</div>
440
658
  </body>
441
659
  </html>