atk 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/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.h +1 -0
  6. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -8
  7. data/vendor/local/include/atk-1.0/atk/atkdocument.h +6 -6
  8. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -0
  9. data/vendor/local/include/atk-1.0/atk/atkimage.h +4 -4
  10. data/vendor/local/include/atk-1.0/atk/atkmisc.h +24 -1
  11. data/vendor/local/include/atk-1.0/atk/atkobject.h +35 -7
  12. data/vendor/local/include/atk-1.0/atk/atkrelation.h +1 -1
  13. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -0
  14. data/vendor/local/include/atk-1.0/atk/atkstate.h +1 -1
  15. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -6
  16. data/vendor/local/include/atk-1.0/atk/atktable.h +5 -8
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +4 -2
  18. data/vendor/local/include/atk-1.0/atk/atkutil.h +75 -66
  19. data/vendor/local/include/atk-1.0/atk/atkwindow.h +54 -0
  20. data/vendor/local/lib/atk-1.0.def +2 -0
  21. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  22. data/vendor/local/lib/libatk-1.0.la +41 -0
  23. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  24. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +330 -0
  25. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +639 -0
  26. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +343 -0
  27. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +328 -0
  28. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +128 -0
  29. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +400 -0
  30. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +215 -0
  31. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +238 -0
  32. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +94 -0
  34. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +1960 -0
  35. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +166 -0
  36. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +201 -0
  37. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +443 -0
  38. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +313 -0
  39. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +330 -0
  40. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +395 -0
  41. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +213 -0
  42. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1210 -0
  43. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1745 -0
  44. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +743 -0
  45. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +216 -0
  46. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
  47. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +31 -0
  48. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +31 -0
  49. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
  50. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
  51. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +31 -0
  52. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +31 -0
  53. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +31 -0
  54. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
  55. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +39 -0
  56. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +30 -0
  57. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
  58. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
  59. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +41 -0
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +651 -0
  61. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +107 -0
  62. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +81 -0
  63. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +130 -0
  64. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +430 -0
  65. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +573 -0
  66. data/vendor/local/share/gtk-doc/html/atk/atk.html +121 -0
  67. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  68. data/vendor/local/share/gtk-doc/html/atk/index.html +136 -0
  69. data/vendor/local/share/gtk-doc/html/atk/index.sgml +688 -0
  70. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  71. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  72. data/vendor/local/share/gtk-doc/html/atk/style.css +266 -0
  73. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  74. data/vendor/local/share/license/atk/AUTHORS +5 -0
  75. data/vendor/local/share/license/atk/COPYING +482 -0
  76. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  77. data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
  78. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  79. data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
  80. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
  81. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  82. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  83. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  84. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  85. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  86. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  87. data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
  88. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  89. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  90. data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
  91. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  92. data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
  93. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  95. data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
  96. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  97. data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
  98. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  99. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  100. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  101. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  102. data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
  130. metadata +65 -14
  131. data/vendor/local/lib/atk-1.0.lib +0 -0
  132. data/vendor/local/manifest/atk-dev_1.32.0-2_win32.mft +0 -37
  133. data/vendor/local/manifest/atk_1.32.0-2_win32.mft +0 -95
  134. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +0 -740
  135. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh +0 -76
@@ -0,0 +1,313 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>AtkRelationSet</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
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="AtkRelation.html" title="AtkRelation">
10
+ <link rel="next" href="AtkSelection.html" title="AtkSelection">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="AtkRelation.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
+ <td><a accesskey="n" href="AtkSelection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#AtkRelationSet.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkRelationSet.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkRelationSet.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+ </td></tr>
30
+ </table>
31
+ <div class="refentry">
32
+ <a name="AtkRelationSet"></a><div class="titlepage"></div>
33
+ <div class="refnamediv"><table width="100%"><tr>
34
+ <td valign="top">
35
+ <h2><span class="refentrytitle"><a name="AtkRelationSet.top_of_page"></a>AtkRelationSet</span></h2>
36
+ <p>AtkRelationSet — A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.</p>
37
+ </td>
38
+ <td valign="top" align="right"></td>
39
+ </tr></table></div>
40
+ <div class="refsynopsisdiv">
41
+ <a name="AtkRelationSet.synopsis"></a><h2>Synopsis</h2>
42
+ <pre class="synopsis"> <a class="link" href="AtkRelationSet.html#AtkRelationSet-struct" title="AtkRelationSet">AtkRelationSet</a>;
43
+ <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-new" title="atk_relation_set_new ()">atk_relation_set_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
44
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-contains" title="atk_relation_set_contains ()">atk_relation_set_contains</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
45
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
46
+ <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-remove" title="atk_relation_set_remove ()">atk_relation_set_remove</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
47
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
48
+ <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-add" title="atk_relation_set_add ()">atk_relation_set_add</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
49
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);
50
+ <span class="returnvalue">gint</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-get-n-relations" title="atk_relation_set_get_n_relations ()">atk_relation_set_get_n_relations</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>);
51
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation" title="atk_relation_set_get_relation ()">atk_relation_set_get_relation</a> (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
52
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
53
+ <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * <a class="link" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type" title="atk_relation_set_get_relation_by_type ()">atk_relation_set_get_relation_by_type</a>
54
+ (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
55
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);
56
+ <span class="returnvalue">void</span> <a class="link" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type" title="atk_relation_set_add_relation_by_type ()">atk_relation_set_add_relation_by_type</a>
57
+ (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
58
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
59
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
60
+ </pre>
61
+ </div>
62
+ <div class="refsect1">
63
+ <a name="AtkRelationSet.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
+ <pre class="synopsis">
65
+ GObject
66
+ +----AtkRelationSet
67
+ </pre>
68
+ </div>
69
+ <div class="refsect1">
70
+ <a name="AtkRelationSet.description"></a><h2>Description</h2>
71
+ <p>
72
+ The AtkRelationSet held by an object establishes its relationships with
73
+ objects beyond the normal "parent/child" hierarchical relationships that all
74
+ user interface objects have. AtkRelationSets establish whether objects are
75
+ labelled or controlled by other components, share group membership with other
76
+ components (for instance within a radio-button group), or share content which
77
+ "flows" between them, among other types of possible relationships.
78
+ </p>
79
+ </div>
80
+ <div class="refsect1">
81
+ <a name="AtkRelationSet.details"></a><h2>Details</h2>
82
+ <div class="refsect2">
83
+ <a name="AtkRelationSet-struct"></a><h3>AtkRelationSet</h3>
84
+ <pre class="programlisting">typedef struct _AtkRelationSet AtkRelationSet;</pre>
85
+ <p>
86
+ The AtkRelationSet structure should not be accessed directly.
87
+ </p>
88
+ </div>
89
+ <hr>
90
+ <div class="refsect2">
91
+ <a name="atk-relation-set-new"></a><h3>atk_relation_set_new ()</h3>
92
+ <pre class="programlisting"><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="returnvalue">AtkRelationSet</span></a> * atk_relation_set_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
93
+ <p>
94
+ Creates a new empty relation set.
95
+ </p>
96
+ <div class="variablelist"><table border="0">
97
+ <col align="left" valign="top">
98
+ <tbody><tr>
99
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
100
+ <td>a new <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
101
+ </td>
102
+ </tr></tbody>
103
+ </table></div>
104
+ </div>
105
+ <hr>
106
+ <div class="refsect2">
107
+ <a name="atk-relation-set-contains"></a><h3>atk_relation_set_contains ()</h3>
108
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_relation_set_contains (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
109
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
110
+ <p>
111
+ Determines whether the relation set contains a relation that matches the
112
+ specified type.
113
+ </p>
114
+ <div class="variablelist"><table border="0">
115
+ <col align="left" valign="top">
116
+ <tbody>
117
+ <tr>
118
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
119
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
120
+ </td>
121
+ </tr>
122
+ <tr>
123
+ <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
124
+ <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
125
+ </td>
126
+ </tr>
127
+ <tr>
128
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
129
+ <td>
130
+ <code class="literal">TRUE</code> if <em class="parameter"><code>relationship</code></em> is the relationship type of a relation
131
+ in <em class="parameter"><code>set</code></em>, <code class="literal">FALSE</code> otherwise</td>
132
+ </tr>
133
+ </tbody>
134
+ </table></div>
135
+ </div>
136
+ <hr>
137
+ <div class="refsect2">
138
+ <a name="atk-relation-set-remove"></a><h3>atk_relation_set_remove ()</h3>
139
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_remove (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
140
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
141
+ <p>
142
+ Removes a relation from the relation set.
143
+ This function unref's the <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> so it will be deleted unless there
144
+ is another reference to it.
145
+ </p>
146
+ <div class="variablelist"><table border="0">
147
+ <col align="left" valign="top">
148
+ <tbody>
149
+ <tr>
150
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
151
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
152
+ </td>
153
+ </tr>
154
+ <tr>
155
+ <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
156
+ <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
157
+ </td>
158
+ </tr>
159
+ </tbody>
160
+ </table></div>
161
+ </div>
162
+ <hr>
163
+ <div class="refsect2">
164
+ <a name="atk-relation-set-add"></a><h3>atk_relation_set_add ()</h3>
165
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_add (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
166
+ <em class="parameter"><code><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a> *relation</code></em>);</pre>
167
+ <p>
168
+ Add a new relation to the current relation set if it is not already
169
+ present.
170
+ This function ref's the AtkRelation so the caller of this function
171
+ should unref it to ensure that it will be destroyed when the AtkRelationSet
172
+ is destroyed.
173
+ </p>
174
+ <div class="variablelist"><table border="0">
175
+ <col align="left" valign="top">
176
+ <tbody>
177
+ <tr>
178
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
179
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
180
+ </td>
181
+ </tr>
182
+ <tr>
183
+ <td><p><span class="term"><em class="parameter"><code>relation</code></em> :</span></p></td>
184
+ <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>
185
+ </td>
186
+ </tr>
187
+ </tbody>
188
+ </table></div>
189
+ </div>
190
+ <hr>
191
+ <div class="refsect2">
192
+ <a name="atk-relation-set-get-n-relations"></a><h3>atk_relation_set_get_n_relations ()</h3>
193
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_relation_set_get_n_relations (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>);</pre>
194
+ <p>
195
+ Determines the number of relations in a relation set.
196
+ </p>
197
+ <div class="variablelist"><table border="0">
198
+ <col align="left" valign="top">
199
+ <tbody>
200
+ <tr>
201
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
202
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
203
+ </td>
204
+ </tr>
205
+ <tr>
206
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
207
+ <td>an integer representing the number of relations in the set.</td>
208
+ </tr>
209
+ </tbody>
210
+ </table></div>
211
+ </div>
212
+ <hr>
213
+ <div class="refsect2">
214
+ <a name="atk-relation-set-get-relation"></a><h3>atk_relation_set_get_relation ()</h3>
215
+ <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * atk_relation_set_get_relation (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
216
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
217
+ <p>
218
+ Determines the relation at the specified position in the relation set.
219
+ </p>
220
+ <div class="variablelist"><table border="0">
221
+ <col align="left" valign="top">
222
+ <tbody>
223
+ <tr>
224
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
225
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
226
+ </td>
227
+ </tr>
228
+ <tr>
229
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
230
+ <td>a gint representing a position in the set, starting from 0.</td>
231
+ </tr>
232
+ <tr>
233
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
234
+ <td>a <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is the relation at
235
+ position i in the set. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
236
+ </td>
237
+ </tr>
238
+ </tbody>
239
+ </table></div>
240
+ </div>
241
+ <hr>
242
+ <div class="refsect2">
243
+ <a name="atk-relation-set-get-relation-by-type"></a><h3>atk_relation_set_get_relation_by_type ()</h3>
244
+ <pre class="programlisting"><a class="link" href="AtkRelation.html" title="AtkRelation"><span class="returnvalue">AtkRelation</span></a> * atk_relation_set_get_relation_by_type
245
+ (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
246
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>);</pre>
247
+ <p>
248
+ Finds a relation that matches the specified type.
249
+ </p>
250
+ <div class="variablelist"><table border="0">
251
+ <col align="left" valign="top">
252
+ <tbody>
253
+ <tr>
254
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
255
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
256
+ </td>
257
+ </tr>
258
+ <tr>
259
+ <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
260
+ <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
261
+ </td>
262
+ </tr>
263
+ <tr>
264
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
265
+ <td>an <a class="link" href="AtkRelation.html" title="AtkRelation"><span class="type">AtkRelation</span></a>, which is a relation matching the
266
+ specified type. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
267
+ </td>
268
+ </tr>
269
+ </tbody>
270
+ </table></div>
271
+ </div>
272
+ <hr>
273
+ <div class="refsect2">
274
+ <a name="atk-relation-set-add-relation-by-type"></a><h3>atk_relation_set_add_relation_by_type ()</h3>
275
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_relation_set_add_relation_by_type
276
+ (<em class="parameter"><code><a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a> *set</code></em>,
277
+ <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
278
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);</pre>
279
+ <p>
280
+ Add a new relation of the specified type with the specified target to
281
+ the current relation set if the relation set does not contain a relation
282
+ of that type. If it is does contain a relation of that typea the target
283
+ is added to the relation.
284
+ </p>
285
+ <div class="variablelist"><table border="0">
286
+ <col align="left" valign="top">
287
+ <tbody>
288
+ <tr>
289
+ <td><p><span class="term"><em class="parameter"><code>set</code></em> :</span></p></td>
290
+ <td>an <a class="link" href="AtkRelationSet.html" title="AtkRelationSet"><span class="type">AtkRelationSet</span></a>
291
+ </td>
292
+ </tr>
293
+ <tr>
294
+ <td><p><span class="term"><em class="parameter"><code>relationship</code></em> :</span></p></td>
295
+ <td>an <a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a>
296
+ </td>
297
+ </tr>
298
+ <tr>
299
+ <td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
300
+ <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
301
+ </td>
302
+ </tr>
303
+ </tbody>
304
+ </table></div>
305
+ <p class="since">Since 1.9</p>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ <div class="footer">
310
+ <hr>
311
+ Generated by GTK-Doc V1.18.1</div>
312
+ </body>
313
+ </html>
@@ -0,0 +1,330 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>AtkSelection</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
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="AtkRelationSet.html" title="AtkRelationSet">
10
+ <link rel="next" href="atk-AtkSocket.html" title="AtkSocket">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="AtkRelationSet.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
+ <td><a accesskey="n" href="atk-AtkSocket.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#AtkSelection.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkSelection.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkSelection.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkSelection.implementations" class="shortcut">Known Implementations</a>
31
+  | 
32
+ <a href="#AtkSelection.signals" class="shortcut">Signals</a>
33
+ </td></tr>
34
+ </table>
35
+ <div class="refentry">
36
+ <a name="AtkSelection"></a><div class="titlepage"></div>
37
+ <div class="refnamediv"><table width="100%"><tr>
38
+ <td valign="top">
39
+ <h2><span class="refentrytitle"><a name="AtkSelection.top_of_page"></a>AtkSelection</span></h2>
40
+ <p>AtkSelection — The ATK interface implemented by container objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children
41
+ can be selected.</p>
42
+ </td>
43
+ <td valign="top" align="right"></td>
44
+ </tr></table></div>
45
+ <div class="refsynopsisdiv">
46
+ <a name="AtkSelection.synopsis"></a><h2>Synopsis</h2>
47
+ <pre class="synopsis"> <a class="link" href="AtkSelection.html#AtkSelection-struct" title="AtkSelection">AtkSelection</a>;
48
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkSelection.html#atk-selection-add-selection" title="atk_selection_add_selection ()">atk_selection_add_selection</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
49
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
50
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkSelection.html#atk-selection-clear-selection" title="atk_selection_clear_selection ()">atk_selection_clear_selection</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);
51
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkSelection.html#atk-selection-ref-selection" title="atk_selection_ref_selection ()">atk_selection_ref_selection</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
52
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
53
+ <span class="returnvalue">gint</span> <a class="link" href="AtkSelection.html#atk-selection-get-selection-count" title="atk_selection_get_selection_count ()">atk_selection_get_selection_count</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);
54
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkSelection.html#atk-selection-is-child-selected" title="atk_selection_is_child_selected ()">atk_selection_is_child_selected</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
55
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
56
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkSelection.html#atk-selection-remove-selection" title="atk_selection_remove_selection ()">atk_selection_remove_selection</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
57
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
58
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkSelection.html#atk-selection-select-all-selection" title="atk_selection_select_all_selection ()">atk_selection_select_all_selection</a> (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);
59
+ </pre>
60
+ </div>
61
+ <div class="refsect1">
62
+ <a name="AtkSelection.object-hierarchy"></a><h2>Object Hierarchy</h2>
63
+ <pre class="synopsis">
64
+ GInterface
65
+ +----AtkSelection
66
+ </pre>
67
+ </div>
68
+ <div class="refsect1">
69
+ <a name="AtkSelection.implementations"></a><h2>Known Implementations</h2>
70
+ <p>
71
+ AtkSelection is implemented by
72
+ <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
73
+ </div>
74
+ <div class="refsect1">
75
+ <a name="AtkSelection.signals"></a><h2>Signals</h2>
76
+ <pre class="synopsis">
77
+ "<a class="link" href="AtkSelection.html#AtkSelection-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : <code class="literal">Run Last</code>
78
+ </pre>
79
+ </div>
80
+ <div class="refsect1">
81
+ <a name="AtkSelection.description"></a><h2>Description</h2>
82
+ <p>
83
+ <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> should be implemented by UI components with children which
84
+ are exposed by <span class="type">atk_object_ref_child</span> and <span class="type">atk_object_get_n_children</span>, if
85
+ the use of the parent UI component ordinarily involves selection of one
86
+ or more of the objects corresponding to those <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children - for
87
+ example, selectable lists.
88
+ </p>
89
+ <p>
90
+ Note that other types of "selection" (for instance text selection) are
91
+ accomplished a other ATK interfaces - <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> is limited to the
92
+ selection/deselection of children.
93
+ </p>
94
+ </div>
95
+ <div class="refsect1">
96
+ <a name="AtkSelection.details"></a><h2>Details</h2>
97
+ <div class="refsect2">
98
+ <a name="AtkSelection-struct"></a><h3>AtkSelection</h3>
99
+ <pre class="programlisting">typedef struct _AtkSelection AtkSelection;</pre>
100
+ <p>
101
+ The AtkAction structure does not contain any fields.
102
+ </p>
103
+ </div>
104
+ <hr>
105
+ <div class="refsect2">
106
+ <a name="atk-selection-add-selection"></a><h3>atk_selection_add_selection ()</h3>
107
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_selection_add_selection (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
108
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
109
+ <p>
110
+ Adds the specified accessible child of the object to the
111
+ object's selection.
112
+ </p>
113
+ <div class="variablelist"><table border="0">
114
+ <col align="left" valign="top">
115
+ <tbody>
116
+ <tr>
117
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
118
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
119
+ </tr>
120
+ <tr>
121
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
122
+ <td>a <span class="type">gint</span> specifying the child index.</td>
123
+ </tr>
124
+ <tr>
125
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
126
+ <td>TRUE if success, FALSE otherwise.</td>
127
+ </tr>
128
+ </tbody>
129
+ </table></div>
130
+ </div>
131
+ <hr>
132
+ <div class="refsect2">
133
+ <a name="atk-selection-clear-selection"></a><h3>atk_selection_clear_selection ()</h3>
134
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_selection_clear_selection (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);</pre>
135
+ <p>
136
+ Clears the selection in the object so that no children in the object
137
+ are selected.
138
+ </p>
139
+ <div class="variablelist"><table border="0">
140
+ <col align="left" valign="top">
141
+ <tbody>
142
+ <tr>
143
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
144
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
145
+ </tr>
146
+ <tr>
147
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
148
+ <td>TRUE if success, FALSE otherwise.</td>
149
+ </tr>
150
+ </tbody>
151
+ </table></div>
152
+ </div>
153
+ <hr>
154
+ <div class="refsect2">
155
+ <a name="atk-selection-ref-selection"></a><h3>atk_selection_ref_selection ()</h3>
156
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_selection_ref_selection (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
157
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
158
+ <p>
159
+ Gets a reference to the accessible object representing the specified
160
+ selected child of the object.
161
+ Note: callers should not rely on <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> or on a zero value for
162
+ indication of whether AtkSelectionIface is implemented, they should
163
+ use type checking/interface checking macros or the
164
+ <code class="function">atk_get_accessible_value()</code> convenience method.
165
+ </p>
166
+ <div class="variablelist"><table border="0">
167
+ <col align="left" valign="top">
168
+ <tbody>
169
+ <tr>
170
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
171
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
172
+ </tr>
173
+ <tr>
174
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
175
+ <td>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
176
+ ith selection as opposed to the ith child).</td>
177
+ </tr>
178
+ <tr>
179
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
180
+ <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the selected
181
+ accessible , or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>selection</code></em> does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
182
+ </td>
183
+ </tr>
184
+ </tbody>
185
+ </table></div>
186
+ </div>
187
+ <hr>
188
+ <div class="refsect2">
189
+ <a name="atk-selection-get-selection-count"></a><h3>atk_selection_get_selection_count ()</h3>
190
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_selection_get_selection_count (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);</pre>
191
+ <p>
192
+ Gets the number of accessible children currently selected.
193
+ Note: callers should not rely on <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> or on a zero value for
194
+ indication of whether AtkSelectionIface is implemented, they should
195
+ use type checking/interface checking macros or the
196
+ <code class="function">atk_get_accessible_value()</code> convenience method.
197
+ </p>
198
+ <div class="variablelist"><table border="0">
199
+ <col align="left" valign="top">
200
+ <tbody>
201
+ <tr>
202
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
203
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
204
+ </tr>
205
+ <tr>
206
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
207
+ <td>a gint representing the number of items selected, or 0
208
+ if <em class="parameter"><code>selection</code></em> does not implement this interface.</td>
209
+ </tr>
210
+ </tbody>
211
+ </table></div>
212
+ </div>
213
+ <hr>
214
+ <div class="refsect2">
215
+ <a name="atk-selection-is-child-selected"></a><h3>atk_selection_is_child_selected ()</h3>
216
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_selection_is_child_selected (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
217
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
218
+ <p>
219
+ Determines if the current child of this object is selected
220
+ Note: callers should not rely on <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> or on a zero value for
221
+ indication of whether AtkSelectionIface is implemented, they should
222
+ use type checking/interface checking macros or the
223
+ <code class="function">atk_get_accessible_value()</code> convenience method.
224
+ </p>
225
+ <div class="variablelist"><table border="0">
226
+ <col align="left" valign="top">
227
+ <tbody>
228
+ <tr>
229
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
230
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
231
+ </tr>
232
+ <tr>
233
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
234
+ <td>a <span class="type">gint</span> specifying the child index.</td>
235
+ </tr>
236
+ <tr>
237
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
238
+ <td>a gboolean representing the specified child is selected, or 0
239
+ if <em class="parameter"><code>selection</code></em> does not implement this interface.</td>
240
+ </tr>
241
+ </tbody>
242
+ </table></div>
243
+ </div>
244
+ <hr>
245
+ <div class="refsect2">
246
+ <a name="atk-selection-remove-selection"></a><h3>atk_selection_remove_selection ()</h3>
247
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_selection_remove_selection (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>,
248
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
249
+ <p>
250
+ Removes the specified child of the object from the object's selection.
251
+ </p>
252
+ <div class="variablelist"><table border="0">
253
+ <col align="left" valign="top">
254
+ <tbody>
255
+ <tr>
256
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
257
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
258
+ </tr>
259
+ <tr>
260
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
261
+ <td>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
262
+ ith selection as opposed to the ith child).</td>
263
+ </tr>
264
+ <tr>
265
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
266
+ <td>TRUE if success, FALSE otherwise.</td>
267
+ </tr>
268
+ </tbody>
269
+ </table></div>
270
+ </div>
271
+ <hr>
272
+ <div class="refsect2">
273
+ <a name="atk-selection-select-all-selection"></a><h3>atk_selection_select_all_selection ()</h3>
274
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_selection_select_all_selection (<em class="parameter"><code><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *selection</code></em>);</pre>
275
+ <p>
276
+ Causes every child of the object to be selected if the object
277
+ supports multiple selections.
278
+ </p>
279
+ <div class="variablelist"><table border="0">
280
+ <col align="left" valign="top">
281
+ <tbody>
282
+ <tr>
283
+ <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
284
+ <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
285
+ </tr>
286
+ <tr>
287
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
288
+ <td>TRUE if success, FALSE otherwise.</td>
289
+ </tr>
290
+ </tbody>
291
+ </table></div>
292
+ </div>
293
+ </div>
294
+ <div class="refsect1">
295
+ <a name="AtkSelection.signal-details"></a><h2>Signal Details</h2>
296
+ <div class="refsect2">
297
+ <a name="AtkSelection-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
298
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *atkselection,
299
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
300
+ <p>
301
+ The "selection-changed" signal is emitted by an object which implements
302
+ AtkSelection interface when the selection changes.
303
+ </p>
304
+ <div class="variablelist"><table border="0">
305
+ <col align="left" valign="top">
306
+ <tbody>
307
+ <tr>
308
+ <td><p><span class="term"><em class="parameter"><code>atkselection</code></em> :</span></p></td>
309
+ <td>the object which received the signal.</td>
310
+ </tr>
311
+ <tr>
312
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
313
+ <td>user data set when the signal handler was connected.</td>
314
+ </tr>
315
+ </tbody>
316
+ </table></div>
317
+ </div>
318
+ </div>
319
+ <div class="refsect1">
320
+ <a name="AtkSelection.see-also"></a><h2>See Also</h2>
321
+ <p>
322
+ <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
323
+ </p>
324
+ </div>
325
+ </div>
326
+ <div class="footer">
327
+ <hr>
328
+ Generated by GTK-Doc V1.18.1</div>
329
+ </body>
330
+ </html>