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
@@ -0,0 +1,497 @@
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>ATK - Accessibility Toolkit: AtkTableCell</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
+ <link rel="prev" href="AtkTable.html" title="AtkTable">
10
+ <link rel="next" href="AtkText.html" title="AtkText">
11
+ <meta name="generator" content="GTK-Doc V1.21.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="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="#AtkTableCell.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkTableCell.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
20
+ <a href="#AtkTableCell.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
21
+ <a href="#AtkTableCell.implementations" class="shortcut">Known Implementations</a></span>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></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="AtkTable.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkText.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
28
+ <div class="refentry">
29
+ <a name="AtkTableCell"></a><div class="titlepage"></div>
30
+ <div class="refnamediv"><table width="100%"><tr>
31
+ <td valign="top">
32
+ <h2><span class="refentrytitle"><a name="AtkTableCell.top_of_page"></a>AtkTableCell</span></h2>
33
+ <p>AtkTableCell — The ATK interface implemented for a cell inside
34
+ a two-dimentional <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a></p>
35
+ </td>
36
+ <td class="gallery_image" valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsect1">
39
+ <a name="AtkTableCell.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">gint</span>
49
+ </td>
50
+ <td class="function_name">
51
+ <a class="link" href="AtkTableCell.html#atk-table-cell-get-column-span" title="atk_table_cell_get_column_span ()">atk_table_cell_get_column_span</a> <span class="c_punctuation">()</span>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <td class="function_type">
56
+ <span class="returnvalue">GPtrArray</span> *
57
+ </td>
58
+ <td class="function_name">
59
+ <a class="link" href="AtkTableCell.html#atk-table-cell-get-column-header-cells" title="atk_table_cell_get_column_header_cells ()">atk_table_cell_get_column_header_cells</a> <span class="c_punctuation">()</span>
60
+ </td>
61
+ </tr>
62
+ <tr>
63
+ <td class="function_type">
64
+ <span class="returnvalue">gboolean</span>
65
+ </td>
66
+ <td class="function_name">
67
+ <a class="link" href="AtkTableCell.html#atk-table-cell-get-position" title="atk_table_cell_get_position ()">atk_table_cell_get_position</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="AtkTableCell.html#atk-table-cell-get-row-span" title="atk_table_cell_get_row_span ()">atk_table_cell_get_row_span</a> <span class="c_punctuation">()</span>
76
+ </td>
77
+ </tr>
78
+ <tr>
79
+ <td class="function_type">
80
+ <span class="returnvalue">GPtrArray</span> *
81
+ </td>
82
+ <td class="function_name">
83
+ <a class="link" href="AtkTableCell.html#atk-table-cell-get-row-header-cells" title="atk_table_cell_get_row_header_cells ()">atk_table_cell_get_row_header_cells</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="AtkTableCell.html#atk-table-cell-get-row-column-span" title="atk_table_cell_get_row_column_span ()">atk_table_cell_get_row_column_span</a> <span class="c_punctuation">()</span>
92
+ </td>
93
+ </tr>
94
+ <tr>
95
+ <td class="function_type">
96
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
97
+ </td>
98
+ <td class="function_name">
99
+ <a class="link" href="AtkTableCell.html#atk-table-cell-get-table" title="atk_table_cell_get_table ()">atk_table_cell_get_table</a> <span class="c_punctuation">()</span>
100
+ </td>
101
+ </tr>
102
+ </tbody>
103
+ </table></div>
104
+ </div>
105
+ <div class="refsect1">
106
+ <a name="AtkTableCell.other"></a><h2>Types and Values</h2>
107
+ <div class="informaltable"><table width="100%" border="0">
108
+ <colgroup>
109
+ <col width="150px" class="name">
110
+ <col class="description">
111
+ </colgroup>
112
+ <tbody>
113
+ <tr>
114
+ <td class="datatype_keyword"> </td>
115
+ <td class="function_name"><a class="link" href="AtkTableCell.html#AtkTableCell-struct" title="AtkTableCell">AtkTableCell</a></td>
116
+ </tr>
117
+ <tr>
118
+ <td class="datatype_keyword">struct</td>
119
+ <td class="function_name"><a class="link" href="AtkTableCell.html#AtkTableCellIface" title="struct AtkTableCellIface">AtkTableCellIface</a></td>
120
+ </tr>
121
+ </tbody>
122
+ </table></div>
123
+ </div>
124
+ <div class="refsect1">
125
+ <a name="AtkTableCell.object-hierarchy"></a><h2>Object Hierarchy</h2>
126
+ <pre class="screen"> GInterface
127
+ <span class="lineart">╰──</span> AtkTableCell
128
+ </pre>
129
+ </div>
130
+ <div class="refsect1">
131
+ <a name="AtkTableCell.prerequisites"></a><h2>Prerequisites</h2>
132
+ <p>
133
+ AtkTableCell requires
134
+ <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>.</p>
135
+ </div>
136
+ <div class="refsect1">
137
+ <a name="AtkTableCell.implementations"></a><h2>Known Implementations</h2>
138
+ <p>
139
+ AtkTableCell is implemented by
140
+ <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
141
+ </div>
142
+ <div class="refsect1">
143
+ <a name="AtkTableCell.description"></a><h2>Description</h2>
144
+ <p>Being <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> a component which present elements ordered via rows
145
+ and columns, an <a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> is the interface which each of those
146
+ elements, so "cells" should implement.</p>
147
+ <p>See also <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>.</p>
148
+ </div>
149
+ <div class="refsect1">
150
+ <a name="AtkTableCell.functions_details"></a><h2>Functions</h2>
151
+ <div class="refsect2">
152
+ <a name="atk-table-cell-get-column-span"></a><h3>atk_table_cell_get_column_span ()</h3>
153
+ <pre class="programlisting"><span class="returnvalue">gint</span>
154
+ atk_table_cell_get_column_span (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>);</pre>
155
+ <p>Returns the number of columns occupied by this cell accessible.</p>
156
+ <div class="refsect3">
157
+ <a name="id-1.5.12.9.2.5"></a><h4>Parameters</h4>
158
+ <div class="informaltable"><table width="100%" border="0">
159
+ <colgroup>
160
+ <col width="150px" class="parameters_name">
161
+ <col class="parameters_description">
162
+ <col width="200px" class="parameters_annotations">
163
+ </colgroup>
164
+ <tbody><tr>
165
+ <td class="parameter_name"><p>cell</p></td>
166
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
167
+ <td class="parameter_annotations"> </td>
168
+ </tr></tbody>
169
+ </table></div>
170
+ </div>
171
+ <div class="refsect3">
172
+ <a name="id-1.5.12.9.2.6"></a><h4>Returns</h4>
173
+ <p> a gint representing the number of columns occupied by this cell,
174
+ or 0 if the cell does not implement this method.</p>
175
+ <p></p>
176
+ </div>
177
+ <p class="since">Since 2.12</p>
178
+ </div>
179
+ <hr>
180
+ <div class="refsect2">
181
+ <a name="atk-table-cell-get-column-header-cells"></a><h3>atk_table_cell_get_column_header_cells ()</h3>
182
+ <pre class="programlisting"><span class="returnvalue">GPtrArray</span> *
183
+ atk_table_cell_get_column_header_cells
184
+ (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>);</pre>
185
+ <p>Returns the column headers as an array of cell accessibles.</p>
186
+ <div class="refsect3">
187
+ <a name="id-1.5.12.9.3.5"></a><h4>Parameters</h4>
188
+ <div class="informaltable"><table width="100%" border="0">
189
+ <colgroup>
190
+ <col width="150px" class="parameters_name">
191
+ <col class="parameters_description">
192
+ <col width="200px" class="parameters_annotations">
193
+ </colgroup>
194
+ <tbody><tr>
195
+ <td class="parameter_name"><p>cell</p></td>
196
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
197
+ <td class="parameter_annotations"> </td>
198
+ </tr></tbody>
199
+ </table></div>
200
+ </div>
201
+ <div class="refsect3">
202
+ <a name="id-1.5.12.9.3.6"></a><h4>Returns</h4>
203
+ <p> a GPtrArray of AtkObjects
204
+ representing the column header cells. </p>
205
+ <p><span class="annotation">[<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> AtkObject][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
206
+ </div>
207
+ <p class="since">Since 2.12</p>
208
+ </div>
209
+ <hr>
210
+ <div class="refsect2">
211
+ <a name="atk-table-cell-get-position"></a><h3>atk_table_cell_get_position ()</h3>
212
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
213
+ atk_table_cell_get_position (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>,
214
+ <em class="parameter"><code><span class="type">gint</span> *row</code></em>,
215
+ <em class="parameter"><code><span class="type">gint</span> *column</code></em>);</pre>
216
+ <p>Retrieves the tabular position of this cell.</p>
217
+ <div class="refsect3">
218
+ <a name="id-1.5.12.9.4.5"></a><h4>Parameters</h4>
219
+ <div class="informaltable"><table width="100%" border="0">
220
+ <colgroup>
221
+ <col width="150px" class="parameters_name">
222
+ <col class="parameters_description">
223
+ <col width="200px" class="parameters_annotations">
224
+ </colgroup>
225
+ <tbody>
226
+ <tr>
227
+ <td class="parameter_name"><p>cell</p></td>
228
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
229
+ <td class="parameter_annotations"> </td>
230
+ </tr>
231
+ <tr>
232
+ <td class="parameter_name"><p>row</p></td>
233
+ <td class="parameter_description"><p> the row of the given cell. </p></td>
234
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
235
+ </tr>
236
+ <tr>
237
+ <td class="parameter_name"><p>column</p></td>
238
+ <td class="parameter_description"><p> the column of the given cell. </p></td>
239
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
240
+ </tr>
241
+ </tbody>
242
+ </table></div>
243
+ </div>
244
+ <div class="refsect3">
245
+ <a name="id-1.5.12.9.4.6"></a><h4>Returns</h4>
246
+ <p> TRUE if successful; FALSE otherwise.</p>
247
+ <p></p>
248
+ </div>
249
+ <p class="since">Since 2.12</p>
250
+ </div>
251
+ <hr>
252
+ <div class="refsect2">
253
+ <a name="atk-table-cell-get-row-span"></a><h3>atk_table_cell_get_row_span ()</h3>
254
+ <pre class="programlisting"><span class="returnvalue">gint</span>
255
+ atk_table_cell_get_row_span (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>);</pre>
256
+ <p>Returns the number of rows occupied by this cell accessible.</p>
257
+ <div class="refsect3">
258
+ <a name="id-1.5.12.9.5.5"></a><h4>Parameters</h4>
259
+ <div class="informaltable"><table width="100%" border="0">
260
+ <colgroup>
261
+ <col width="150px" class="parameters_name">
262
+ <col class="parameters_description">
263
+ <col width="200px" class="parameters_annotations">
264
+ </colgroup>
265
+ <tbody><tr>
266
+ <td class="parameter_name"><p>cell</p></td>
267
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
268
+ <td class="parameter_annotations"> </td>
269
+ </tr></tbody>
270
+ </table></div>
271
+ </div>
272
+ <div class="refsect3">
273
+ <a name="id-1.5.12.9.5.6"></a><h4>Returns</h4>
274
+ <p> a gint representing the number of rows occupied by this cell,
275
+ or 0 if the cell does not implement this method.</p>
276
+ <p></p>
277
+ </div>
278
+ <p class="since">Since 2.12</p>
279
+ </div>
280
+ <hr>
281
+ <div class="refsect2">
282
+ <a name="atk-table-cell-get-row-header-cells"></a><h3>atk_table_cell_get_row_header_cells ()</h3>
283
+ <pre class="programlisting"><span class="returnvalue">GPtrArray</span> *
284
+ atk_table_cell_get_row_header_cells (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>);</pre>
285
+ <p>Returns the row headers as an array of cell accessibles.</p>
286
+ <div class="refsect3">
287
+ <a name="id-1.5.12.9.6.5"></a><h4>Parameters</h4>
288
+ <div class="informaltable"><table width="100%" border="0">
289
+ <colgroup>
290
+ <col width="150px" class="parameters_name">
291
+ <col class="parameters_description">
292
+ <col width="200px" class="parameters_annotations">
293
+ </colgroup>
294
+ <tbody><tr>
295
+ <td class="parameter_name"><p>cell</p></td>
296
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
297
+ <td class="parameter_annotations"> </td>
298
+ </tr></tbody>
299
+ </table></div>
300
+ </div>
301
+ <div class="refsect3">
302
+ <a name="id-1.5.12.9.6.6"></a><h4>Returns</h4>
303
+ <p> a GPtrArray of AtkObjects
304
+ representing the row header cells. </p>
305
+ <p><span class="annotation">[<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> AtkObject][<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
306
+ </div>
307
+ <p class="since">Since 2.12</p>
308
+ </div>
309
+ <hr>
310
+ <div class="refsect2">
311
+ <a name="atk-table-cell-get-row-column-span"></a><h3>atk_table_cell_get_row_column_span ()</h3>
312
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
313
+ atk_table_cell_get_row_column_span (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>,
314
+ <em class="parameter"><code><span class="type">gint</span> *row</code></em>,
315
+ <em class="parameter"><code><span class="type">gint</span> *column</code></em>,
316
+ <em class="parameter"><code><span class="type">gint</span> *row_span</code></em>,
317
+ <em class="parameter"><code><span class="type">gint</span> *column_span</code></em>);</pre>
318
+ <p>Gets the row and column indexes and span of this cell accessible.</p>
319
+ <p>Note: If the object does not implement this function, then, by default, atk
320
+ will implement this function by calling get_row_span and get_column_span
321
+ on the object.</p>
322
+ <div class="refsect3">
323
+ <a name="id-1.5.12.9.7.6"></a><h4>Parameters</h4>
324
+ <div class="informaltable"><table width="100%" border="0">
325
+ <colgroup>
326
+ <col width="150px" class="parameters_name">
327
+ <col class="parameters_description">
328
+ <col width="200px" class="parameters_annotations">
329
+ </colgroup>
330
+ <tbody>
331
+ <tr>
332
+ <td class="parameter_name"><p>cell</p></td>
333
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
334
+ <td class="parameter_annotations"> </td>
335
+ </tr>
336
+ <tr>
337
+ <td class="parameter_name"><p>row</p></td>
338
+ <td class="parameter_description"><p> the row index of the given cell. </p></td>
339
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
340
+ </tr>
341
+ <tr>
342
+ <td class="parameter_name"><p>column</p></td>
343
+ <td class="parameter_description"><p> the column index of the given cell. </p></td>
344
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
345
+ </tr>
346
+ <tr>
347
+ <td class="parameter_name"><p>row_span</p></td>
348
+ <td class="parameter_description"><p> the number of rows occupied by this cell. </p></td>
349
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
350
+ </tr>
351
+ <tr>
352
+ <td class="parameter_name"><p>column_span</p></td>
353
+ <td class="parameter_description"><p> the number of columns occupied by this cell. </p></td>
354
+ <td class="parameter_annotations"><span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span></td>
355
+ </tr>
356
+ </tbody>
357
+ </table></div>
358
+ </div>
359
+ <div class="refsect3">
360
+ <a name="id-1.5.12.9.7.7"></a><h4>Returns</h4>
361
+ <p> TRUE if successful; FALSE otherwise.</p>
362
+ <p></p>
363
+ </div>
364
+ <p class="since">Since 2.12</p>
365
+ </div>
366
+ <hr>
367
+ <div class="refsect2">
368
+ <a name="atk-table-cell-get-table"></a><h3>atk_table_cell_get_table ()</h3>
369
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
370
+ atk_table_cell_get_table (<em class="parameter"><code><a class="link" href="AtkTableCell.html" title="AtkTableCell"><span class="type">AtkTableCell</span></a> *cell</code></em>);</pre>
371
+ <p>Returns a reference to the accessible of the containing table.</p>
372
+ <div class="refsect3">
373
+ <a name="id-1.5.12.9.8.5"></a><h4>Parameters</h4>
374
+ <div class="informaltable"><table width="100%" border="0">
375
+ <colgroup>
376
+ <col width="150px" class="parameters_name">
377
+ <col class="parameters_description">
378
+ <col width="200px" class="parameters_annotations">
379
+ </colgroup>
380
+ <tbody><tr>
381
+ <td class="parameter_name"><p>cell</p></td>
382
+ <td class="parameter_description"><p>a GObject instance that implements AtkTableCellIface</p></td>
383
+ <td class="parameter_annotations"> </td>
384
+ </tr></tbody>
385
+ </table></div>
386
+ </div>
387
+ <div class="refsect3">
388
+ <a name="id-1.5.12.9.8.6"></a><h4>Returns</h4>
389
+ <p> the atk object for the containing table. </p>
390
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span></p>
391
+ </div>
392
+ <p class="since">Since 2.12</p>
393
+ </div>
394
+ </div>
395
+ <div class="refsect1">
396
+ <a name="AtkTableCell.other_details"></a><h2>Types and Values</h2>
397
+ <div class="refsect2">
398
+ <a name="AtkTableCell-struct"></a><h3>AtkTableCell</h3>
399
+ <pre class="programlisting">typedef struct _AtkTableCell AtkTableCell;</pre>
400
+ <p>
401
+ </p>
402
+ </div>
403
+ <hr>
404
+ <div class="refsect2">
405
+ <a name="AtkTableCellIface"></a><h3>struct AtkTableCellIface</h3>
406
+ <pre class="programlisting">struct AtkTableCellIface {
407
+ GTypeInterface parent;
408
+
409
+ gint (*get_column_span) (AtkTableCell *cell);
410
+ GPtrArray * (*get_column_header_cells) (AtkTableCell *cell);
411
+ gboolean (*get_position) (AtkTableCell *cell,
412
+ gint *row,
413
+ gint *column);
414
+ gint (*get_row_span) (AtkTableCell *cell);
415
+ GPtrArray * (*get_row_header_cells) (AtkTableCell *cell);
416
+ gboolean (*get_row_column_span) (AtkTableCell *cell,
417
+ gint *row,
418
+ gint *column,
419
+ gint *row_span,
420
+ gint *column_span);
421
+ AtkObject * (*get_table) (AtkTableCell *cell);
422
+ };
423
+ </pre>
424
+ <div class="refsect3">
425
+ <a name="id-1.5.12.10.3.4"></a><h4>Members</h4>
426
+ <div class="informaltable"><table width="100%" border="0">
427
+ <colgroup>
428
+ <col width="300px" class="struct_members_name">
429
+ <col class="struct_members_description">
430
+ <col width="200px" class="struct_members_annotations">
431
+ </colgroup>
432
+ <tbody>
433
+ <tr>
434
+ <td class="struct_member_name"><p><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="AtkTableCellIface.parent"></a>parent</code></em>;</p></td>
435
+ <td class="struct_member_description"> </td>
436
+ <td class="struct_member_annotations"> </td>
437
+ </tr>
438
+ <tr>
439
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-column-span"></a>get_column_span</code></em> ()</p></td>
440
+ <td class="struct_member_description"><p>virtual function that returns the number of
441
+ columns occupied by this cell accessible. <em class="parameter"><code>Since</code></em>
442
+ : 2.12</p></td>
443
+ <td class="struct_member_annotations"> </td>
444
+ </tr>
445
+ <tr>
446
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-column-header-cells"></a>get_column_header_cells</code></em> ()</p></td>
447
+ <td class="struct_member_description"><p>virtual function that returns the column
448
+ headers as an array of cell accessibles. <em class="parameter"><code>Since</code></em>
449
+ : 2.12</p></td>
450
+ <td class="struct_member_annotations"> </td>
451
+ </tr>
452
+ <tr>
453
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-position"></a>get_position</code></em> ()</p></td>
454
+ <td class="struct_member_description"><p>virtual function that retrieves the tabular position
455
+ of this cell. <em class="parameter"><code>Since</code></em>
456
+ : 2.12</p></td>
457
+ <td class="struct_member_annotations"> </td>
458
+ </tr>
459
+ <tr>
460
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-row-span"></a>get_row_span</code></em> ()</p></td>
461
+ <td class="struct_member_description"><p>virtual function that returns the number of rows
462
+ occupied by this cell. <em class="parameter"><code>Since</code></em>
463
+ : 2.12</p></td>
464
+ <td class="struct_member_annotations"> </td>
465
+ </tr>
466
+ <tr>
467
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-row-header-cells"></a>get_row_header_cells</code></em> ()</p></td>
468
+ <td class="struct_member_description"><p>virtual function that returns the row
469
+ headers as an array of cell accessibles. <em class="parameter"><code>Since</code></em>
470
+ : 2.12</p></td>
471
+ <td class="struct_member_annotations"> </td>
472
+ </tr>
473
+ <tr>
474
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-row-column-span"></a>get_row_column_span</code></em> ()</p></td>
475
+ <td class="struct_member_description"><p>virtual function that get the row an column
476
+ indexes and span of this cell. <em class="parameter"><code>Since</code></em>
477
+ : 2.12</p></td>
478
+ <td class="struct_member_annotations"> </td>
479
+ </tr>
480
+ <tr>
481
+ <td class="struct_member_name"><p><em class="structfield"><code><a name="AtkTableCellIface.get-table"></a>get_table</code></em> ()</p></td>
482
+ <td class="struct_member_description"><p>virtual function that returns a reference to the
483
+ accessible of the containing table. <em class="parameter"><code>Since</code></em>
484
+ : 2.12</p></td>
485
+ <td class="struct_member_annotations"> </td>
486
+ </tr>
487
+ </tbody>
488
+ </table></div>
489
+ </div>
490
+ </div>
491
+ </div>
492
+ </div>
493
+ <div class="footer">
494
+ <hr>
495
+ Generated by GTK-Doc V1.21.1</div>
496
+ </body>
497
+ </html>