summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html')
-rw-r--r--gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html1210
1 files changed, 0 insertions, 1210 deletions
diff --git a/gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html b/gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html
deleted file mode 100644
index f1dc47d..0000000
--- a/gtk+-mingw/share/gtk-doc/html/atk/AtkTable.html
+++ /dev/null
@@ -1,1210 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AtkTable</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
-<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
-<link rel="up" href="atk.html" title="ATK Library">
-<link rel="prev" href="AtkStreamableContent.html" title="AtkStreamableContent">
-<link rel="next" href="AtkText.html" title="AtkText">
-<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
-<tr valign="middle">
-<td><a accesskey="p" href="AtkStreamableContent.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
-<td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">ATK - Accessibility Toolkit</th>
-<td><a accesskey="n" href="AtkText.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
-</tr>
-<tr><td colspan="5" class="shortcuts">
-<a href="#AtkTable.synopsis" class="shortcut">Top</a>
-  | 
- <a href="#AtkTable.description" class="shortcut">Description</a>
-  | 
- <a href="#AtkTable.object-hierarchy" class="shortcut">Object Hierarchy</a>
-  | 
- <a href="#AtkTable.implementations" class="shortcut">Known Implementations</a>
-  | 
- <a href="#AtkTable.signals" class="shortcut">Signals</a>
-</td></tr>
-</table>
-<div class="refentry">
-<a name="AtkTable"></a><div class="titlepage"></div>
-<div class="refnamediv"><table width="100%"><tr>
-<td valign="top">
-<h2><span class="refentrytitle"><a name="AtkTable.top_of_page"></a>AtkTable</span></h2>
-<p>AtkTable — The ATK interface implemented for UI components which contain tabular or
-row/column information.</p>
-</td>
-<td valign="top" align="right"></td>
-</tr></table></div>
-<div class="refsynopsisdiv">
-<a name="AtkTable.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"> <a class="link" href="AtkTable.html#AtkTable-struct" title="AtkTable">AtkTable</a>;
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
-<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>);
-<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>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>);
-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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);
-<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>);
-<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>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *caption</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>,
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
-<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>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);
-</pre>
-</div>
-<div class="refsect1">
-<a name="AtkTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
-<pre class="synopsis">
- GInterface
- +----AtkTable
-</pre>
-</div>
-<div class="refsect1">
-<a name="AtkTable.implementations"></a><h2>Known Implementations</h2>
-<p>
-AtkTable is implemented by
- <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
-</div>
-<div class="refsect1">
-<a name="AtkTable.signals"></a><h2>Signals</h2>
-<pre class="synopsis">
- "<a class="link" href="AtkTable.html#AtkTable-column-deleted" title='The "column-deleted" signal'>column-deleted</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-column-inserted" title='The "column-inserted" signal'>column-inserted</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-column-reordered" title='The "column-reordered" signal'>column-reordered</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-model-changed" title='The "model-changed" signal'>model-changed</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-row-deleted" title='The "row-deleted" signal'>row-deleted</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-row-inserted" title='The "row-inserted" signal'>row-inserted</a>" : <code class="literal">Run Last</code>
- "<a class="link" href="AtkTable.html#AtkTable-row-reordered" title='The "row-reordered" signal'>row-reordered</a>" : <code class="literal">Run Last</code>
-</pre>
-</div>
-<div class="refsect1">
-<a name="AtkTable.description"></a><h2>Description</h2>
-<p>
-<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> should be implemented by components which present elements
-ordered via rows and columns. It may also be used to present
-tree-structured information if the nodes of the trees can be said to
-contain multiple "columns". Individual elements of an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are
-typically referred to as "cells", and these cells are exposed by
-<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
-child-index-based access to these children is provided.
-</p>
-<p>
-Children of <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are frequently "lightweight" objects, that is,
-they may not have backing widgets in the host UI toolkit. They are
-therefore often transient.
-</p>
-<p>
-Since tables are often very complex, <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> includes provision for
-offering simplified summary information, as well as row and column
-headers and captions. Headers and captions are <a href="AtkObject.html"><span class="type">AtkObjects</span></a> which may
-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.
-<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.
-</p>
-</div>
-<div class="refsect1">
-<a name="AtkTable.details"></a><h2>Details</h2>
-<div class="refsect2">
-<a name="AtkTable-struct"></a><h3>AtkTable</h3>
-<pre class="programlisting">typedef struct _AtkTable AtkTable;</pre>
-<p>
-The AtkTable structure does not contain any fields.
-</p>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-ref-at"></a><h3>atk_table_ref_at ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Get a reference to the table cell at <em class="parameter"><code>row</code></em>, <em class="parameter"><code>column</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a AtkObject* representing the referred to
-accessible. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-index-at"></a><h3>atk_table_get_index_at ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-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>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a <span class="type">gint</span> representing the index at specified position.
-The value -1 is returned if the object at row,column is not a child
-of table or table does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-column-at-index"></a><h3>atk_table_get_column_at_index ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
-<p>
-Gets a <span class="type">gint</span> representing the column at the specified <em class="parameter"><code>index_</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableInterface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the column at the specified index,
-or -1 if the table does not implement this interface</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-row-at-index"></a><h3>atk_table_get_row_at_index ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
-<p>
-Gets a <span class="type">gint</span> representing the row at the specified <em class="parameter"><code>index_</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableInterface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the row at the specified index,
-or -1 if the table does not implement this interface</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-n-columns"></a><h3>atk_table_get_n_columns ()</h3>
-<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>
-<p>
-Gets the number of columns in the table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the number of columns, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-n-rows"></a><h3>atk_table_get_n_rows ()</h3>
-<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>
-<p>
-Gets the number of rows in the table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the number of rows, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-column-extent-at"></a><h3>atk_table_get_column_extent_at ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets the number of columns occupied by the accessible object
-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>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the column extent at specified position, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-row-extent-at"></a><h3>atk_table_get_row_extent_at ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets the number of rows occupied by the accessible object
-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>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the row extent at specified position, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-caption"></a><h3>atk_table_get_caption ()</h3>
-<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>
-<p>
-Gets the caption for the <em class="parameter"><code>table</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableInterface</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a AtkObject* representing the table caption, 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>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-column-description"></a><h3>atk_table_get_column_description ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets the description text of the specified <em class="parameter"><code>column</code></em> in the table
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<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>
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-row-description"></a><h3>atk_table_get_row_description ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
-<p>
-Gets the description text of the specified row in the table
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<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>
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-column-header"></a><h3>atk_table_get_column_header ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets the column header of a specified column in an accessible table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in the table</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a AtkObject* representing the specified column
-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>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-row-header"></a><h3>atk_table_get_row_header ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
-<p>
-Gets the row header of a specified row in an accessible table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in the table</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a AtkObject* representing the specified row
-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>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-summary"></a><h3>atk_table_get_summary ()</h3>
-<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>
-<p>
-Gets the summary description of the table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a AtkObject* representing a summary description
-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>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-caption"></a><h3>atk_table_set_caption ()</h3>
-<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>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *caption</code></em>);</pre>
-<p>
-Sets the caption for the table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>caption</code></em> :</span></p></td>
-<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>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-row-description"></a><h3>atk_table_set_row_description ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
-<p>
-Sets the description text for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
-<td>a <span class="type">gchar</span> representing the description text
-to set for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-column-description"></a><h3>atk_table_set_column_description ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>,
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
-<p>
-Sets the description text for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
-<td>a <span class="type">gchar</span> representing the description text
-to set for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-row-header"></a><h3>atk_table_set_row_header ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
-<p>
-Sets the specified row header to <em class="parameter"><code>header</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
-<td>an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-column-header"></a><h3>atk_table_set_column_header ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
-<p>
-Sets the specified column header to <em class="parameter"><code>header</code></em>.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>header</code></em> :</span></p></td>
-<td>an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-set-summary"></a><h3>atk_table_set_summary ()</h3>
-<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>,
- <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
-<p>
-Sets the summary description of the table.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>accessible</code></em> :</span></p></td>
-<td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the summary description
-to set for <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-selected-columns"></a><h3>atk_table_get_selected_columns ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
-<p>
-Gets the selected columns of the table by initializing **selected with
-the selected column numbers. This array should be freed by the caller.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
-<td>a <span class="type">gint</span>** that is to contain the selected columns numbers</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the number of selected columns,
-or <code class="literal">0</code> if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-get-selected-rows"></a><h3>atk_table_get_selected_rows ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
-<p>
-Gets the selected rows of the table by initializing **selected with
-the selected row numbers. This array should be freed by the caller.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
-<td>a <span class="type">gint</span>** that is to contain the selected row numbers</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gint representing the number of selected rows,
-or zero if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-is-column-selected"></a><h3>atk_table_is_column_selected ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets a boolean value indicating whether the specified <em class="parameter"><code>column</code></em>
-is selected
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the column is selected, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-is-row-selected"></a><h3>atk_table_is_row_selected ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
-<p>
-Gets a boolean value indicating whether the specified <em class="parameter"><code>row</code></em>
-is selected
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the row is selected, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-is-selected"></a><h3>atk_table_is_selected ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Gets a boolean value indicating whether the accessible object
-at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> is selected
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the cell is selected, or 0
-if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-add-column-selection"></a><h3>atk_table_add_column_selection ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Adds the specified <em class="parameter"><code>column</code></em> to the selection.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the column was successfully added to
-the selection, or 0 if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-add-row-selection"></a><h3>atk_table_add_row_selection ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
-<p>
-Adds the specified <em class="parameter"><code>row</code></em> to the selection.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if row was successfully added to selection,
-or 0 if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-remove-column-selection"></a><h3>atk_table_remove_column_selection ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
-<p>
-Adds the specified <em class="parameter"><code>column</code></em> to the selection.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the column was successfully removed from
-the selection, or 0 if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="atk-table-remove-row-selection"></a><h3>atk_table_remove_row_selection ()</h3>
-<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>,
- <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
-<p>
-Removes the specified <em class="parameter"><code>row</code></em> from the selection.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
-<td>a GObject instance that implements AtkTableIface</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
-<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
-</td>
-</tr>
-<tr>
-<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a gboolean representing if the row was successfully removed from
-the selection, or 0 if value does not implement this interface.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-</div>
-<div class="refsect1">
-<a name="AtkTable.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2">
-<a name="AtkTable-column-deleted"></a><h3>The <code class="literal">"column-deleted"</code> signal</h3>
-<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,
- <span class="type">gint</span> arg1,
- <span class="type">gint</span> arg2,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "column-deleted" signal is emitted by an object which implements the
-AtkTable interface when a column is deleted.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>The index of the first column deleted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
-<td>The number of columns deleted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-column-inserted"></a><h3>The <code class="literal">"column-inserted"</code> signal</h3>
-<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,
- <span class="type">gint</span> arg1,
- <span class="type">gint</span> arg2,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "column-inserted" signal is emitted by an object which implements the
-AtkTable interface when a column is inserted.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>The index of the column inserted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
-<td>The number of colums inserted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-column-reordered"></a><h3>The <code class="literal">"column-reordered"</code> signal</h3>
-<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,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "column-reordered" signal is emitted by an object which implements the
-AtkTable interface when the columns are reordered.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-model-changed"></a><h3>The <code class="literal">"model-changed"</code> signal</h3>
-<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,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "model-changed" signal is emitted by an object which implements the
-AtkTable interface when the model displayed by the table changes.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-row-deleted"></a><h3>The <code class="literal">"row-deleted"</code> signal</h3>
-<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,
- <span class="type">gint</span> arg1,
- <span class="type">gint</span> arg2,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "row-deleted" signal is emitted by an object which implements the
-AtkTable interface when a row is deleted.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>The index of the first row deleted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
-<td>The number of rows deleted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-row-inserted"></a><h3>The <code class="literal">"row-inserted"</code> signal</h3>
-<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,
- <span class="type">gint</span> arg1,
- <span class="type">gint</span> arg2,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "row-inserted" signal is emitted by an object which implements the
-AtkTable interface when a row is inserted.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
-<td>The index of the first row inserted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
-<td>The number of rows inserted.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-<hr>
-<div class="refsect2">
-<a name="AtkTable-row-reordered"></a><h3>The <code class="literal">"row-reordered"</code> signal</h3>
-<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,
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
-<p>
-The "row-reordered" signal is emitted by an object which implements the
-AtkTable interface when the rows are reordered.
-</p>
-<div class="variablelist"><table border="0">
-<col align="left" valign="top">
-<tbody>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>atktable</code></em> :</span></p></td>
-<td>the object which received the signal.</td>
-</tr>
-<tr>
-<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
-<td>user data set when the signal handler was connected.</td>
-</tr>
-</tbody>
-</table></div>
-</div>
-</div>
-<div class="refsect1">
-<a name="AtkTable.see-also"></a><h2>See Also</h2>
-<p>
-<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>
-</p>
-</div>
-</div>
-<div class="footer">
-<hr>
- Generated by GTK-Doc V1.18.1</div>
-</body>
-</html> \ No newline at end of file