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,32 +2,28 @@
2
2
  <html>
3
3
  <head>
4
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">
5
+ <title>ATK - Accessibility Toolkit: AtkSelection</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="AtkRelationSet.html" title="AtkRelationSet">
10
- <link rel="next" href="atk-AtkSocket.html" title="AtkSocket">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
+ <link rel="prev" href="AtkImage.html" title="AtkImage">
10
+ <link rel="next" href="AtkStreamableContent.html" title="AtkStreamableContent">
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="#AtkSelection.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkSelection.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkSelection.implementations" class="shortcut">Known Implementations</a>
24
-  | 
25
- <a href="#AtkSelection.signals" class="shortcut">Signals</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="#AtkSelection.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkSelection.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_implementations">  <span class="dim">|</span> 
20
+ <a href="#AtkSelection.implementations" class="shortcut">Known Implementations</a></span><span id="nav_signals">  <span class="dim">|</span> 
21
+ <a href="#AtkSelection.signals" class="shortcut">Signals</a></span>
26
22
  </td>
27
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
29
- <td><a accesskey="p" href="AtkRelationSet.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
- <td><a accesskey="n" href="atk-AtkSocket.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ <td><a accesskey="u" href="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="AtkImage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkStreamableContent.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
27
  </tr></table>
32
28
  <div class="refentry">
33
29
  <a name="AtkSelection"></a><div class="titlepage"></div>
@@ -37,29 +33,107 @@
37
33
  <p>AtkSelection — The ATK interface implemented by container
38
34
  objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</p>
39
35
  </td>
40
- <td valign="top" align="right"></td>
36
+ <td class="gallery_image" valign="top" align="right"></td>
41
37
  </tr></table></div>
42
- <div class="refsynopsisdiv">
43
- <a name="AtkSelection.synopsis"></a><h2>Synopsis</h2>
44
- <pre class="synopsis"> <a class="link" href="AtkSelection.html#AtkSelection-struct" title="AtkSelection">AtkSelection</a>;
45
- <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>,
46
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
47
- <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>);
48
- <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>,
49
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
50
- <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>);
51
- <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>,
52
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
53
- <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>,
54
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
55
- <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>);
56
- </pre>
38
+ <div class="refsect1">
39
+ <a name="AtkSelection.functions"></a><h2>Functions</h2>
40
+ <div class="informaltable"><table width="100%" border="0">
41
+ <colgroup>
42
+ <col width="150px" class="functions_return">
43
+ <col class="functions_name">
44
+ </colgroup>
45
+ <tbody>
46
+ <tr>
47
+ <td class="function_type">
48
+ <span class="returnvalue">gboolean</span>
49
+ </td>
50
+ <td class="function_name">
51
+ <a class="link" href="AtkSelection.html#atk-selection-add-selection" title="atk_selection_add_selection ()">atk_selection_add_selection</a> <span class="c_punctuation">()</span>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <td class="function_type">
56
+ <span class="returnvalue">gboolean</span>
57
+ </td>
58
+ <td class="function_name">
59
+ <a class="link" href="AtkSelection.html#atk-selection-clear-selection" title="atk_selection_clear_selection ()">atk_selection_clear_selection</a> <span class="c_punctuation">()</span>
60
+ </td>
61
+ </tr>
62
+ <tr>
63
+ <td class="function_type">
64
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
65
+ </td>
66
+ <td class="function_name">
67
+ <a class="link" href="AtkSelection.html#atk-selection-ref-selection" title="atk_selection_ref_selection ()">atk_selection_ref_selection</a> <span class="c_punctuation">()</span>
68
+ </td>
69
+ </tr>
70
+ <tr>
71
+ <td class="function_type">
72
+ <span class="returnvalue">gint</span>
73
+ </td>
74
+ <td class="function_name">
75
+ <a class="link" href="AtkSelection.html#atk-selection-get-selection-count" title="atk_selection_get_selection_count ()">atk_selection_get_selection_count</a> <span class="c_punctuation">()</span>
76
+ </td>
77
+ </tr>
78
+ <tr>
79
+ <td class="function_type">
80
+ <span class="returnvalue">gboolean</span>
81
+ </td>
82
+ <td class="function_name">
83
+ <a class="link" href="AtkSelection.html#atk-selection-is-child-selected" title="atk_selection_is_child_selected ()">atk_selection_is_child_selected</a> <span class="c_punctuation">()</span>
84
+ </td>
85
+ </tr>
86
+ <tr>
87
+ <td class="function_type">
88
+ <span class="returnvalue">gboolean</span>
89
+ </td>
90
+ <td class="function_name">
91
+ <a class="link" href="AtkSelection.html#atk-selection-remove-selection" title="atk_selection_remove_selection ()">atk_selection_remove_selection</a> <span class="c_punctuation">()</span>
92
+ </td>
93
+ </tr>
94
+ <tr>
95
+ <td class="function_type">
96
+ <span class="returnvalue">gboolean</span>
97
+ </td>
98
+ <td class="function_name">
99
+ <a class="link" href="AtkSelection.html#atk-selection-select-all-selection" title="atk_selection_select_all_selection ()">atk_selection_select_all_selection</a> <span class="c_punctuation">()</span>
100
+ </td>
101
+ </tr>
102
+ </tbody>
103
+ </table></div>
104
+ </div>
105
+ <div class="refsect1">
106
+ <a name="AtkSelection.signals"></a><h2>Signals</h2>
107
+ <div class="informaltable"><table border="0">
108
+ <colgroup>
109
+ <col width="150px" class="signals_return">
110
+ <col width="300px" class="signals_name">
111
+ <col width="200px" class="signals_flags">
112
+ </colgroup>
113
+ <tbody><tr>
114
+ <td class="signal_type"><span class="returnvalue">void</span></td>
115
+ <td class="signal_name"><a class="link" href="AtkSelection.html#AtkSelection-selection-changed" title="The “selection-changed” signal">selection-changed</a></td>
116
+ <td class="signal_flags">Run Last</td>
117
+ </tr></tbody>
118
+ </table></div>
119
+ </div>
120
+ <div class="refsect1">
121
+ <a name="AtkSelection.other"></a><h2>Types and Values</h2>
122
+ <div class="informaltable"><table width="100%" border="0">
123
+ <colgroup>
124
+ <col width="150px" class="name">
125
+ <col class="description">
126
+ </colgroup>
127
+ <tbody><tr>
128
+ <td class="datatype_keyword"> </td>
129
+ <td class="function_name"><a class="link" href="AtkSelection.html#AtkSelection-struct" title="AtkSelection">AtkSelection</a></td>
130
+ </tr></tbody>
131
+ </table></div>
57
132
  </div>
58
133
  <div class="refsect1">
59
134
  <a name="AtkSelection.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
- <pre class="synopsis">
61
- GInterface
62
- +----AtkSelection
135
+ <pre class="screen"> GInterface
136
+ <span class="lineart">╰──</span> AtkSelection
63
137
  </pre>
64
138
  </div>
65
139
  <div class="refsect1">
@@ -69,253 +143,311 @@ AtkSelection is implemented by
69
143
  <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
70
144
  </div>
71
145
  <div class="refsect1">
72
- <a name="AtkSelection.signals"></a><h2>Signals</h2>
73
- <pre class="synopsis">
74
- "<a class="link" href="AtkSelection.html#AtkSelection-selection-changed" title='The "selection-changed" signal'>selection-changed</a>" : <code class="literal">Run Last</code>
75
- </pre>
76
- </div>
77
- <div class="refsect1">
78
146
  <a name="AtkSelection.description"></a><h2>Description</h2>
79
- <p>
80
- <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> should be implemented by UI components with children
147
+ <p><a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> should be implemented by UI components with children
81
148
  which are exposed by <span class="type">atk_object_ref_child</span> and
82
149
  <span class="type">atk_object_get_n_children</span>, if the use of the parent UI component
83
150
  ordinarily involves selection of one or more of the objects
84
151
  corresponding to those <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children - for example,
85
- selectable lists.
86
- </p>
87
- <p>
88
- Note that other types of "selection" (for instance text selection)
152
+ selectable lists.</p>
153
+ <p>Note that other types of "selection" (for instance text selection)
89
154
  are accomplished a other ATK interfaces - <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> is limited
90
- to the selection/deselection of children.
91
- </p>
155
+ to the selection/deselection of children.</p>
92
156
  </div>
93
157
  <div class="refsect1">
94
- <a name="AtkSelection.details"></a><h2>Details</h2>
158
+ <a name="AtkSelection.functions_details"></a><h2>Functions</h2>
95
159
  <div class="refsect2">
96
- <a name="AtkSelection-struct"></a><h3>AtkSelection</h3>
97
- <pre class="programlisting">typedef struct _AtkSelection AtkSelection;</pre>
98
- <p>
99
- </p>
100
- </div>
101
- <hr>
102
- <div class="refsect2">
103
- <a name="atk-selection-add-selection"></a><h3>atk_selection_add_selection ()</h3>
104
- <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>,
105
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
106
- <p>
107
- Adds the specified accessible child of the object to the
108
- object's selection.
109
- </p>
110
- <div class="variablelist"><table border="0">
111
- <col align="left" valign="top">
160
+ <a name="atk-selection-add-selection"></a><h3>atk_selection_add_selection ()</h3>
161
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
162
+ 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>,
163
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
164
+ <p>Adds the specified accessible child of the object to the
165
+ object's selection.</p>
166
+ <div class="refsect3">
167
+ <a name="id-1.5.9.9.2.5"></a><h4>Parameters</h4>
168
+ <div class="informaltable"><table width="100%" border="0">
169
+ <colgroup>
170
+ <col width="150px" class="parameters_name">
171
+ <col class="parameters_description">
172
+ <col width="200px" class="parameters_annotations">
173
+ </colgroup>
112
174
  <tbody>
113
175
  <tr>
114
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
115
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
176
+ <td class="parameter_name"><p>selection</p></td>
177
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
178
+ <td class="parameter_annotations"> </td>
116
179
  </tr>
117
180
  <tr>
118
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
119
- <td>a <span class="type">gint</span> specifying the child index.</td>
120
- </tr>
121
- <tr>
122
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
123
- <td>TRUE if success, FALSE otherwise.</td>
181
+ <td class="parameter_name"><p>i</p></td>
182
+ <td class="parameter_description"><p>a <span class="type">gint</span> specifying the child index.</p></td>
183
+ <td class="parameter_annotations"> </td>
124
184
  </tr>
125
185
  </tbody>
126
186
  </table></div>
127
187
  </div>
188
+ <div class="refsect3">
189
+ <a name="id-1.5.9.9.2.6"></a><h4>Returns</h4>
190
+ <p> TRUE if success, FALSE otherwise.</p>
191
+ <p></p>
192
+ </div>
193
+ </div>
128
194
  <hr>
129
195
  <div class="refsect2">
130
- <a name="atk-selection-clear-selection"></a><h3>atk_selection_clear_selection ()</h3>
131
- <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>
132
- <p>
133
- Clears the selection in the object so that no children in the object
134
- are selected.
135
- </p>
136
- <div class="variablelist"><table border="0">
137
- <col align="left" valign="top">
138
- <tbody>
139
- <tr>
140
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
141
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
142
- </tr>
143
- <tr>
144
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
145
- <td>TRUE if success, FALSE otherwise.</td>
146
- </tr>
147
- </tbody>
196
+ <a name="atk-selection-clear-selection"></a><h3>atk_selection_clear_selection ()</h3>
197
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
198
+ 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>
199
+ <p>Clears the selection in the object so that no children in the object
200
+ are selected.</p>
201
+ <div class="refsect3">
202
+ <a name="id-1.5.9.9.3.5"></a><h4>Parameters</h4>
203
+ <div class="informaltable"><table width="100%" border="0">
204
+ <colgroup>
205
+ <col width="150px" class="parameters_name">
206
+ <col class="parameters_description">
207
+ <col width="200px" class="parameters_annotations">
208
+ </colgroup>
209
+ <tbody><tr>
210
+ <td class="parameter_name"><p>selection</p></td>
211
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
212
+ <td class="parameter_annotations"> </td>
213
+ </tr></tbody>
148
214
  </table></div>
149
215
  </div>
216
+ <div class="refsect3">
217
+ <a name="id-1.5.9.9.3.6"></a><h4>Returns</h4>
218
+ <p> TRUE if success, FALSE otherwise.</p>
219
+ <p></p>
220
+ </div>
221
+ </div>
150
222
  <hr>
151
223
  <div class="refsect2">
152
- <a name="atk-selection-ref-selection"></a><h3>atk_selection_ref_selection ()</h3>
153
- <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>,
154
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
155
- <p>
156
- Gets a reference to the accessible object representing the specified
224
+ <a name="atk-selection-ref-selection"></a><h3>atk_selection_ref_selection ()</h3>
225
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
226
+ 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>,
227
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
228
+ <p>Gets a reference to the accessible object representing the specified
157
229
  selected child of the object.
158
230
  Note: callers should not rely on <code class="literal">NULL</code> or on a zero value for
159
231
  indication of whether AtkSelectionIface is implemented, they should
160
232
  use type checking/interface checking macros or the
161
- <code class="function">atk_get_accessible_value()</code> convenience method.
162
- </p>
163
- <div class="variablelist"><table border="0">
164
- <col align="left" valign="top">
233
+ <code class="function">atk_get_accessible_value()</code> convenience method.</p>
234
+ <div class="refsect3">
235
+ <a name="id-1.5.9.9.4.5"></a><h4>Parameters</h4>
236
+ <div class="informaltable"><table width="100%" border="0">
237
+ <colgroup>
238
+ <col width="150px" class="parameters_name">
239
+ <col class="parameters_description">
240
+ <col width="200px" class="parameters_annotations">
241
+ </colgroup>
165
242
  <tbody>
166
243
  <tr>
167
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
168
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
169
- </tr>
170
- <tr>
171
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
172
- <td>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
173
- ith selection as opposed to the ith child).</td>
244
+ <td class="parameter_name"><p>selection</p></td>
245
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
246
+ <td class="parameter_annotations"> </td>
174
247
  </tr>
175
248
  <tr>
176
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
177
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the selected
178
- accessible , or <code class="literal">NULL</code> 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>
179
- </td>
249
+ <td class="parameter_name"><p>i</p></td>
250
+ <td class="parameter_description"><p>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
251
+ ith selection as opposed to the ith child).</p></td>
252
+ <td class="parameter_annotations"> </td>
180
253
  </tr>
181
254
  </tbody>
182
255
  </table></div>
183
256
  </div>
257
+ <div class="refsect3">
258
+ <a name="id-1.5.9.9.4.6"></a><h4>Returns</h4>
259
+ <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the
260
+ selected accessible, or <code class="literal">NULL</code> if <em class="parameter"><code>selection</code></em>
261
+ does not implement this
262
+ interface. </p>
263
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
264
+ </div>
265
+ </div>
184
266
  <hr>
185
267
  <div class="refsect2">
186
- <a name="atk-selection-get-selection-count"></a><h3>atk_selection_get_selection_count ()</h3>
187
- <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>
188
- <p>
189
- Gets the number of accessible children currently selected.
268
+ <a name="atk-selection-get-selection-count"></a><h3>atk_selection_get_selection_count ()</h3>
269
+ <pre class="programlisting"><span class="returnvalue">gint</span>
270
+ 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>
271
+ <p>Gets the number of accessible children currently selected.
190
272
  Note: callers should not rely on <code class="literal">NULL</code> or on a zero value for
191
273
  indication of whether AtkSelectionIface is implemented, they should
192
274
  use type checking/interface checking macros or the
193
- <code class="function">atk_get_accessible_value()</code> convenience method.
194
- </p>
195
- <div class="variablelist"><table border="0">
196
- <col align="left" valign="top">
197
- <tbody>
198
- <tr>
199
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
200
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
201
- </tr>
202
- <tr>
203
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
204
- <td>a gint representing the number of items selected, or 0
205
- if <em class="parameter"><code>selection</code></em> does not implement this interface.</td>
206
- </tr>
207
- </tbody>
275
+ <code class="function">atk_get_accessible_value()</code> convenience method.</p>
276
+ <div class="refsect3">
277
+ <a name="id-1.5.9.9.5.5"></a><h4>Parameters</h4>
278
+ <div class="informaltable"><table width="100%" border="0">
279
+ <colgroup>
280
+ <col width="150px" class="parameters_name">
281
+ <col class="parameters_description">
282
+ <col width="200px" class="parameters_annotations">
283
+ </colgroup>
284
+ <tbody><tr>
285
+ <td class="parameter_name"><p>selection</p></td>
286
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
287
+ <td class="parameter_annotations"> </td>
288
+ </tr></tbody>
208
289
  </table></div>
209
290
  </div>
291
+ <div class="refsect3">
292
+ <a name="id-1.5.9.9.5.6"></a><h4>Returns</h4>
293
+ <p> a gint representing the number of items selected, or 0
294
+ if <em class="parameter"><code>selection</code></em>
295
+ does not implement this interface.</p>
296
+ <p></p>
297
+ </div>
298
+ </div>
210
299
  <hr>
211
300
  <div class="refsect2">
212
- <a name="atk-selection-is-child-selected"></a><h3>atk_selection_is_child_selected ()</h3>
213
- <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>,
214
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
215
- <p>
216
- Determines if the current child of this object is selected
301
+ <a name="atk-selection-is-child-selected"></a><h3>atk_selection_is_child_selected ()</h3>
302
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
303
+ 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>,
304
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
305
+ <p>Determines if the current child of this object is selected
217
306
  Note: callers should not rely on <code class="literal">NULL</code> or on a zero value for
218
307
  indication of whether AtkSelectionIface is implemented, they should
219
308
  use type checking/interface checking macros or the
220
- <code class="function">atk_get_accessible_value()</code> convenience method.
221
- </p>
222
- <div class="variablelist"><table border="0">
223
- <col align="left" valign="top">
309
+ <code class="function">atk_get_accessible_value()</code> convenience method.</p>
310
+ <div class="refsect3">
311
+ <a name="id-1.5.9.9.6.5"></a><h4>Parameters</h4>
312
+ <div class="informaltable"><table width="100%" border="0">
313
+ <colgroup>
314
+ <col width="150px" class="parameters_name">
315
+ <col class="parameters_description">
316
+ <col width="200px" class="parameters_annotations">
317
+ </colgroup>
224
318
  <tbody>
225
319
  <tr>
226
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
227
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
320
+ <td class="parameter_name"><p>selection</p></td>
321
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
322
+ <td class="parameter_annotations"> </td>
228
323
  </tr>
229
324
  <tr>
230
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
231
- <td>a <span class="type">gint</span> specifying the child index.</td>
232
- </tr>
233
- <tr>
234
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
235
- <td>a gboolean representing the specified child is selected, or 0
236
- if <em class="parameter"><code>selection</code></em> does not implement this interface.</td>
325
+ <td class="parameter_name"><p>i</p></td>
326
+ <td class="parameter_description"><p>a <span class="type">gint</span> specifying the child index.</p></td>
327
+ <td class="parameter_annotations"> </td>
237
328
  </tr>
238
329
  </tbody>
239
330
  </table></div>
240
331
  </div>
332
+ <div class="refsect3">
333
+ <a name="id-1.5.9.9.6.6"></a><h4>Returns</h4>
334
+ <p> a gboolean representing the specified child is selected, or 0
335
+ if <em class="parameter"><code>selection</code></em>
336
+ does not implement this interface.</p>
337
+ <p></p>
338
+ </div>
339
+ </div>
241
340
  <hr>
242
341
  <div class="refsect2">
243
- <a name="atk-selection-remove-selection"></a><h3>atk_selection_remove_selection ()</h3>
244
- <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>,
245
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
246
- <p>
247
- Removes the specified child of the object from the object's selection.
248
- </p>
249
- <div class="variablelist"><table border="0">
250
- <col align="left" valign="top">
342
+ <a name="atk-selection-remove-selection"></a><h3>atk_selection_remove_selection ()</h3>
343
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
344
+ 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>,
345
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
346
+ <p>Removes the specified child of the object from the object's selection.</p>
347
+ <div class="refsect3">
348
+ <a name="id-1.5.9.9.7.5"></a><h4>Parameters</h4>
349
+ <div class="informaltable"><table width="100%" border="0">
350
+ <colgroup>
351
+ <col width="150px" class="parameters_name">
352
+ <col class="parameters_description">
353
+ <col width="200px" class="parameters_annotations">
354
+ </colgroup>
251
355
  <tbody>
252
356
  <tr>
253
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
254
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
255
- </tr>
256
- <tr>
257
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
258
- <td>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
259
- ith selection as opposed to the ith child).</td>
357
+ <td class="parameter_name"><p>selection</p></td>
358
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
359
+ <td class="parameter_annotations"> </td>
260
360
  </tr>
261
361
  <tr>
262
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
263
- <td>TRUE if success, FALSE otherwise.</td>
362
+ <td class="parameter_name"><p>i</p></td>
363
+ <td class="parameter_description"><p>a <span class="type">gint</span> specifying the index in the selection set. (e.g. the
364
+ ith selection as opposed to the ith child).</p></td>
365
+ <td class="parameter_annotations"> </td>
264
366
  </tr>
265
367
  </tbody>
266
368
  </table></div>
267
369
  </div>
370
+ <div class="refsect3">
371
+ <a name="id-1.5.9.9.7.6"></a><h4>Returns</h4>
372
+ <p> TRUE if success, FALSE otherwise.</p>
373
+ <p></p>
374
+ </div>
375
+ </div>
268
376
  <hr>
269
377
  <div class="refsect2">
270
- <a name="atk-selection-select-all-selection"></a><h3>atk_selection_select_all_selection ()</h3>
271
- <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>
272
- <p>
273
- Causes every child of the object to be selected if the object
274
- supports multiple selections.
275
- </p>
276
- <div class="variablelist"><table border="0">
277
- <col align="left" valign="top">
278
- <tbody>
279
- <tr>
280
- <td><p><span class="term"><em class="parameter"><code>selection</code></em> :</span></p></td>
281
- <td>a <span class="type">GObject</span> instance that implements AtkSelectionIface</td>
282
- </tr>
283
- <tr>
284
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
285
- <td>TRUE if success, FALSE otherwise.</td>
286
- </tr>
287
- </tbody>
378
+ <a name="atk-selection-select-all-selection"></a><h3>atk_selection_select_all_selection ()</h3>
379
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
380
+ 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>
381
+ <p>Causes every child of the object to be selected if the object
382
+ supports multiple selections.</p>
383
+ <div class="refsect3">
384
+ <a name="id-1.5.9.9.8.5"></a><h4>Parameters</h4>
385
+ <div class="informaltable"><table width="100%" border="0">
386
+ <colgroup>
387
+ <col width="150px" class="parameters_name">
388
+ <col class="parameters_description">
389
+ <col width="200px" class="parameters_annotations">
390
+ </colgroup>
391
+ <tbody><tr>
392
+ <td class="parameter_name"><p>selection</p></td>
393
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkSelectionIface</p></td>
394
+ <td class="parameter_annotations"> </td>
395
+ </tr></tbody>
288
396
  </table></div>
289
397
  </div>
398
+ <div class="refsect3">
399
+ <a name="id-1.5.9.9.8.6"></a><h4>Returns</h4>
400
+ <p> TRUE if success, FALSE otherwise.</p>
401
+ <p></p>
402
+ </div>
403
+ </div>
290
404
  </div>
291
405
  <div class="refsect1">
292
- <a name="AtkSelection.signal-details"></a><h2>Signal Details</h2>
406
+ <a name="AtkSelection.other_details"></a><h2>Types and Values</h2>
293
407
  <div class="refsect2">
294
- <a name="AtkSelection-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
295
- <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,
296
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
408
+ <a name="AtkSelection-struct"></a><h3>AtkSelection</h3>
409
+ <pre class="programlisting">typedef struct _AtkSelection AtkSelection;</pre>
297
410
  <p>
298
- The "selection-changed" signal is emitted by an object which
299
- implements AtkSelection interface when the selection changes.
300
411
  </p>
301
- <div class="variablelist"><table border="0">
302
- <col align="left" valign="top">
412
+ </div>
413
+ </div>
414
+ <div class="refsect1">
415
+ <a name="AtkSelection.signal-details"></a><h2>Signal Details</h2>
416
+ <div class="refsect2">
417
+ <a name="AtkSelection-selection-changed"></a><h3>The <code class="literal">“selection-changed”</code> signal</h3>
418
+ <pre class="programlisting"><span class="returnvalue">void</span>
419
+ user_function (<a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *atkselection,
420
+ <span class="type">gpointer</span> user_data)</pre>
421
+ <p>The "selection-changed" signal is emitted by an object which
422
+ implements AtkSelection interface when the selection changes.</p>
423
+ <div class="refsect3">
424
+ <a name="id-1.5.9.11.2.5"></a><h4>Parameters</h4>
425
+ <div class="informaltable"><table width="100%" border="0">
426
+ <colgroup>
427
+ <col width="150px" class="parameters_name">
428
+ <col class="parameters_description">
429
+ <col width="200px" class="parameters_annotations">
430
+ </colgroup>
303
431
  <tbody>
304
432
  <tr>
305
- <td><p><span class="term"><em class="parameter"><code>atkselection</code></em> :</span></p></td>
306
- <td>the object which received the signal.</td>
433
+ <td class="parameter_name"><p>atkselection</p></td>
434
+ <td class="parameter_description"><p>the object which received the signal.</p></td>
435
+ <td class="parameter_annotations"> </td>
307
436
  </tr>
308
437
  <tr>
309
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
310
- <td>user data set when the signal handler was connected.</td>
438
+ <td class="parameter_name"><p>user_data</p></td>
439
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
440
+ <td class="parameter_annotations"> </td>
311
441
  </tr>
312
442
  </tbody>
313
443
  </table></div>
314
444
  </div>
445
+ <p>Flags: Run Last</p>
446
+ </div>
315
447
  </div>
316
448
  </div>
317
449
  <div class="footer">
318
450
  <hr>
319
- Generated by GTK-Doc V1.19.1</div>
451
+ Generated by GTK-Doc V1.21.1</div>
320
452
  </body>
321
453
  </html>