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,1210 @@
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>AtkTable</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="AtkStreamableContent.html" title="AtkStreamableContent">
10
+ <link rel="next" href="AtkText.html" title="AtkText">
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="AtkStreamableContent.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="AtkText.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="#AtkTable.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkTable.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkTable.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkTable.implementations" class="shortcut">Known Implementations</a>
31
+  | 
32
+ <a href="#AtkTable.signals" class="shortcut">Signals</a>
33
+ </td></tr>
34
+ </table>
35
+ <div class="refentry">
36
+ <a name="AtkTable"></a><div class="titlepage"></div>
37
+ <div class="refnamediv"><table width="100%"><tr>
38
+ <td valign="top">
39
+ <h2><span class="refentrytitle"><a name="AtkTable.top_of_page"></a>AtkTable</span></h2>
40
+ <p>AtkTable — The ATK interface implemented for UI components which contain tabular or
41
+ row/column information.</p>
42
+ </td>
43
+ <td valign="top" align="right"></td>
44
+ </tr></table></div>
45
+ <div class="refsynopsisdiv">
46
+ <a name="AtkTable.synopsis"></a><h2>Synopsis</h2>
47
+ <pre class="synopsis"> <a class="link" href="AtkTable.html#AtkTable-struct" title="AtkTable">AtkTable</a>;
48
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkTable.html#atk-table-ref-at" title="atk_table_ref_at ()">atk_table_ref_at</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
49
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
50
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
51
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-index-at" title="atk_table_get_index_at ()">atk_table_get_index_at</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
52
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
53
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
54
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-column-at-index" title="atk_table_get_column_at_index ()">atk_table_get_column_at_index</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
55
+ <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
56
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-row-at-index" title="atk_table_get_row_at_index ()">atk_table_get_row_at_index</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
57
+ <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
58
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-n-columns" title="atk_table_get_n_columns ()">atk_table_get_n_columns</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
59
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-n-rows" title="atk_table_get_n_rows ()">atk_table_get_n_rows</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
60
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-column-extent-at" title="atk_table_get_column_extent_at ()">atk_table_get_column_extent_at</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
61
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
62
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
63
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-row-extent-at" title="atk_table_get_row_extent_at ()">atk_table_get_row_extent_at</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
64
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
65
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
66
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkTable.html#atk-table-get-caption" title="atk_table_get_caption ()">atk_table_get_caption</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
67
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkTable.html#atk-table-get-column-description" title="atk_table_get_column_description ()">atk_table_get_column_description</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
68
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
69
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkTable.html#atk-table-get-row-description" title="atk_table_get_row_description ()">atk_table_get_row_description</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
70
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);
71
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkTable.html#atk-table-get-column-header" title="atk_table_get_column_header ()">atk_table_get_column_header</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
72
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
73
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkTable.html#atk-table-get-row-header" title="atk_table_get_row_header ()">atk_table_get_row_header</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
74
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);
75
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkTable.html#atk-table-get-summary" title="atk_table_get_summary ()">atk_table_get_summary</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
76
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-caption" title="atk_table_set_caption ()">atk_table_set_caption</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
77
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *caption</code></em>);
78
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-row-description" title="atk_table_set_row_description ()">atk_table_set_row_description</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
79
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
80
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
81
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-column-description" title="atk_table_set_column_description ()">atk_table_set_column_description</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
82
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>,
83
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
84
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-row-header" title="atk_table_set_row_header ()">atk_table_set_row_header</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
85
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
86
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
87
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-column-header" title="atk_table_set_column_header ()">atk_table_set_column_header</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
88
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>,
89
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
90
+ <span class="returnvalue">void</span> <a class="link" href="AtkTable.html#atk-table-set-summary" title="atk_table_set_summary ()">atk_table_set_summary</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
91
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);
92
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-selected-columns" title="atk_table_get_selected_columns ()">atk_table_get_selected_columns</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
93
+ <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
94
+ <span class="returnvalue">gint</span> <a class="link" href="AtkTable.html#atk-table-get-selected-rows" title="atk_table_get_selected_rows ()">atk_table_get_selected_rows</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
95
+ <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
96
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-is-column-selected" title="atk_table_is_column_selected ()">atk_table_is_column_selected</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
97
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
98
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-is-row-selected" title="atk_table_is_row_selected ()">atk_table_is_row_selected</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
99
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);
100
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-is-selected" title="atk_table_is_selected ()">atk_table_is_selected</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
101
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
102
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
103
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-add-column-selection" title="atk_table_add_column_selection ()">atk_table_add_column_selection</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
104
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
105
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-add-row-selection" title="atk_table_add_row_selection ()">atk_table_add_row_selection</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
106
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);
107
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-remove-column-selection" title="atk_table_remove_column_selection ()">atk_table_remove_column_selection</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
108
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);
109
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkTable.html#atk-table-remove-row-selection" title="atk_table_remove_row_selection ()">atk_table_remove_row_selection</a> (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
110
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);
111
+ </pre>
112
+ </div>
113
+ <div class="refsect1">
114
+ <a name="AtkTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
115
+ <pre class="synopsis">
116
+ GInterface
117
+ +----AtkTable
118
+ </pre>
119
+ </div>
120
+ <div class="refsect1">
121
+ <a name="AtkTable.implementations"></a><h2>Known Implementations</h2>
122
+ <p>
123
+ AtkTable is implemented by
124
+ <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
125
+ </div>
126
+ <div class="refsect1">
127
+ <a name="AtkTable.signals"></a><h2>Signals</h2>
128
+ <pre class="synopsis">
129
+ "<a class="link" href="AtkTable.html#AtkTable-column-deleted" title='The "column-deleted" signal'>column-deleted</a>" : <code class="literal">Run Last</code>
130
+ "<a class="link" href="AtkTable.html#AtkTable-column-inserted" title='The "column-inserted" signal'>column-inserted</a>" : <code class="literal">Run Last</code>
131
+ "<a class="link" href="AtkTable.html#AtkTable-column-reordered" title='The "column-reordered" signal'>column-reordered</a>" : <code class="literal">Run Last</code>
132
+ "<a class="link" href="AtkTable.html#AtkTable-model-changed" title='The "model-changed" signal'>model-changed</a>" : <code class="literal">Run Last</code>
133
+ "<a class="link" href="AtkTable.html#AtkTable-row-deleted" title='The "row-deleted" signal'>row-deleted</a>" : <code class="literal">Run Last</code>
134
+ "<a class="link" href="AtkTable.html#AtkTable-row-inserted" title='The "row-inserted" signal'>row-inserted</a>" : <code class="literal">Run Last</code>
135
+ "<a class="link" href="AtkTable.html#AtkTable-row-reordered" title='The "row-reordered" signal'>row-reordered</a>" : <code class="literal">Run Last</code>
136
+ </pre>
137
+ </div>
138
+ <div class="refsect1">
139
+ <a name="AtkTable.description"></a><h2>Description</h2>
140
+ <p>
141
+ <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> should be implemented by components which present elements
142
+ ordered via rows and columns. It may also be used to present
143
+ tree-structured information if the nodes of the trees can be said to
144
+ contain multiple "columns". Individual elements of an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are
145
+ typically referred to as "cells", and these cells are exposed by
146
+ <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> as child <a href="AtkObject.html"><span class="type">AtkObjects</span></a> of the <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>. Both row/column and
147
+ child-index-based access to these children is provided.
148
+ </p>
149
+ <p>
150
+ Children of <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are frequently "lightweight" objects, that is,
151
+ they may not have backing widgets in the host UI toolkit. They are
152
+ therefore often transient.
153
+ </p>
154
+ <p>
155
+ Since tables are often very complex, <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> includes provision for
156
+ offering simplified summary information, as well as row and column
157
+ headers and captions. Headers and captions are <a href="AtkObject.html"><span class="type">AtkObjects</span></a> which may
158
+ implement other interfaces (<a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>, <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>, etc.) as appropriate.
159
+ <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> summaries may themselves be (simplified) <a href="AtkTable.html"><span class="type">AtkTables</span></a>, etc.
160
+ </p>
161
+ </div>
162
+ <div class="refsect1">
163
+ <a name="AtkTable.details"></a><h2>Details</h2>
164
+ <div class="refsect2">
165
+ <a name="AtkTable-struct"></a><h3>AtkTable</h3>
166
+ <pre class="programlisting">typedef struct _AtkTable AtkTable;</pre>
167
+ <p>
168
+ The AtkTable structure does not contain any fields.
169
+ </p>
170
+ </div>
171
+ <hr>
172
+ <div class="refsect2">
173
+ <a name="atk-table-ref-at"></a><h3>atk_table_ref_at ()</h3>
174
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_table_ref_at (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
175
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
176
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
177
+ <p>
178
+ Get a reference to the table cell at <em class="parameter"><code>row</code></em>, <em class="parameter"><code>column</code></em>.
179
+ </p>
180
+ <div class="variablelist"><table border="0">
181
+ <col align="left" valign="top">
182
+ <tbody>
183
+ <tr>
184
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
185
+ <td>a GObject instance that implements AtkTableIface</td>
186
+ </tr>
187
+ <tr>
188
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
189
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
190
+ </td>
191
+ </tr>
192
+ <tr>
193
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
194
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
195
+ </td>
196
+ </tr>
197
+ <tr>
198
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
199
+ <td>a AtkObject* representing the referred to
200
+ accessible. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
201
+ </td>
202
+ </tr>
203
+ </tbody>
204
+ </table></div>
205
+ </div>
206
+ <hr>
207
+ <div class="refsect2">
208
+ <a name="atk-table-get-index-at"></a><h3>atk_table_get_index_at ()</h3>
209
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_index_at (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
210
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
211
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
212
+ <p>
213
+ Gets a <span class="type">gint</span> representing the index at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em>.
214
+ </p>
215
+ <div class="variablelist"><table border="0">
216
+ <col align="left" valign="top">
217
+ <tbody>
218
+ <tr>
219
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
220
+ <td>a GObject instance that implements AtkTableIface</td>
221
+ </tr>
222
+ <tr>
223
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
224
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
225
+ </td>
226
+ </tr>
227
+ <tr>
228
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
229
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
230
+ </td>
231
+ </tr>
232
+ <tr>
233
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
234
+ <td>a <span class="type">gint</span> representing the index at specified position.
235
+ The value -1 is returned if the object at row,column is not a child
236
+ of table or table does not implement this interface.</td>
237
+ </tr>
238
+ </tbody>
239
+ </table></div>
240
+ </div>
241
+ <hr>
242
+ <div class="refsect2">
243
+ <a name="atk-table-get-column-at-index"></a><h3>atk_table_get_column_at_index ()</h3>
244
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_column_at_index (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
245
+ <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
246
+ <p>
247
+ Gets a <span class="type">gint</span> representing the column at the specified <em class="parameter"><code>index_</code></em>.
248
+ </p>
249
+ <div class="variablelist"><table border="0">
250
+ <col align="left" valign="top">
251
+ <tbody>
252
+ <tr>
253
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
254
+ <td>a GObject instance that implements AtkTableInterface</td>
255
+ </tr>
256
+ <tr>
257
+ <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
258
+ <td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
259
+ </td>
260
+ </tr>
261
+ <tr>
262
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
263
+ <td>a gint representing the column at the specified index,
264
+ or -1 if the table does not implement this interface</td>
265
+ </tr>
266
+ </tbody>
267
+ </table></div>
268
+ </div>
269
+ <hr>
270
+ <div class="refsect2">
271
+ <a name="atk-table-get-row-at-index"></a><h3>atk_table_get_row_at_index ()</h3>
272
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_row_at_index (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
273
+ <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
274
+ <p>
275
+ Gets a <span class="type">gint</span> representing the row at the specified <em class="parameter"><code>index_</code></em>.
276
+ </p>
277
+ <div class="variablelist"><table border="0">
278
+ <col align="left" valign="top">
279
+ <tbody>
280
+ <tr>
281
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
282
+ <td>a GObject instance that implements AtkTableInterface</td>
283
+ </tr>
284
+ <tr>
285
+ <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
286
+ <td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
287
+ </td>
288
+ </tr>
289
+ <tr>
290
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
291
+ <td>a gint representing the row at the specified index,
292
+ or -1 if the table does not implement this interface</td>
293
+ </tr>
294
+ </tbody>
295
+ </table></div>
296
+ </div>
297
+ <hr>
298
+ <div class="refsect2">
299
+ <a name="atk-table-get-n-columns"></a><h3>atk_table_get_n_columns ()</h3>
300
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_n_columns (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
301
+ <p>
302
+ Gets the number of columns in the table.
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>table</code></em> :</span></p></td>
309
+ <td>a GObject instance that implements AtkTableIface</td>
310
+ </tr>
311
+ <tr>
312
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
313
+ <td>a gint representing the number of columns, or 0
314
+ if value does not implement this interface.</td>
315
+ </tr>
316
+ </tbody>
317
+ </table></div>
318
+ </div>
319
+ <hr>
320
+ <div class="refsect2">
321
+ <a name="atk-table-get-n-rows"></a><h3>atk_table_get_n_rows ()</h3>
322
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_n_rows (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
323
+ <p>
324
+ Gets the number of rows in the table.
325
+ </p>
326
+ <div class="variablelist"><table border="0">
327
+ <col align="left" valign="top">
328
+ <tbody>
329
+ <tr>
330
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
331
+ <td>a GObject instance that implements AtkTableIface</td>
332
+ </tr>
333
+ <tr>
334
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
335
+ <td>a gint representing the number of rows, or 0
336
+ if value does not implement this interface.</td>
337
+ </tr>
338
+ </tbody>
339
+ </table></div>
340
+ </div>
341
+ <hr>
342
+ <div class="refsect2">
343
+ <a name="atk-table-get-column-extent-at"></a><h3>atk_table_get_column_extent_at ()</h3>
344
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_column_extent_at (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
345
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
346
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
347
+ <p>
348
+ Gets the number of columns occupied by the accessible object
349
+ at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> in the <em class="parameter"><code>table</code></em>.
350
+ </p>
351
+ <div class="variablelist"><table border="0">
352
+ <col align="left" valign="top">
353
+ <tbody>
354
+ <tr>
355
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
356
+ <td>a GObject instance that implements AtkTableIface</td>
357
+ </tr>
358
+ <tr>
359
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
360
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
361
+ </td>
362
+ </tr>
363
+ <tr>
364
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
365
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
366
+ </td>
367
+ </tr>
368
+ <tr>
369
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
370
+ <td>a gint representing the column extent at specified position, or 0
371
+ if value does not implement this interface.</td>
372
+ </tr>
373
+ </tbody>
374
+ </table></div>
375
+ </div>
376
+ <hr>
377
+ <div class="refsect2">
378
+ <a name="atk-table-get-row-extent-at"></a><h3>atk_table_get_row_extent_at ()</h3>
379
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_row_extent_at (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
380
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
381
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
382
+ <p>
383
+ Gets the number of rows occupied by the accessible object
384
+ at a specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> in the <em class="parameter"><code>table</code></em>.
385
+ </p>
386
+ <div class="variablelist"><table border="0">
387
+ <col align="left" valign="top">
388
+ <tbody>
389
+ <tr>
390
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
391
+ <td>a GObject instance that implements AtkTableIface</td>
392
+ </tr>
393
+ <tr>
394
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
395
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
396
+ </td>
397
+ </tr>
398
+ <tr>
399
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
400
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
401
+ </td>
402
+ </tr>
403
+ <tr>
404
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
405
+ <td>a gint representing the row extent at specified position, or 0
406
+ if value does not implement this interface.</td>
407
+ </tr>
408
+ </tbody>
409
+ </table></div>
410
+ </div>
411
+ <hr>
412
+ <div class="refsect2">
413
+ <a name="atk-table-get-caption"></a><h3>atk_table_get_caption ()</h3>
414
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_table_get_caption (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
415
+ <p>
416
+ Gets the caption for the <em class="parameter"><code>table</code></em>.
417
+ </p>
418
+ <div class="variablelist"><table border="0">
419
+ <col align="left" valign="top">
420
+ <tbody>
421
+ <tr>
422
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
423
+ <td>a GObject instance that implements AtkTableInterface</td>
424
+ </tr>
425
+ <tr>
426
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
427
+ <td>a AtkObject* representing the table caption, or
428
+ <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
429
+ </td>
430
+ </tr>
431
+ </tbody>
432
+ </table></div>
433
+ </div>
434
+ <hr>
435
+ <div class="refsect2">
436
+ <a name="atk-table-get-column-description"></a><h3>atk_table_get_column_description ()</h3>
437
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_table_get_column_description (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
438
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
439
+ <p>
440
+ Gets the description text of the specified <em class="parameter"><code>column</code></em> in the table
441
+ </p>
442
+ <div class="variablelist"><table border="0">
443
+ <col align="left" valign="top">
444
+ <tbody>
445
+ <tr>
446
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
447
+ <td>a GObject instance that implements AtkTableIface</td>
448
+ </tr>
449
+ <tr>
450
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
451
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
452
+ </td>
453
+ </tr>
454
+ <tr>
455
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
456
+ <td>a gchar* representing the column description, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
457
+ if value does not implement this interface.</td>
458
+ </tr>
459
+ </tbody>
460
+ </table></div>
461
+ </div>
462
+ <hr>
463
+ <div class="refsect2">
464
+ <a name="atk-table-get-row-description"></a><h3>atk_table_get_row_description ()</h3>
465
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_table_get_row_description (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
466
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
467
+ <p>
468
+ Gets the description text of the specified row in the table
469
+ </p>
470
+ <div class="variablelist"><table border="0">
471
+ <col align="left" valign="top">
472
+ <tbody>
473
+ <tr>
474
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
475
+ <td>a GObject instance that implements AtkTableIface</td>
476
+ </tr>
477
+ <tr>
478
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
479
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
480
+ </td>
481
+ </tr>
482
+ <tr>
483
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
484
+ <td>a gchar* representing the row description, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
485
+ if value does not implement this interface.</td>
486
+ </tr>
487
+ </tbody>
488
+ </table></div>
489
+ </div>
490
+ <hr>
491
+ <div class="refsect2">
492
+ <a name="atk-table-get-column-header"></a><h3>atk_table_get_column_header ()</h3>
493
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_table_get_column_header (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
494
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
495
+ <p>
496
+ Gets the column header of a specified column in an accessible table.
497
+ </p>
498
+ <div class="variablelist"><table border="0">
499
+ <col align="left" valign="top">
500
+ <tbody>
501
+ <tr>
502
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
503
+ <td>a GObject instance that implements AtkTableIface</td>
504
+ </tr>
505
+ <tr>
506
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
507
+ <td>a <span class="type">gint</span> representing a column in the table</td>
508
+ </tr>
509
+ <tr>
510
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
511
+ <td>a AtkObject* representing the specified column
512
+ header, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
513
+ </td>
514
+ </tr>
515
+ </tbody>
516
+ </table></div>
517
+ </div>
518
+ <hr>
519
+ <div class="refsect2">
520
+ <a name="atk-table-get-row-header"></a><h3>atk_table_get_row_header ()</h3>
521
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_table_get_row_header (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
522
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
523
+ <p>
524
+ Gets the row header of a specified row in an accessible table.
525
+ </p>
526
+ <div class="variablelist"><table border="0">
527
+ <col align="left" valign="top">
528
+ <tbody>
529
+ <tr>
530
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
531
+ <td>a GObject instance that implements AtkTableIface</td>
532
+ </tr>
533
+ <tr>
534
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
535
+ <td>a <span class="type">gint</span> representing a row in the table</td>
536
+ </tr>
537
+ <tr>
538
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
539
+ <td>a AtkObject* representing the specified row
540
+ header, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
541
+ </td>
542
+ </tr>
543
+ </tbody>
544
+ </table></div>
545
+ </div>
546
+ <hr>
547
+ <div class="refsect2">
548
+ <a name="atk-table-get-summary"></a><h3>atk_table_get_summary ()</h3>
549
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_table_get_summary (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
550
+ <p>
551
+ Gets the summary description of the table.
552
+ </p>
553
+ <div class="variablelist"><table border="0">
554
+ <col align="left" valign="top">
555
+ <tbody>
556
+ <tr>
557
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
558
+ <td>a GObject instance that implements AtkTableIface</td>
559
+ </tr>
560
+ <tr>
561
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
562
+ <td>a AtkObject* representing a summary description
563
+ of the table, or zero if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
564
+ </td>
565
+ </tr>
566
+ </tbody>
567
+ </table></div>
568
+ </div>
569
+ <hr>
570
+ <div class="refsect2">
571
+ <a name="atk-table-set-caption"></a><h3>atk_table_set_caption ()</h3>
572
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_caption (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
573
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *caption</code></em>);</pre>
574
+ <p>
575
+ Sets the caption for the table.
576
+ </p>
577
+ <div class="variablelist"><table border="0">
578
+ <col align="left" valign="top">
579
+ <tbody>
580
+ <tr>
581
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
582
+ <td>a GObject instance that implements AtkTableIface</td>
583
+ </tr>
584
+ <tr>
585
+ <td><p><span class="term"><em class="parameter"><code>caption</code></em> :</span></p></td>
586
+ <td>a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the caption to set for <em class="parameter"><code>table</code></em>
587
+ </td>
588
+ </tr>
589
+ </tbody>
590
+ </table></div>
591
+ </div>
592
+ <hr>
593
+ <div class="refsect2">
594
+ <a name="atk-table-set-row-description"></a><h3>atk_table_set_row_description ()</h3>
595
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_row_description (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
596
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
597
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
598
+ <p>
599
+ Sets the description text for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>.
600
+ </p>
601
+ <div class="variablelist"><table border="0">
602
+ <col align="left" valign="top">
603
+ <tbody>
604
+ <tr>
605
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
606
+ <td>a GObject instance that implements AtkTableIface</td>
607
+ </tr>
608
+ <tr>
609
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
610
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
611
+ </td>
612
+ </tr>
613
+ <tr>
614
+ <td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
615
+ <td>a <span class="type">gchar</span> representing the description text
616
+ to set for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>
617
+ </td>
618
+ </tr>
619
+ </tbody>
620
+ </table></div>
621
+ </div>
622
+ <hr>
623
+ <div class="refsect2">
624
+ <a name="atk-table-set-column-description"></a><h3>atk_table_set_column_description ()</h3>
625
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_column_description (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
626
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>,
627
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
628
+ <p>
629
+ Sets the description text for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>.
630
+ </p>
631
+ <div class="variablelist"><table border="0">
632
+ <col align="left" valign="top">
633
+ <tbody>
634
+ <tr>
635
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
636
+ <td>a GObject instance that implements AtkTableIface</td>
637
+ </tr>
638
+ <tr>
639
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
640
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
641
+ </td>
642
+ </tr>
643
+ <tr>
644
+ <td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
645
+ <td>a <span class="type">gchar</span> representing the description text
646
+ to set for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>
647
+ </td>
648
+ </tr>
649
+ </tbody>
650
+ </table></div>
651
+ </div>
652
+ <hr>
653
+ <div class="refsect2">
654
+ <a name="atk-table-set-row-header"></a><h3>atk_table_set_row_header ()</h3>
655
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_row_header (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
656
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
657
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
658
+ <p>
659
+ Sets the specified row header to <em class="parameter"><code>header</code></em>.
660
+ </p>
661
+ <div class="variablelist"><table border="0">
662
+ <col align="left" valign="top">
663
+ <tbody>
664
+ <tr>
665
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
666
+ <td>a GObject instance that implements AtkTableIface</td>
667
+ </tr>
668
+ <tr>
669
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
670
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
671
+ </td>
672
+ </tr>
673
+ <tr>
674
+ <td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
675
+ <td>an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
676
+ </td>
677
+ </tr>
678
+ </tbody>
679
+ </table></div>
680
+ </div>
681
+ <hr>
682
+ <div class="refsect2">
683
+ <a name="atk-table-set-column-header"></a><h3>atk_table_set_column_header ()</h3>
684
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_column_header (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
685
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>,
686
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
687
+ <p>
688
+ Sets the specified column header to <em class="parameter"><code>header</code></em>.
689
+ </p>
690
+ <div class="variablelist"><table border="0">
691
+ <col align="left" valign="top">
692
+ <tbody>
693
+ <tr>
694
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
695
+ <td>a GObject instance that implements AtkTableIface</td>
696
+ </tr>
697
+ <tr>
698
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
699
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
700
+ </td>
701
+ </tr>
702
+ <tr>
703
+ <td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
704
+ <td>an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
705
+ </td>
706
+ </tr>
707
+ </tbody>
708
+ </table></div>
709
+ </div>
710
+ <hr>
711
+ <div class="refsect2">
712
+ <a name="atk-table-set-summary"></a><h3>atk_table_set_summary ()</h3>
713
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_table_set_summary (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
714
+ <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
715
+ <p>
716
+ Sets the summary description of the table.
717
+ </p>
718
+ <div class="variablelist"><table border="0">
719
+ <col align="left" valign="top">
720
+ <tbody>
721
+ <tr>
722
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
723
+ <td>a GObject instance that implements AtkTableIface</td>
724
+ </tr>
725
+ <tr>
726
+ <td><p><span class="term"><em class="parameter"><code>accessible</code></em> :</span></p></td>
727
+ <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the summary description
728
+ to set for <em class="parameter"><code>table</code></em>
729
+ </td>
730
+ </tr>
731
+ </tbody>
732
+ </table></div>
733
+ </div>
734
+ <hr>
735
+ <div class="refsect2">
736
+ <a name="atk-table-get-selected-columns"></a><h3>atk_table_get_selected_columns ()</h3>
737
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_selected_columns (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
738
+ <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
739
+ <p>
740
+ Gets the selected columns of the table by initializing **selected with
741
+ the selected column numbers. This array should be freed by the caller.
742
+ </p>
743
+ <div class="variablelist"><table border="0">
744
+ <col align="left" valign="top">
745
+ <tbody>
746
+ <tr>
747
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
748
+ <td>a GObject instance that implements AtkTableIface</td>
749
+ </tr>
750
+ <tr>
751
+ <td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
752
+ <td>a <span class="type">gint</span>** that is to contain the selected columns numbers</td>
753
+ </tr>
754
+ <tr>
755
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
756
+ <td>a gint representing the number of selected columns,
757
+ or <code class="literal">0</code> if value does not implement this interface.</td>
758
+ </tr>
759
+ </tbody>
760
+ </table></div>
761
+ </div>
762
+ <hr>
763
+ <div class="refsect2">
764
+ <a name="atk-table-get-selected-rows"></a><h3>atk_table_get_selected_rows ()</h3>
765
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_table_get_selected_rows (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
766
+ <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
767
+ <p>
768
+ Gets the selected rows of the table by initializing **selected with
769
+ the selected row numbers. This array should be freed by the caller.
770
+ </p>
771
+ <div class="variablelist"><table border="0">
772
+ <col align="left" valign="top">
773
+ <tbody>
774
+ <tr>
775
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
776
+ <td>a GObject instance that implements AtkTableIface</td>
777
+ </tr>
778
+ <tr>
779
+ <td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
780
+ <td>a <span class="type">gint</span>** that is to contain the selected row numbers</td>
781
+ </tr>
782
+ <tr>
783
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
784
+ <td>a gint representing the number of selected rows,
785
+ or zero if value does not implement this interface.</td>
786
+ </tr>
787
+ </tbody>
788
+ </table></div>
789
+ </div>
790
+ <hr>
791
+ <div class="refsect2">
792
+ <a name="atk-table-is-column-selected"></a><h3>atk_table_is_column_selected ()</h3>
793
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_is_column_selected (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
794
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
795
+ <p>
796
+ Gets a boolean value indicating whether the specified <em class="parameter"><code>column</code></em>
797
+ is selected
798
+ </p>
799
+ <div class="variablelist"><table border="0">
800
+ <col align="left" valign="top">
801
+ <tbody>
802
+ <tr>
803
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
804
+ <td>a GObject instance that implements AtkTableIface</td>
805
+ </tr>
806
+ <tr>
807
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
808
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
809
+ </td>
810
+ </tr>
811
+ <tr>
812
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
813
+ <td>a gboolean representing if the column is selected, or 0
814
+ if value does not implement this interface.</td>
815
+ </tr>
816
+ </tbody>
817
+ </table></div>
818
+ </div>
819
+ <hr>
820
+ <div class="refsect2">
821
+ <a name="atk-table-is-row-selected"></a><h3>atk_table_is_row_selected ()</h3>
822
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_is_row_selected (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
823
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
824
+ <p>
825
+ Gets a boolean value indicating whether the specified <em class="parameter"><code>row</code></em>
826
+ is selected
827
+ </p>
828
+ <div class="variablelist"><table border="0">
829
+ <col align="left" valign="top">
830
+ <tbody>
831
+ <tr>
832
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
833
+ <td>a GObject instance that implements AtkTableIface</td>
834
+ </tr>
835
+ <tr>
836
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
837
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
838
+ </td>
839
+ </tr>
840
+ <tr>
841
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
842
+ <td>a gboolean representing if the row is selected, or 0
843
+ if value does not implement this interface.</td>
844
+ </tr>
845
+ </tbody>
846
+ </table></div>
847
+ </div>
848
+ <hr>
849
+ <div class="refsect2">
850
+ <a name="atk-table-is-selected"></a><h3>atk_table_is_selected ()</h3>
851
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_is_selected (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
852
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>,
853
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
854
+ <p>
855
+ Gets a boolean value indicating whether the accessible object
856
+ at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> is selected
857
+ </p>
858
+ <div class="variablelist"><table border="0">
859
+ <col align="left" valign="top">
860
+ <tbody>
861
+ <tr>
862
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
863
+ <td>a GObject instance that implements AtkTableIface</td>
864
+ </tr>
865
+ <tr>
866
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
867
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
868
+ </td>
869
+ </tr>
870
+ <tr>
871
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
872
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
873
+ </td>
874
+ </tr>
875
+ <tr>
876
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
877
+ <td>a gboolean representing if the cell is selected, or 0
878
+ if value does not implement this interface.</td>
879
+ </tr>
880
+ </tbody>
881
+ </table></div>
882
+ </div>
883
+ <hr>
884
+ <div class="refsect2">
885
+ <a name="atk-table-add-column-selection"></a><h3>atk_table_add_column_selection ()</h3>
886
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_add_column_selection (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
887
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
888
+ <p>
889
+ Adds the specified <em class="parameter"><code>column</code></em> to the selection.
890
+ </p>
891
+ <div class="variablelist"><table border="0">
892
+ <col align="left" valign="top">
893
+ <tbody>
894
+ <tr>
895
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
896
+ <td>a GObject instance that implements AtkTableIface</td>
897
+ </tr>
898
+ <tr>
899
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
900
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
901
+ </td>
902
+ </tr>
903
+ <tr>
904
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
905
+ <td>a gboolean representing if the column was successfully added to
906
+ the selection, or 0 if value does not implement this interface.</td>
907
+ </tr>
908
+ </tbody>
909
+ </table></div>
910
+ </div>
911
+ <hr>
912
+ <div class="refsect2">
913
+ <a name="atk-table-add-row-selection"></a><h3>atk_table_add_row_selection ()</h3>
914
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_add_row_selection (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
915
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
916
+ <p>
917
+ Adds the specified <em class="parameter"><code>row</code></em> to the selection.
918
+ </p>
919
+ <div class="variablelist"><table border="0">
920
+ <col align="left" valign="top">
921
+ <tbody>
922
+ <tr>
923
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
924
+ <td>a GObject instance that implements AtkTableIface</td>
925
+ </tr>
926
+ <tr>
927
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
928
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
929
+ </td>
930
+ </tr>
931
+ <tr>
932
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
933
+ <td>a gboolean representing if row was successfully added to selection,
934
+ or 0 if value does not implement this interface.</td>
935
+ </tr>
936
+ </tbody>
937
+ </table></div>
938
+ </div>
939
+ <hr>
940
+ <div class="refsect2">
941
+ <a name="atk-table-remove-column-selection"></a><h3>atk_table_remove_column_selection ()</h3>
942
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_remove_column_selection (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
943
+ <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
944
+ <p>
945
+ Adds the specified <em class="parameter"><code>column</code></em> to the selection.
946
+ </p>
947
+ <div class="variablelist"><table border="0">
948
+ <col align="left" valign="top">
949
+ <tbody>
950
+ <tr>
951
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
952
+ <td>a GObject instance that implements AtkTableIface</td>
953
+ </tr>
954
+ <tr>
955
+ <td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
956
+ <td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
957
+ </td>
958
+ </tr>
959
+ <tr>
960
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
961
+ <td>a gboolean representing if the column was successfully removed from
962
+ the selection, or 0 if value does not implement this interface.</td>
963
+ </tr>
964
+ </tbody>
965
+ </table></div>
966
+ </div>
967
+ <hr>
968
+ <div class="refsect2">
969
+ <a name="atk-table-remove-row-selection"></a><h3>atk_table_remove_row_selection ()</h3>
970
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_table_remove_row_selection (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
971
+ <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
972
+ <p>
973
+ Removes the specified <em class="parameter"><code>row</code></em> from the selection.
974
+ </p>
975
+ <div class="variablelist"><table border="0">
976
+ <col align="left" valign="top">
977
+ <tbody>
978
+ <tr>
979
+ <td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
980
+ <td>a GObject instance that implements AtkTableIface</td>
981
+ </tr>
982
+ <tr>
983
+ <td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
984
+ <td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
985
+ </td>
986
+ </tr>
987
+ <tr>
988
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
989
+ <td>a gboolean representing if the row was successfully removed from
990
+ the selection, or 0 if value does not implement this interface.</td>
991
+ </tr>
992
+ </tbody>
993
+ </table></div>
994
+ </div>
995
+ </div>
996
+ <div class="refsect1">
997
+ <a name="AtkTable.signal-details"></a><h2>Signal Details</h2>
998
+ <div class="refsect2">
999
+ <a name="AtkTable-column-deleted"></a><h3>The <code class="literal">"column-deleted"</code> signal</h3>
1000
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1001
+ <span class="type">gint</span> arg1,
1002
+ <span class="type">gint</span> arg2,
1003
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1004
+ <p>
1005
+ The "column-deleted" signal is emitted by an object which implements the
1006
+ AtkTable interface when a column is deleted.
1007
+ </p>
1008
+ <div class="variablelist"><table border="0">
1009
+ <col align="left" valign="top">
1010
+ <tbody>
1011
+ <tr>
1012
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1013
+ <td>the object which received the signal.</td>
1014
+ </tr>
1015
+ <tr>
1016
+ <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1017
+ <td>The index of the first column deleted.</td>
1018
+ </tr>
1019
+ <tr>
1020
+ <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
1021
+ <td>The number of columns deleted.</td>
1022
+ </tr>
1023
+ <tr>
1024
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1025
+ <td>user data set when the signal handler was connected.</td>
1026
+ </tr>
1027
+ </tbody>
1028
+ </table></div>
1029
+ </div>
1030
+ <hr>
1031
+ <div class="refsect2">
1032
+ <a name="AtkTable-column-inserted"></a><h3>The <code class="literal">"column-inserted"</code> signal</h3>
1033
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1034
+ <span class="type">gint</span> arg1,
1035
+ <span class="type">gint</span> arg2,
1036
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1037
+ <p>
1038
+ The "column-inserted" signal is emitted by an object which implements the
1039
+ AtkTable interface when a column is inserted.
1040
+ </p>
1041
+ <div class="variablelist"><table border="0">
1042
+ <col align="left" valign="top">
1043
+ <tbody>
1044
+ <tr>
1045
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1046
+ <td>the object which received the signal.</td>
1047
+ </tr>
1048
+ <tr>
1049
+ <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1050
+ <td>The index of the column inserted.</td>
1051
+ </tr>
1052
+ <tr>
1053
+ <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
1054
+ <td>The number of colums inserted.</td>
1055
+ </tr>
1056
+ <tr>
1057
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1058
+ <td>user data set when the signal handler was connected.</td>
1059
+ </tr>
1060
+ </tbody>
1061
+ </table></div>
1062
+ </div>
1063
+ <hr>
1064
+ <div class="refsect2">
1065
+ <a name="AtkTable-column-reordered"></a><h3>The <code class="literal">"column-reordered"</code> signal</h3>
1066
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1067
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1068
+ <p>
1069
+ The "column-reordered" signal is emitted by an object which implements the
1070
+ AtkTable interface when the columns are reordered.
1071
+ </p>
1072
+ <div class="variablelist"><table border="0">
1073
+ <col align="left" valign="top">
1074
+ <tbody>
1075
+ <tr>
1076
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1077
+ <td>the object which received the signal.</td>
1078
+ </tr>
1079
+ <tr>
1080
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1081
+ <td>user data set when the signal handler was connected.</td>
1082
+ </tr>
1083
+ </tbody>
1084
+ </table></div>
1085
+ </div>
1086
+ <hr>
1087
+ <div class="refsect2">
1088
+ <a name="AtkTable-model-changed"></a><h3>The <code class="literal">"model-changed"</code> signal</h3>
1089
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1090
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1091
+ <p>
1092
+ The "model-changed" signal is emitted by an object which implements the
1093
+ AtkTable interface when the model displayed by the table changes.
1094
+ </p>
1095
+ <div class="variablelist"><table border="0">
1096
+ <col align="left" valign="top">
1097
+ <tbody>
1098
+ <tr>
1099
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1100
+ <td>the object which received the signal.</td>
1101
+ </tr>
1102
+ <tr>
1103
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1104
+ <td>user data set when the signal handler was connected.</td>
1105
+ </tr>
1106
+ </tbody>
1107
+ </table></div>
1108
+ </div>
1109
+ <hr>
1110
+ <div class="refsect2">
1111
+ <a name="AtkTable-row-deleted"></a><h3>The <code class="literal">"row-deleted"</code> signal</h3>
1112
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1113
+ <span class="type">gint</span> arg1,
1114
+ <span class="type">gint</span> arg2,
1115
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1116
+ <p>
1117
+ The "row-deleted" signal is emitted by an object which implements the
1118
+ AtkTable interface when a row is deleted.
1119
+ </p>
1120
+ <div class="variablelist"><table border="0">
1121
+ <col align="left" valign="top">
1122
+ <tbody>
1123
+ <tr>
1124
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1125
+ <td>the object which received the signal.</td>
1126
+ </tr>
1127
+ <tr>
1128
+ <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1129
+ <td>The index of the first row deleted.</td>
1130
+ </tr>
1131
+ <tr>
1132
+ <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
1133
+ <td>The number of rows deleted.</td>
1134
+ </tr>
1135
+ <tr>
1136
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1137
+ <td>user data set when the signal handler was connected.</td>
1138
+ </tr>
1139
+ </tbody>
1140
+ </table></div>
1141
+ </div>
1142
+ <hr>
1143
+ <div class="refsect2">
1144
+ <a name="AtkTable-row-inserted"></a><h3>The <code class="literal">"row-inserted"</code> signal</h3>
1145
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1146
+ <span class="type">gint</span> arg1,
1147
+ <span class="type">gint</span> arg2,
1148
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1149
+ <p>
1150
+ The "row-inserted" signal is emitted by an object which implements the
1151
+ AtkTable interface when a row is inserted.
1152
+ </p>
1153
+ <div class="variablelist"><table border="0">
1154
+ <col align="left" valign="top">
1155
+ <tbody>
1156
+ <tr>
1157
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1158
+ <td>the object which received the signal.</td>
1159
+ </tr>
1160
+ <tr>
1161
+ <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1162
+ <td>The index of the first row inserted.</td>
1163
+ </tr>
1164
+ <tr>
1165
+ <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
1166
+ <td>The number of rows inserted.</td>
1167
+ </tr>
1168
+ <tr>
1169
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1170
+ <td>user data set when the signal handler was connected.</td>
1171
+ </tr>
1172
+ </tbody>
1173
+ </table></div>
1174
+ </div>
1175
+ <hr>
1176
+ <div class="refsect2">
1177
+ <a name="AtkTable-row-reordered"></a><h3>The <code class="literal">"row-reordered"</code> signal</h3>
1178
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1179
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1180
+ <p>
1181
+ The "row-reordered" signal is emitted by an object which implements the
1182
+ AtkTable interface when the rows are reordered.
1183
+ </p>
1184
+ <div class="variablelist"><table border="0">
1185
+ <col align="left" valign="top">
1186
+ <tbody>
1187
+ <tr>
1188
+ <td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
1189
+ <td>the object which received the signal.</td>
1190
+ </tr>
1191
+ <tr>
1192
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1193
+ <td>user data set when the signal handler was connected.</td>
1194
+ </tr>
1195
+ </tbody>
1196
+ </table></div>
1197
+ </div>
1198
+ </div>
1199
+ <div class="refsect1">
1200
+ <a name="AtkTable.see-also"></a><h2>See Also</h2>
1201
+ <p>
1202
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>, <a class="link" href="atk-AtkState.html#ATK-STATE-TRANSIENT:CAPS"><span class="type">ATK_STATE_TRANSIENT</span></a>
1203
+ </p>
1204
+ </div>
1205
+ </div>
1206
+ <div class="footer">
1207
+ <hr>
1208
+ Generated by GTK-Doc V1.18.1</div>
1209
+ </body>
1210
+ </html>