~ubuntu-branches/ubuntu/lucid/atk1.0/lucid

« back to all changes in this revision

Viewing changes to docs/html/AtkTable.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-14 16:25:56 UTC
  • mfrom: (1.2.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080114162556-f3dbeslu5w2hspoe
Tags: 1.21.5-0ubuntu1
* New upstream bugfix release (LP: #182900)
* Bump Standards-Version to 3.7.3
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>AtkTable</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="ATK - Accessibility Toolkit">
8
8
<link rel="up" href="atk.html" title="ATK Library">
9
9
<link rel="prev" href="AtkStreamableContent.html" title="AtkStreamableContent">
10
10
<link rel="next" href="AtkText.html" title="AtkText">
11
 
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="atk.html" title="ATK Library">
14
14
<link rel="index" href="ix01.html" title="Index">
28
28
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
29
29
<td><a accesskey="n" href="AtkText.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
30
30
</tr>
31
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id381450" class="shortcut">Top</a>
32
 
                  &#160;|&#160;
33
 
                  <a href="#id382825" class="shortcut">Description</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id382703" class="shortcut">Object Hierarchy</a>
36
 
                  &#160;|&#160;
37
 
                  <a href="#id382726" class="shortcut">Known Implementations</a>
38
 
                  &#160;|&#160;
39
 
                  <a href="#id382748" class="shortcut">Signals</a></nobr></td></tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id397564" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#id398939" class="shortcut">Description</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id398816" class="shortcut">Object Hierarchy</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#id398840" class="shortcut">Known Implementations</a>
 
38
                  &#160;|&#160;
 
39
                  <a href="#id398862" class="shortcut">Signals</a></nobr></td></tr>
40
40
</table>
41
41
<div class="refentry" lang="en">
42
42
<a name="AtkTable"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
45
45
<h2>
46
 
<a name="id381450"></a><span class="refentrytitle">AtkTable</span>
 
46
<a name="id397564"></a><span class="refentrytitle">AtkTable</span>
47
47
</h2>
48
48
<p>AtkTable &#8212; The ATK interface implemented for UI components which contain tabular or
49
49
row/column information.</p>
56
56
 
57
57
 
58
58
 
59
 
                    <a href="AtkTable.html#AtkTable-struct">AtkTable</a>;
60
 
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a href="AtkTable.html#atk-table-ref-at">atk_table_ref_at</a>                    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
61
 
                                                         gint row,
62
 
                                                         gint column);
63
 
gint                <a href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at</a>              (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
64
 
                                                         gint row,
65
 
                                                         gint column);
66
 
gint                <a href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index</a>       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
67
 
                                                         gint index_);
68
 
gint                <a href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index</a>          (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
69
 
                                                         gint index_);
70
 
gint                <a href="AtkTable.html#atk-table-get-n-columns">atk_table_get_n_columns</a>             (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
71
 
gint                <a href="AtkTable.html#atk-table-get-n-rows">atk_table_get_n_rows</a>                (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
72
 
gint                <a href="AtkTable.html#atk-table-get-column-extent-at">atk_table_get_column_extent_at</a>      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
73
 
                                                         gint row,
74
 
                                                         gint column);
75
 
gint                <a href="AtkTable.html#atk-table-get-row-extent-at">atk_table_get_row_extent_at</a>         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
76
 
                                                         gint row,
77
 
                                                         gint column);
78
 
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a href="AtkTable.html#atk-table-get-caption">atk_table_get_caption</a>               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
79
 
const gchar*        <a href="AtkTable.html#atk-table-get-column-description">atk_table_get_column_description</a>    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
80
 
                                                         gint column);
81
 
const gchar*        <a href="AtkTable.html#atk-table-get-row-description">atk_table_get_row_description</a>       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
82
 
                                                         gint row);
83
 
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a href="AtkTable.html#atk-table-get-column-header">atk_table_get_column_header</a>         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
84
 
                                                         gint column);
85
 
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a href="AtkTable.html#atk-table-get-row-header">atk_table_get_row_header</a>            (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
86
 
                                                         gint row);
87
 
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a href="AtkTable.html#atk-table-get-summary">atk_table_get_summary</a>               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
88
 
void                <a href="AtkTable.html#atk-table-set-caption">atk_table_set_caption</a>               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
89
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *caption);
90
 
void                <a href="AtkTable.html#atk-table-set-row-description">atk_table_set_row_description</a>       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
91
 
                                                         gint row,
92
 
                                                         const gchar *description);
93
 
void                <a href="AtkTable.html#atk-table-set-column-description">atk_table_set_column_description</a>    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
94
 
                                                         gint column,
95
 
                                                         const gchar *description);
96
 
void                <a href="AtkTable.html#atk-table-set-row-header">atk_table_set_row_header</a>            (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
97
 
                                                         gint row,
98
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *header);
99
 
void                <a href="AtkTable.html#atk-table-set-column-header">atk_table_set_column_header</a>         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
100
 
                                                         gint column,
101
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *header);
102
 
void                <a href="AtkTable.html#atk-table-set-summary">atk_table_set_summary</a>               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
103
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *accessible);
104
 
gint                <a href="AtkTable.html#atk-table-get-selected-columns">atk_table_get_selected_columns</a>      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
105
 
                                                         gint **selected);
106
 
gint                <a href="AtkTable.html#atk-table-get-selected-rows">atk_table_get_selected_rows</a>         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
107
 
                                                         gint **selected);
108
 
gboolean            <a href="AtkTable.html#atk-table-is-column-selected">atk_table_is_column_selected</a>        (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
109
 
                                                         gint column);
110
 
gboolean            <a href="AtkTable.html#atk-table-is-row-selected">atk_table_is_row_selected</a>           (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
111
 
                                                         gint row);
112
 
gboolean            <a href="AtkTable.html#atk-table-is-selected">atk_table_is_selected</a>               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
113
 
                                                         gint row,
114
 
                                                         gint column);
115
 
gboolean            <a href="AtkTable.html#atk-table-add-column-selection">atk_table_add_column_selection</a>      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
116
 
                                                         gint column);
117
 
gboolean            <a href="AtkTable.html#atk-table-add-row-selection">atk_table_add_row_selection</a>         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
118
 
                                                         gint row);
119
 
gboolean            <a href="AtkTable.html#atk-table-remove-column-selection">atk_table_remove_column_selection</a>   (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
120
 
                                                         gint column);
121
 
gboolean            <a href="AtkTable.html#atk-table-remove-row-selection">atk_table_remove_row_selection</a>      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
59
                    <a class="link" href="AtkTable.html#AtkTable-struct">AtkTable</a>;
 
60
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a class="link" href="AtkTable.html#atk-table-ref-at">atk_table_ref_at</a>                    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
61
                                                         gint row,
 
62
                                                         gint column);
 
63
gint                <a class="link" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at</a>              (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
64
                                                         gint row,
 
65
                                                         gint column);
 
66
gint                <a class="link" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index</a>       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
67
                                                         gint index_);
 
68
gint                <a class="link" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index</a>          (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
69
                                                         gint index_);
 
70
gint                <a class="link" href="AtkTable.html#atk-table-get-n-columns">atk_table_get_n_columns</a>             (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
 
71
gint                <a class="link" href="AtkTable.html#atk-table-get-n-rows">atk_table_get_n_rows</a>                (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
 
72
gint                <a class="link" href="AtkTable.html#atk-table-get-column-extent-at">atk_table_get_column_extent_at</a>      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
73
                                                         gint row,
 
74
                                                         gint column);
 
75
gint                <a class="link" href="AtkTable.html#atk-table-get-row-extent-at">atk_table_get_row_extent_at</a>         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
76
                                                         gint row,
 
77
                                                         gint column);
 
78
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a class="link" href="AtkTable.html#atk-table-get-caption">atk_table_get_caption</a>               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
 
79
const gchar*        <a class="link" href="AtkTable.html#atk-table-get-column-description">atk_table_get_column_description</a>    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
80
                                                         gint column);
 
81
const gchar*        <a class="link" href="AtkTable.html#atk-table-get-row-description">atk_table_get_row_description</a>       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
82
                                                         gint row);
 
83
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a class="link" href="AtkTable.html#atk-table-get-column-header">atk_table_get_column_header</a>         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
84
                                                         gint column);
 
85
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a class="link" href="AtkTable.html#atk-table-get-row-header">atk_table_get_row_header</a>            (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
86
                                                         gint row);
 
87
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          <a class="link" href="AtkTable.html#atk-table-get-summary">atk_table_get_summary</a>               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);
 
88
void                <a class="link" href="AtkTable.html#atk-table-set-caption">atk_table_set_caption</a>               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
89
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *caption);
 
90
void                <a class="link" href="AtkTable.html#atk-table-set-row-description">atk_table_set_row_description</a>       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
91
                                                         gint row,
 
92
                                                         const gchar *description);
 
93
void                <a class="link" href="AtkTable.html#atk-table-set-column-description">atk_table_set_column_description</a>    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
94
                                                         gint column,
 
95
                                                         const gchar *description);
 
96
void                <a class="link" href="AtkTable.html#atk-table-set-row-header">atk_table_set_row_header</a>            (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
97
                                                         gint row,
 
98
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *header);
 
99
void                <a class="link" href="AtkTable.html#atk-table-set-column-header">atk_table_set_column_header</a>         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
100
                                                         gint column,
 
101
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *header);
 
102
void                <a class="link" href="AtkTable.html#atk-table-set-summary">atk_table_set_summary</a>               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
103
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *accessible);
 
104
gint                <a class="link" href="AtkTable.html#atk-table-get-selected-columns">atk_table_get_selected_columns</a>      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
105
                                                         gint **selected);
 
106
gint                <a class="link" href="AtkTable.html#atk-table-get-selected-rows">atk_table_get_selected_rows</a>         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
107
                                                         gint **selected);
 
108
gboolean            <a class="link" href="AtkTable.html#atk-table-is-column-selected">atk_table_is_column_selected</a>        (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
109
                                                         gint column);
 
110
gboolean            <a class="link" href="AtkTable.html#atk-table-is-row-selected">atk_table_is_row_selected</a>           (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
111
                                                         gint row);
 
112
gboolean            <a class="link" href="AtkTable.html#atk-table-is-selected">atk_table_is_selected</a>               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
113
                                                         gint row,
 
114
                                                         gint column);
 
115
gboolean            <a class="link" href="AtkTable.html#atk-table-add-column-selection">atk_table_add_column_selection</a>      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
116
                                                         gint column);
 
117
gboolean            <a class="link" href="AtkTable.html#atk-table-add-row-selection">atk_table_add_row_selection</a>         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
118
                                                         gint row);
 
119
gboolean            <a class="link" href="AtkTable.html#atk-table-remove-column-selection">atk_table_remove_column_selection</a>   (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
120
                                                         gint column);
 
121
gboolean            <a class="link" href="AtkTable.html#atk-table-remove-row-selection">atk_table_remove_row_selection</a>      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
122
122
                                                         gint row);
123
123
 
124
124
</pre>
125
125
</div>
126
126
<div class="refsect1" lang="en">
127
 
<a name="id382703"></a><h2>Object Hierarchy</h2>
 
127
<a name="id398816"></a><h2>Object Hierarchy</h2>
128
128
<pre class="synopsis">
129
129
 
130
130
  GInterface
132
132
</pre>
133
133
</div>
134
134
<div class="refsect1" lang="en">
135
 
<a name="id382726"></a><h2>Known Implementations</h2>
 
135
<a name="id398840"></a><h2>Known Implementations</h2>
136
136
<p>
137
137
AtkTable is implemented by
138
 
 <a href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
 
138
 <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
139
139
</div>
140
140
<div class="refsect1" lang="en">
141
 
<a name="id382748"></a><h2>Signals</h2>
 
141
<a name="id398862"></a><h2>Signals</h2>
142
142
<pre class="synopsis">
143
143
 
144
 
  "<a href="AtkTable.html#AtkTable-column-deleted">column-deleted</a>"                                 : Run Last
145
 
  "<a href="AtkTable.html#AtkTable-column-inserted">column-inserted</a>"                                : Run Last
146
 
  "<a href="AtkTable.html#AtkTable-column-reordered">column-reordered</a>"                               : Run Last
147
 
  "<a href="AtkTable.html#AtkTable-model-changed">model-changed</a>"                                  : Run Last
148
 
  "<a href="AtkTable.html#AtkTable-row-deleted">row-deleted</a>"                                    : Run Last
149
 
  "<a href="AtkTable.html#AtkTable-row-inserted">row-inserted</a>"                                   : Run Last
150
 
  "<a href="AtkTable.html#AtkTable-row-reordered">row-reordered</a>"                                  : Run Last
 
144
  "<a class="link" href="AtkTable.html#AtkTable-column-deleted">column-deleted</a>"                                 : Run Last
 
145
  "<a class="link" href="AtkTable.html#AtkTable-column-inserted">column-inserted</a>"                                : Run Last
 
146
  "<a class="link" href="AtkTable.html#AtkTable-column-reordered">column-reordered</a>"                               : Run Last
 
147
  "<a class="link" href="AtkTable.html#AtkTable-model-changed">model-changed</a>"                                  : Run Last
 
148
  "<a class="link" href="AtkTable.html#AtkTable-row-deleted">row-deleted</a>"                                    : Run Last
 
149
  "<a class="link" href="AtkTable.html#AtkTable-row-inserted">row-inserted</a>"                                   : Run Last
 
150
  "<a class="link" href="AtkTable.html#AtkTable-row-reordered">row-reordered</a>"                                  : Run Last
151
151
</pre>
152
152
</div>
153
153
<div class="refsect1" lang="en">
154
 
<a name="id382825"></a><h2>Description</h2>
 
154
<a name="id398939"></a><h2>Description</h2>
155
155
<p>
156
 
<a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> should be implemented by components which present elements
 
156
<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> should be implemented by components which present elements
157
157
ordered via rows and columns.  It may also be used to present
158
158
tree-structured information if the nodes of the trees can be said to
159
 
contain multiple "columns".  Individual elements of an <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are
 
159
contain multiple "columns".  Individual elements of an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are
160
160
typically referred to as "cells", and these cells are exposed by
161
 
<a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> as child <span class="type">AtkObjects</span> of the <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>.  Both row/column and
 
161
<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> as child <span class="type">AtkObjects</span> of the <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>.  Both row/column and
162
162
child-index-based access to these children is provided.
163
163
</p>
164
164
<p>
165
 
Children of <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are frequently "lightweight" objects, that is,
 
165
Children of <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> are frequently "lightweight" objects, that is,
166
166
they may not have backing widgets in the host UI toolkit.  They are
167
167
therefore often transient.
168
168
</p>
169
169
<p>
170
 
Since tables are often very complex, <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> includes provision for
 
170
Since tables are often very complex, <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> includes provision for
171
171
offering simplified summary information, as well as row and column
172
172
headers and captions.  Headers and captions are <span class="type">AtkObjects</span> which may
173
 
implement other interfaces (<a href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>, <a href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>, etc.) as appropriate.
174
 
<a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> summaries may themselves be (simplified) <span class="type">AtkTables</span>, etc.
 
173
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.
 
174
<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> summaries may themselves be (simplified) <span class="type">AtkTables</span>, etc.
175
175
</p>
176
176
</div>
177
177
<div class="refsect1" lang="en">
178
 
<a name="id382948"></a><h2>Details</h2>
 
178
<a name="id399062"></a><h2>Details</h2>
179
179
<div class="refsect2" lang="en">
180
 
<a name="id382959"></a><h3>
 
180
<a name="id399072"></a><h3>
181
181
<a name="AtkTable-struct"></a>AtkTable</h3>
182
 
<a class="indexterm" name="id382971"></a><pre class="programlisting">typedef struct _AtkTable AtkTable;</pre>
 
182
<a class="indexterm" name="id399085"></a><pre class="programlisting">typedef struct _AtkTable AtkTable;</pre>
183
183
<p>
184
184
The AtkTable structure does not contain any fields.
185
185
 
187
187
</div>
188
188
<hr>
189
189
<div class="refsect2" lang="en">
190
 
<a name="id382986"></a><h3>
 
190
<a name="id399100"></a><h3>
191
191
<a name="atk-table-ref-at"></a>atk_table_ref_at ()</h3>
192
 
<a class="indexterm" name="id382999"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_ref_at                    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
192
<a class="indexterm" name="id399113"></a><pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_ref_at                    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
193
193
                                                         gint row,
194
194
                                                         gint column);</pre>
195
195
<p>
201
201
<col align="left" valign="top">
202
202
<tbody>
203
203
<tr>
204
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
204
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
205
205
<td> a GObject instance that implements AtkTableIface
206
206
</td>
207
207
</tr>
208
208
<tr>
209
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
209
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
210
210
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
211
211
</td>
212
212
</tr>
213
213
<tr>
214
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
214
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
215
215
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
216
216
</td>
217
217
</tr>
218
218
<tr>
219
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
219
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
220
220
<td> a AtkObject* representing the referred to accessible
221
221
</td>
222
222
</tr>
225
225
</div>
226
226
<hr>
227
227
<div class="refsect2" lang="en">
228
 
<a name="id383139"></a><h3>
 
228
<a name="id399253"></a><h3>
229
229
<a name="atk-table-get-index-at"></a>atk_table_get_index_at ()</h3>
230
 
<a class="indexterm" name="id383151"></a><pre class="programlisting">gint                atk_table_get_index_at              (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
230
<a class="indexterm" name="id399265"></a><pre class="programlisting">gint                atk_table_get_index_at              (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
231
231
                                                         gint row,
232
232
                                                         gint column);</pre>
233
233
<p>
239
239
<col align="left" valign="top">
240
240
<tbody>
241
241
<tr>
242
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
242
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
243
243
<td> a GObject instance that implements AtkTableIface
244
244
</td>
245
245
</tr>
246
246
<tr>
247
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
247
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
248
248
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
249
249
</td>
250
250
</tr>
251
251
<tr>
252
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
252
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
253
253
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
254
254
</td>
255
255
</tr>
256
256
<tr>
257
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
257
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
258
258
<td> a <span class="type">gint</span> representing the index at specified position.
259
259
The value -1 is returned if the object at row,column is not a child
260
260
of table or table does not implement this interface.
265
265
</div>
266
266
<hr>
267
267
<div class="refsect2" lang="en">
268
 
<a name="id383309"></a><h3>
 
268
<a name="id399423"></a><h3>
269
269
<a name="atk-table-get-column-at-index"></a>atk_table_get_column_at_index ()</h3>
270
 
<a class="indexterm" name="id383322"></a><pre class="programlisting">gint                atk_table_get_column_at_index       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
270
<a class="indexterm" name="id399436"></a><pre class="programlisting">gint                atk_table_get_column_at_index       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
271
271
                                                         gint index_);</pre>
272
272
<p>
273
273
Gets a <span class="type">gint</span> representing the column at the specified <em class="parameter"><code>index_</code></em>.</p>
278
278
<col align="left" valign="top">
279
279
<tbody>
280
280
<tr>
281
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
281
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
282
282
<td> a GObject instance that implements AtkTableInterface
283
283
</td>
284
284
</tr>
285
285
<tr>
286
 
<td><span class="term"><em class="parameter"><code>index_</code></em>&#160;:</span></td>
 
286
<td><p><span class="term"><em class="parameter"><code>index_</code></em>&#160;:</span></p></td>
287
287
<td> a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
288
288
</td>
289
289
</tr>
290
290
<tr>
291
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
291
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
292
292
<td> a gint representing the column at the specified index,
293
293
or -1 if the table does not implement this interface
294
294
</td>
298
298
</div>
299
299
<hr>
300
300
<div class="refsect2" lang="en">
301
 
<a name="id383431"></a><h3>
 
301
<a name="id399545"></a><h3>
302
302
<a name="atk-table-get-row-at-index"></a>atk_table_get_row_at_index ()</h3>
303
 
<a class="indexterm" name="id383444"></a><pre class="programlisting">gint                atk_table_get_row_at_index          (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
303
<a class="indexterm" name="id399558"></a><pre class="programlisting">gint                atk_table_get_row_at_index          (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
304
304
                                                         gint index_);</pre>
305
305
<p>
306
306
Gets a <span class="type">gint</span> representing the row at the specified <em class="parameter"><code>index_</code></em>.</p>
311
311
<col align="left" valign="top">
312
312
<tbody>
313
313
<tr>
314
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
314
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
315
315
<td> a GObject instance that implements AtkTableInterface
316
316
</td>
317
317
</tr>
318
318
<tr>
319
 
<td><span class="term"><em class="parameter"><code>index_</code></em>&#160;:</span></td>
 
319
<td><p><span class="term"><em class="parameter"><code>index_</code></em>&#160;:</span></p></td>
320
320
<td> a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
321
321
</td>
322
322
</tr>
323
323
<tr>
324
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
324
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
325
325
<td> a gint representing the row at the specified index,
326
326
or -1 if the table does not implement this interface
327
327
</td>
331
331
</div>
332
332
<hr>
333
333
<div class="refsect2" lang="en">
334
 
<a name="id383553"></a><h3>
 
334
<a name="id399667"></a><h3>
335
335
<a name="atk-table-get-n-columns"></a>atk_table_get_n_columns ()</h3>
336
 
<a class="indexterm" name="id383566"></a><pre class="programlisting">gint                atk_table_get_n_columns             (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
 
336
<a class="indexterm" name="id399680"></a><pre class="programlisting">gint                atk_table_get_n_columns             (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
337
337
<p>
338
338
Gets the number of columns in the table.</p>
339
339
<p>
343
343
<col align="left" valign="top">
344
344
<tbody>
345
345
<tr>
346
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
346
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
347
347
<td> a GObject instance that implements AtkTableIface
348
348
</td>
349
349
</tr>
350
350
<tr>
351
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
351
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
352
352
<td> a gint representing the number of columns, or 0
353
353
if value does not implement this interface.
354
354
</td>
358
358
</div>
359
359
<hr>
360
360
<div class="refsect2" lang="en">
361
 
<a name="id383627"></a><h3>
 
361
<a name="id399740"></a><h3>
362
362
<a name="atk-table-get-n-rows"></a>atk_table_get_n_rows ()</h3>
363
 
<a class="indexterm" name="id383639"></a><pre class="programlisting">gint                atk_table_get_n_rows                (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
 
363
<a class="indexterm" name="id399753"></a><pre class="programlisting">gint                atk_table_get_n_rows                (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
364
364
<p>
365
365
Gets the number of rows in the table.</p>
366
366
<p>
370
370
<col align="left" valign="top">
371
371
<tbody>
372
372
<tr>
373
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
373
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
374
374
<td> a GObject instance that implements AtkTableIface
375
375
</td>
376
376
</tr>
377
377
<tr>
378
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
378
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
379
379
<td> a gint representing the number of rows, or 0
380
380
if value does not implement this interface.
381
381
</td>
385
385
</div>
386
386
<hr>
387
387
<div class="refsect2" lang="en">
388
 
<a name="id383700"></a><h3>
 
388
<a name="id399814"></a><h3>
389
389
<a name="atk-table-get-column-extent-at"></a>atk_table_get_column_extent_at ()</h3>
390
 
<a class="indexterm" name="id383713"></a><pre class="programlisting">gint                atk_table_get_column_extent_at      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
390
<a class="indexterm" name="id399826"></a><pre class="programlisting">gint                atk_table_get_column_extent_at      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
391
391
                                                         gint row,
392
392
                                                         gint column);</pre>
393
393
<p>
400
400
<col align="left" valign="top">
401
401
<tbody>
402
402
<tr>
403
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
403
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
404
404
<td> a GObject instance that implements AtkTableIface
405
405
</td>
406
406
</tr>
407
407
<tr>
408
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
408
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
409
409
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
410
410
</td>
411
411
</tr>
412
412
<tr>
413
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
413
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
414
414
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
415
415
</td>
416
416
</tr>
417
417
<tr>
418
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
418
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
419
419
<td> a gint representing the column extent at specified position, or 0
420
420
if value does not implement this interface.
421
421
</td>
425
425
</div>
426
426
<hr>
427
427
<div class="refsect2" lang="en">
428
 
<a name="id383860"></a><h3>
 
428
<a name="id399974"></a><h3>
429
429
<a name="atk-table-get-row-extent-at"></a>atk_table_get_row_extent_at ()</h3>
430
 
<a class="indexterm" name="id383873"></a><pre class="programlisting">gint                atk_table_get_row_extent_at         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
430
<a class="indexterm" name="id399987"></a><pre class="programlisting">gint                atk_table_get_row_extent_at         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
431
431
                                                         gint row,
432
432
                                                         gint column);</pre>
433
433
<p>
440
440
<col align="left" valign="top">
441
441
<tbody>
442
442
<tr>
443
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
443
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
444
444
<td> a GObject instance that implements AtkTableIface
445
445
</td>
446
446
</tr>
447
447
<tr>
448
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
448
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
449
449
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
450
450
</td>
451
451
</tr>
452
452
<tr>
453
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
453
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
454
454
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
455
455
</td>
456
456
</tr>
457
457
<tr>
458
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
458
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
459
459
<td> a gint representing the row extent at specified position, or 0
460
460
if value does not implement this interface.
461
461
</td>
465
465
</div>
466
466
<hr>
467
467
<div class="refsect2" lang="en">
468
 
<a name="id384021"></a><h3>
 
468
<a name="id400135"></a><h3>
469
469
<a name="atk-table-get-caption"></a>atk_table_get_caption ()</h3>
470
 
<a class="indexterm" name="id384033"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_caption               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
 
470
<a class="indexterm" name="id400147"></a><pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_caption               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
471
471
<p>
472
472
Gets the caption for the <em class="parameter"><code>table</code></em>.</p>
473
473
<p>
477
477
<col align="left" valign="top">
478
478
<tbody>
479
479
<tr>
480
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
480
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
481
481
<td> a GObject instance that implements AtkTableInterface
482
482
</td>
483
483
</tr>
484
484
<tr>
485
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
485
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
486
486
<td> a AtkObject* representing the table caption, or <code class="literal">NULL</code>
487
487
if value does not implement this interface.
488
488
</td>
492
492
</div>
493
493
<hr>
494
494
<div class="refsect2" lang="en">
495
 
<a name="id384110"></a><h3>
 
495
<a name="id400224"></a><h3>
496
496
<a name="atk-table-get-column-description"></a>atk_table_get_column_description ()</h3>
497
 
<a class="indexterm" name="id384123"></a><pre class="programlisting">const gchar*        atk_table_get_column_description    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
497
<a class="indexterm" name="id400237"></a><pre class="programlisting">const gchar*        atk_table_get_column_description    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
498
498
                                                         gint column);</pre>
499
499
<p>
500
500
Gets the description text of the specified <em class="parameter"><code>column</code></em> in the table</p>
505
505
<col align="left" valign="top">
506
506
<tbody>
507
507
<tr>
508
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
508
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
509
509
<td> a GObject instance that implements AtkTableIface
510
510
</td>
511
511
</tr>
512
512
<tr>
513
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
513
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
514
514
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
515
515
</td>
516
516
</tr>
517
517
<tr>
518
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
518
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
519
519
<td> a gchar* representing the column description, or <code class="literal">NULL</code>
520
520
if value does not implement this interface.
521
521
</td>
525
525
</div>
526
526
<hr>
527
527
<div class="refsect2" lang="en">
528
 
<a name="id384236"></a><h3>
 
528
<a name="id400350"></a><h3>
529
529
<a name="atk-table-get-row-description"></a>atk_table_get_row_description ()</h3>
530
 
<a class="indexterm" name="id384249"></a><pre class="programlisting">const gchar*        atk_table_get_row_description       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
530
<a class="indexterm" name="id400362"></a><pre class="programlisting">const gchar*        atk_table_get_row_description       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
531
531
                                                         gint row);</pre>
532
532
<p>
533
533
Gets the description text of the specified row in the table</p>
538
538
<col align="left" valign="top">
539
539
<tbody>
540
540
<tr>
541
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
541
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
542
542
<td> a GObject instance that implements AtkTableIface
543
543
</td>
544
544
</tr>
545
545
<tr>
546
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
546
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
547
547
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
548
548
</td>
549
549
</tr>
550
550
<tr>
551
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
551
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
552
552
<td> a gchar* representing the row description, or <code class="literal">NULL</code>
553
553
if value does not implement this interface.
554
554
</td>
558
558
</div>
559
559
<hr>
560
560
<div class="refsect2" lang="en">
561
 
<a name="id384355"></a><h3>
 
561
<a name="id400469"></a><h3>
562
562
<a name="atk-table-get-column-header"></a>atk_table_get_column_header ()</h3>
563
 
<a class="indexterm" name="id384368"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_column_header         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
563
<a class="indexterm" name="id400482"></a><pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_column_header         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
564
564
                                                         gint column);</pre>
565
565
<p>
566
566
Gets the column header of a specified column in an accessible table.</p>
571
571
<col align="left" valign="top">
572
572
<tbody>
573
573
<tr>
574
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
574
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
575
575
<td> a GObject instance that implements AtkTableIface
576
576
</td>
577
577
</tr>
578
578
<tr>
579
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
579
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
580
580
<td> a <span class="type">gint</span> representing a column in the table
581
581
</td>
582
582
</tr>
583
583
<tr>
584
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
584
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
585
585
<td> a AtkObject* representing the specified column header, or
586
586
<code class="literal">NULL</code> if value does not implement this interface.
587
587
</td>
591
591
</div>
592
592
<hr>
593
593
<div class="refsect2" lang="en">
594
 
<a name="id384468"></a><h3>
 
594
<a name="id400582"></a><h3>
595
595
<a name="atk-table-get-row-header"></a>atk_table_get_row_header ()</h3>
596
 
<a class="indexterm" name="id384481"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_row_header            (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
596
<a class="indexterm" name="id400595"></a><pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_row_header            (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
597
597
                                                         gint row);</pre>
598
598
<p>
599
599
Gets the row header of a specified row in an accessible table.</p>
604
604
<col align="left" valign="top">
605
605
<tbody>
606
606
<tr>
607
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
607
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
608
608
<td> a GObject instance that implements AtkTableIface
609
609
</td>
610
610
</tr>
611
611
<tr>
612
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
612
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
613
613
<td> a <span class="type">gint</span> representing a row in the table
614
614
</td>
615
615
</tr>
616
616
<tr>
617
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
617
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
618
618
<td> a AtkObject* representing the specified row header, or
619
619
<code class="literal">NULL</code> if value does not implement this interface.
620
620
</td>
624
624
</div>
625
625
<hr>
626
626
<div class="refsect2" lang="en">
627
 
<a name="id384581"></a><h3>
 
627
<a name="id400694"></a><h3>
628
628
<a name="atk-table-get-summary"></a>atk_table_get_summary ()</h3>
629
 
<a class="indexterm" name="id384593"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_summary               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
 
629
<a class="indexterm" name="id400707"></a><pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>*          atk_table_get_summary               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table);</pre>
630
630
<p>
631
631
Gets the summary description of the table.</p>
632
632
<p>
636
636
<col align="left" valign="top">
637
637
<tbody>
638
638
<tr>
639
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
639
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
640
640
<td> a GObject instance that implements AtkTableIface
641
641
</td>
642
642
</tr>
643
643
<tr>
644
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
644
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
645
645
<td> a AtkObject* representing a summary description of the table,
646
646
or zero if value does not implement this interface.
647
647
</td>
651
651
</div>
652
652
<hr>
653
653
<div class="refsect2" lang="en">
654
 
<a name="id384654"></a><h3>
 
654
<a name="id400768"></a><h3>
655
655
<a name="atk-table-set-caption"></a>atk_table_set_caption ()</h3>
656
 
<a class="indexterm" name="id384667"></a><pre class="programlisting">void                atk_table_set_caption               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
657
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *caption);</pre>
 
656
<a class="indexterm" name="id400781"></a><pre class="programlisting">void                atk_table_set_caption               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
657
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *caption);</pre>
658
658
<p>
659
659
Sets the caption for the table.</p>
660
660
<p>
664
664
<col align="left" valign="top">
665
665
<tbody>
666
666
<tr>
667
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
667
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
668
668
<td> a GObject instance that implements AtkTableIface
669
669
</td>
670
670
</tr>
671
671
<tr>
672
 
<td><span class="term"><em class="parameter"><code>caption</code></em>&#160;:</span></td>
673
 
<td> a <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the caption to set for <em class="parameter"><code>table</code></em>
 
672
<td><p><span class="term"><em class="parameter"><code>caption</code></em>&#160;:</span></p></td>
 
673
<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>
674
674
</td>
675
675
</tr>
676
676
</tbody>
678
678
</div>
679
679
<hr>
680
680
<div class="refsect2" lang="en">
681
 
<a name="id384751"></a><h3>
 
681
<a name="id400865"></a><h3>
682
682
<a name="atk-table-set-row-description"></a>atk_table_set_row_description ()</h3>
683
 
<a class="indexterm" name="id384764"></a><pre class="programlisting">void                atk_table_set_row_description       (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
683
<a class="indexterm" name="id400878"></a><pre class="programlisting">void                atk_table_set_row_description       (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
684
684
                                                         gint row,
685
685
                                                         const gchar *description);</pre>
686
686
<p>
692
692
<col align="left" valign="top">
693
693
<tbody>
694
694
<tr>
695
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
695
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
696
696
<td> a GObject instance that implements AtkTableIface
697
697
</td>
698
698
</tr>
699
699
<tr>
700
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
700
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
701
701
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
702
702
</td>
703
703
</tr>
704
704
<tr>
705
 
<td><span class="term"><em class="parameter"><code>description</code></em>&#160;:</span></td>
 
705
<td><p><span class="term"><em class="parameter"><code>description</code></em>&#160;:</span></p></td>
706
706
<td> a <span class="type">gchar</span> representing the description text
707
707
to set for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>
708
708
</td>
712
712
</div>
713
713
<hr>
714
714
<div class="refsect2" lang="en">
715
 
<a name="id384900"></a><h3>
 
715
<a name="id401014"></a><h3>
716
716
<a name="atk-table-set-column-description"></a>atk_table_set_column_description ()</h3>
717
 
<a class="indexterm" name="id384913"></a><pre class="programlisting">void                atk_table_set_column_description    (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
717
<a class="indexterm" name="id401027"></a><pre class="programlisting">void                atk_table_set_column_description    (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
718
718
                                                         gint column,
719
719
                                                         const gchar *description);</pre>
720
720
<p>
726
726
<col align="left" valign="top">
727
727
<tbody>
728
728
<tr>
729
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
729
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
730
730
<td> a GObject instance that implements AtkTableIface
731
731
</td>
732
732
</tr>
733
733
<tr>
734
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
734
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
735
735
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
736
736
</td>
737
737
</tr>
738
738
<tr>
739
 
<td><span class="term"><em class="parameter"><code>description</code></em>&#160;:</span></td>
 
739
<td><p><span class="term"><em class="parameter"><code>description</code></em>&#160;:</span></p></td>
740
740
<td> a <span class="type">gchar</span> representing the description text
741
741
to set for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>
742
742
</td>
746
746
</div>
747
747
<hr>
748
748
<div class="refsect2" lang="en">
749
 
<a name="id385050"></a><h3>
 
749
<a name="id401164"></a><h3>
750
750
<a name="atk-table-set-row-header"></a>atk_table_set_row_header ()</h3>
751
 
<a class="indexterm" name="id385063"></a><pre class="programlisting">void                atk_table_set_row_header            (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
751
<a class="indexterm" name="id401177"></a><pre class="programlisting">void                atk_table_set_row_header            (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
752
752
                                                         gint row,
753
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *header);</pre>
 
753
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *header);</pre>
754
754
<p>
755
755
Sets the specified row header to <em class="parameter"><code>header</code></em>.</p>
756
756
<p>
760
760
<col align="left" valign="top">
761
761
<tbody>
762
762
<tr>
763
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
763
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
764
764
<td> a GObject instance that implements AtkTableIface
765
765
</td>
766
766
</tr>
767
767
<tr>
768
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
768
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
769
769
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
770
770
</td>
771
771
</tr>
772
772
<tr>
773
 
<td><span class="term"><em class="parameter"><code>header</code></em>&#160;:</span></td>
774
 
<td> an <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> 
 
773
<td><p><span class="term"><em class="parameter"><code>header</code></em>&#160;:</span></p></td>
 
774
<td> an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> 
775
775
</td>
776
776
</tr>
777
777
</tbody>
779
779
</div>
780
780
<hr>
781
781
<div class="refsect2" lang="en">
782
 
<a name="id385181"></a><h3>
 
782
<a name="id401295"></a><h3>
783
783
<a name="atk-table-set-column-header"></a>atk_table_set_column_header ()</h3>
784
 
<a class="indexterm" name="id385194"></a><pre class="programlisting">void                atk_table_set_column_header         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
784
<a class="indexterm" name="id401308"></a><pre class="programlisting">void                atk_table_set_column_header         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
785
785
                                                         gint column,
786
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *header);</pre>
 
786
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *header);</pre>
787
787
<p>
788
788
Sets the specified column header to <em class="parameter"><code>header</code></em>.</p>
789
789
<p>
793
793
<col align="left" valign="top">
794
794
<tbody>
795
795
<tr>
796
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
796
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
797
797
<td> a GObject instance that implements AtkTableIface
798
798
</td>
799
799
</tr>
800
800
<tr>
801
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
801
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
802
802
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
803
803
</td>
804
804
</tr>
805
805
<tr>
806
 
<td><span class="term"><em class="parameter"><code>header</code></em>&#160;:</span></td>
807
 
<td> an <a href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
 
806
<td><p><span class="term"><em class="parameter"><code>header</code></em>&#160;:</span></p></td>
 
807
<td> an <a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a>
808
808
</td>
809
809
</tr>
810
810
</tbody>
812
812
</div>
813
813
<hr>
814
814
<div class="refsect2" lang="en">
815
 
<a name="id385313"></a><h3>
 
815
<a name="id401427"></a><h3>
816
816
<a name="atk-table-set-summary"></a>atk_table_set_summary ()</h3>
817
 
<a class="indexterm" name="id385326"></a><pre class="programlisting">void                atk_table_set_summary               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
818
 
                                                         <a href="AtkObject.html" title="AtkObject">AtkObject</a> *accessible);</pre>
 
817
<a class="indexterm" name="id401440"></a><pre class="programlisting">void                atk_table_set_summary               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
818
                                                         <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a> *accessible);</pre>
819
819
<p>
820
820
Sets the summary description of the table.</p>
821
821
<p>
825
825
<col align="left" valign="top">
826
826
<tbody>
827
827
<tr>
828
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
828
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
829
829
<td> a GObject instance that implements AtkTableIface
830
830
</td>
831
831
</tr>
832
832
<tr>
833
 
<td><span class="term"><em class="parameter"><code>accessible</code></em>&#160;:</span></td>
834
 
<td> an <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the summary description
 
833
<td><p><span class="term"><em class="parameter"><code>accessible</code></em>&#160;:</span></p></td>
 
834
<td> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representing the summary description
835
835
to set for <em class="parameter"><code>table</code></em>
836
836
</td>
837
837
</tr>
840
840
</div>
841
841
<hr>
842
842
<div class="refsect2" lang="en">
843
 
<a name="id385410"></a><h3>
 
843
<a name="id401524"></a><h3>
844
844
<a name="atk-table-get-selected-columns"></a>atk_table_get_selected_columns ()</h3>
845
 
<a class="indexterm" name="id385423"></a><pre class="programlisting">gint                atk_table_get_selected_columns      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
845
<a class="indexterm" name="id401537"></a><pre class="programlisting">gint                atk_table_get_selected_columns      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
846
846
                                                         gint **selected);</pre>
847
847
<p>
848
848
Gets the selected columns of the table by initializing **selected with 
854
854
<col align="left" valign="top">
855
855
<tbody>
856
856
<tr>
857
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
857
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
858
858
<td> a GObject instance that implements AtkTableIface
859
859
</td>
860
860
</tr>
861
861
<tr>
862
 
<td><span class="term"><em class="parameter"><code>selected</code></em>&#160;:</span></td>
 
862
<td><p><span class="term"><em class="parameter"><code>selected</code></em>&#160;:</span></p></td>
863
863
<td> a <span class="type">gint</span>** that is to contain the selected columns numbers
864
864
</td>
865
865
</tr>
866
866
<tr>
867
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
867
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
868
868
<td> a gint representing the number of selected columns,
869
869
or <code class="literal">0</code> if value does not implement this interface.
870
870
</td>
874
874
</div>
875
875
<hr>
876
876
<div class="refsect2" lang="en">
877
 
<a name="id385525"></a><h3>
 
877
<a name="id401639"></a><h3>
878
878
<a name="atk-table-get-selected-rows"></a>atk_table_get_selected_rows ()</h3>
879
 
<a class="indexterm" name="id385538"></a><pre class="programlisting">gint                atk_table_get_selected_rows         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
879
<a class="indexterm" name="id401652"></a><pre class="programlisting">gint                atk_table_get_selected_rows         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
880
880
                                                         gint **selected);</pre>
881
881
<p>
882
882
Gets the selected rows of the table by initializing **selected with 
888
888
<col align="left" valign="top">
889
889
<tbody>
890
890
<tr>
891
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
891
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
892
892
<td> a GObject instance that implements AtkTableIface
893
893
</td>
894
894
</tr>
895
895
<tr>
896
 
<td><span class="term"><em class="parameter"><code>selected</code></em>&#160;:</span></td>
 
896
<td><p><span class="term"><em class="parameter"><code>selected</code></em>&#160;:</span></p></td>
897
897
<td> a <span class="type">gint</span>** that is to contain the selected row numbers
898
898
</td>
899
899
</tr>
900
900
<tr>
901
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
901
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
902
902
<td> a gint representing the number of selected rows,
903
903
or zero if value does not implement this interface.
904
904
</td>
908
908
</div>
909
909
<hr>
910
910
<div class="refsect2" lang="en">
911
 
<a name="id385629"></a><h3>
 
911
<a name="id401743"></a><h3>
912
912
<a name="atk-table-is-column-selected"></a>atk_table_is_column_selected ()</h3>
913
 
<a class="indexterm" name="id385642"></a><pre class="programlisting">gboolean            atk_table_is_column_selected        (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
913
<a class="indexterm" name="id401756"></a><pre class="programlisting">gboolean            atk_table_is_column_selected        (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
914
914
                                                         gint column);</pre>
915
915
<p>
916
916
Gets a boolean value indicating whether the specified <em class="parameter"><code>column</code></em>
922
922
<col align="left" valign="top">
923
923
<tbody>
924
924
<tr>
925
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
925
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
926
926
<td> a GObject instance that implements AtkTableIface
927
927
</td>
928
928
</tr>
929
929
<tr>
930
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
930
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
931
931
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
932
932
</td>
933
933
</tr>
934
934
<tr>
935
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
935
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
936
936
<td> a gboolean representing if the column is selected, or 0
937
937
if value does not implement this interface.
938
938
</td>
942
942
</div>
943
943
<hr>
944
944
<div class="refsect2" lang="en">
945
 
<a name="id385743"></a><h3>
 
945
<a name="id401857"></a><h3>
946
946
<a name="atk-table-is-row-selected"></a>atk_table_is_row_selected ()</h3>
947
 
<a class="indexterm" name="id385756"></a><pre class="programlisting">gboolean            atk_table_is_row_selected           (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
947
<a class="indexterm" name="id401870"></a><pre class="programlisting">gboolean            atk_table_is_row_selected           (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
948
948
                                                         gint row);</pre>
949
949
<p>
950
950
Gets a boolean value indicating whether the specified <em class="parameter"><code>row</code></em>
956
956
<col align="left" valign="top">
957
957
<tbody>
958
958
<tr>
959
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
959
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
960
960
<td> a GObject instance that implements AtkTableIface
961
961
</td>
962
962
</tr>
963
963
<tr>
964
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
964
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
965
965
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
966
966
</td>
967
967
</tr>
968
968
<tr>
969
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
969
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
970
970
<td> a gboolean representing if the row is selected, or 0
971
971
if value does not implement this interface.
972
972
</td>
976
976
</div>
977
977
<hr>
978
978
<div class="refsect2" lang="en">
979
 
<a name="id385857"></a><h3>
 
979
<a name="id401971"></a><h3>
980
980
<a name="atk-table-is-selected"></a>atk_table_is_selected ()</h3>
981
 
<a class="indexterm" name="id385870"></a><pre class="programlisting">gboolean            atk_table_is_selected               (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
981
<a class="indexterm" name="id401983"></a><pre class="programlisting">gboolean            atk_table_is_selected               (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
982
982
                                                         gint row,
983
983
                                                         gint column);</pre>
984
984
<p>
991
991
<col align="left" valign="top">
992
992
<tbody>
993
993
<tr>
994
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
994
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
995
995
<td> a GObject instance that implements AtkTableIface
996
996
</td>
997
997
</tr>
998
998
<tr>
999
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
999
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
1000
1000
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
1001
1001
</td>
1002
1002
</tr>
1003
1003
<tr>
1004
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1004
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1005
1005
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
1006
1006
</td>
1007
1007
</tr>
1008
1008
<tr>
1009
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1009
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1010
1010
<td> a gboolean representing if the cell is selected, or 0
1011
1011
if value does not implement this interface.
1012
1012
</td>
1016
1016
</div>
1017
1017
<hr>
1018
1018
<div class="refsect2" lang="en">
1019
 
<a name="id386011"></a><h3>
 
1019
<a name="id402125"></a><h3>
1020
1020
<a name="atk-table-add-column-selection"></a>atk_table_add_column_selection ()</h3>
1021
 
<a class="indexterm" name="id386024"></a><pre class="programlisting">gboolean            atk_table_add_column_selection      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
1021
<a class="indexterm" name="id402138"></a><pre class="programlisting">gboolean            atk_table_add_column_selection      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
1022
1022
                                                         gint column);</pre>
1023
1023
<p>
1024
1024
Adds the specified <em class="parameter"><code>column</code></em> to the selection.</p>
1029
1029
<col align="left" valign="top">
1030
1030
<tbody>
1031
1031
<tr>
1032
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
1032
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1033
1033
<td> a GObject instance that implements AtkTableIface
1034
1034
</td>
1035
1035
</tr>
1036
1036
<tr>
1037
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1037
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1038
1038
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
1039
1039
</td>
1040
1040
</tr>
1041
1041
<tr>
1042
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1042
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1043
1043
<td> a gboolean representing if the column was successfully added to 
1044
1044
the selection, or 0 if value does not implement this interface.
1045
1045
</td>
1049
1049
</div>
1050
1050
<hr>
1051
1051
<div class="refsect2" lang="en">
1052
 
<a name="id386126"></a><h3>
 
1052
<a name="id402239"></a><h3>
1053
1053
<a name="atk-table-add-row-selection"></a>atk_table_add_row_selection ()</h3>
1054
 
<a class="indexterm" name="id386138"></a><pre class="programlisting">gboolean            atk_table_add_row_selection         (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
1054
<a class="indexterm" name="id402252"></a><pre class="programlisting">gboolean            atk_table_add_row_selection         (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
1055
1055
                                                         gint row);</pre>
1056
1056
<p>
1057
1057
Adds the specified <em class="parameter"><code>row</code></em> to the selection.</p>
1062
1062
<col align="left" valign="top">
1063
1063
<tbody>
1064
1064
<tr>
1065
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
1065
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1066
1066
<td> a GObject instance that implements AtkTableIface
1067
1067
</td>
1068
1068
</tr>
1069
1069
<tr>
1070
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
1070
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
1071
1071
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
1072
1072
</td>
1073
1073
</tr>
1074
1074
<tr>
1075
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1075
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1076
1076
<td> a gboolean representing if row was successfully added to selection,
1077
1077
or 0 if value does not implement this interface.
1078
1078
</td>
1082
1082
</div>
1083
1083
<hr>
1084
1084
<div class="refsect2" lang="en">
1085
 
<a name="id386239"></a><h3>
 
1085
<a name="id402353"></a><h3>
1086
1086
<a name="atk-table-remove-column-selection"></a>atk_table_remove_column_selection ()</h3>
1087
 
<a class="indexterm" name="id386252"></a><pre class="programlisting">gboolean            atk_table_remove_column_selection   (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
1087
<a class="indexterm" name="id402365"></a><pre class="programlisting">gboolean            atk_table_remove_column_selection   (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
1088
1088
                                                         gint column);</pre>
1089
1089
<p>
1090
1090
Adds the specified <em class="parameter"><code>column</code></em> to the selection.</p>
1095
1095
<col align="left" valign="top">
1096
1096
<tbody>
1097
1097
<tr>
1098
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
1098
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1099
1099
<td> a GObject instance that implements AtkTableIface
1100
1100
</td>
1101
1101
</tr>
1102
1102
<tr>
1103
 
<td><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></td>
 
1103
<td><p><span class="term"><em class="parameter"><code>column</code></em>&#160;:</span></p></td>
1104
1104
<td> a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
1105
1105
</td>
1106
1106
</tr>
1107
1107
<tr>
1108
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1108
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1109
1109
<td> a gboolean representing if the column was successfully removed from
1110
1110
the selection, or 0 if value does not implement this interface.
1111
1111
</td>
1115
1115
</div>
1116
1116
<hr>
1117
1117
<div class="refsect2" lang="en">
1118
 
<a name="id386353"></a><h3>
 
1118
<a name="id402467"></a><h3>
1119
1119
<a name="atk-table-remove-row-selection"></a>atk_table_remove_row_selection ()</h3>
1120
 
<a class="indexterm" name="id386366"></a><pre class="programlisting">gboolean            atk_table_remove_row_selection      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
 
1120
<a class="indexterm" name="id402480"></a><pre class="programlisting">gboolean            atk_table_remove_row_selection      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *table,
1121
1121
                                                         gint row);</pre>
1122
1122
<p>
1123
1123
Removes the specified <em class="parameter"><code>row</code></em> from the selection.</p>
1128
1128
<col align="left" valign="top">
1129
1129
<tbody>
1130
1130
<tr>
1131
 
<td><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></td>
 
1131
<td><p><span class="term"><em class="parameter"><code>table</code></em>&#160;:</span></p></td>
1132
1132
<td> a GObject instance that implements AtkTableIface
1133
1133
</td>
1134
1134
</tr>
1135
1135
<tr>
1136
 
<td><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></td>
 
1136
<td><p><span class="term"><em class="parameter"><code>row</code></em>&#160;:</span></p></td>
1137
1137
<td> a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
1138
1138
</td>
1139
1139
</tr>
1140
1140
<tr>
1141
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
1141
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
1142
1142
<td> a gboolean representing if the row was successfully removed from
1143
1143
the selection, or 0 if value does not implement this interface.
1144
1144
</td>
1148
1148
</div>
1149
1149
</div>
1150
1150
<div class="refsect1" lang="en">
1151
 
<a name="id386468"></a><h2>Signal Details</h2>
 
1151
<a name="id402582"></a><h2>Signal Details</h2>
1152
1152
<div class="refsect2" lang="en">
1153
 
<a name="id386478"></a><h3>
1154
 
<a name="AtkTable-column-deleted"></a>The "column-deleted" signal</h3>
1155
 
<a class="indexterm" name="id386487"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1153
<a name="id402592"></a><h3>
 
1154
<a name="AtkTable-column-deleted"></a>The <code class="literal">"column-deleted"</code> signal</h3>
 
1155
<a class="indexterm" name="id402607"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1156
1156
                                                        gint      arg1,
1157
1157
                                                        gint      arg2,
1158
1158
                                                        gpointer  user_data)      : Run Last</pre>
1164
1164
<col align="left" valign="top">
1165
1165
<tbody>
1166
1166
<tr>
1167
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1167
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1168
1168
<td>the object which received the signal.
1169
1169
</td>
1170
1170
</tr>
1171
1171
<tr>
1172
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
1172
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
1173
1173
<td>The index of the first column deleted.
1174
1174
</td>
1175
1175
</tr>
1176
1176
<tr>
1177
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
1177
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
1178
1178
<td>The number of columns deleted.
1179
1179
 
1180
1180
</td>
1181
1181
</tr>
1182
1182
<tr>
1183
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1183
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1184
1184
<td>user data set when the signal handler was connected.</td>
1185
1185
</tr>
1186
1186
</tbody>
1188
1188
</div>
1189
1189
<hr>
1190
1190
<div class="refsect2" lang="en">
1191
 
<a name="id386597"></a><h3>
1192
 
<a name="AtkTable-column-inserted"></a>The "column-inserted" signal</h3>
1193
 
<a class="indexterm" name="id386606"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1191
<a name="id402716"></a><h3>
 
1192
<a name="AtkTable-column-inserted"></a>The <code class="literal">"column-inserted"</code> signal</h3>
 
1193
<a class="indexterm" name="id402732"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1194
1194
                                                        gint      arg1,
1195
1195
                                                        gint      arg2,
1196
1196
                                                        gpointer  user_data)      : Run Last</pre>
1203
1203
<col align="left" valign="top">
1204
1204
<tbody>
1205
1205
<tr>
1206
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1206
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1207
1207
<td>the object which received the signal.
1208
1208
</td>
1209
1209
</tr>
1210
1210
<tr>
1211
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
1211
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
1212
1212
<td>The index of the column inserted.
1213
1213
</td>
1214
1214
</tr>
1215
1215
<tr>
1216
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
1216
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
1217
1217
<td>The number of colums inserted.
1218
1218
 
1219
1219
</td>
1220
1220
</tr>
1221
1221
<tr>
1222
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1222
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1223
1223
<td>user data set when the signal handler was connected.</td>
1224
1224
</tr>
1225
1225
</tbody>
1227
1227
</div>
1228
1228
<hr>
1229
1229
<div class="refsect2" lang="en">
1230
 
<a name="id386716"></a><h3>
1231
 
<a name="AtkTable-column-reordered"></a>The "column-reordered" signal</h3>
1232
 
<a class="indexterm" name="id386726"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1230
<a name="id402841"></a><h3>
 
1231
<a name="AtkTable-column-reordered"></a>The <code class="literal">"column-reordered"</code> signal</h3>
 
1232
<a class="indexterm" name="id402857"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1233
1233
                                                        gpointer  user_data)      : Run Last</pre>
1234
1234
<p>
1235
1235
The "column-reordered" signal is emitted by an object which implements the 
1239
1239
<col align="left" valign="top">
1240
1240
<tbody>
1241
1241
<tr>
1242
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1242
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1243
1243
<td>the object which received the signal.
1244
1244
 
1245
1245
</td>
1246
1246
</tr>
1247
1247
<tr>
1248
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1248
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1249
1249
<td>user data set when the signal handler was connected.</td>
1250
1250
</tr>
1251
1251
</tbody>
1253
1253
</div>
1254
1254
<hr>
1255
1255
<div class="refsect2" lang="en">
1256
 
<a name="id386793"></a><h3>
1257
 
<a name="AtkTable-model-changed"></a>The "model-changed" signal</h3>
1258
 
<a class="indexterm" name="id386803"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1256
<a name="id402924"></a><h3>
 
1257
<a name="AtkTable-model-changed"></a>The <code class="literal">"model-changed"</code> signal</h3>
 
1258
<a class="indexterm" name="id402940"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1259
1259
                                                        gpointer  user_data)      : Run Last</pre>
1260
1260
<p>
1261
1261
The "model-changed" signal is emitted by an object which implements the 
1265
1265
<col align="left" valign="top">
1266
1266
<tbody>
1267
1267
<tr>
1268
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1268
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1269
1269
<td>the object which received the signal.
1270
1270
 
1271
1271
</td>
1272
1272
</tr>
1273
1273
<tr>
1274
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1274
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1275
1275
<td>user data set when the signal handler was connected.</td>
1276
1276
</tr>
1277
1277
</tbody>
1279
1279
</div>
1280
1280
<hr>
1281
1281
<div class="refsect2" lang="en">
1282
 
<a name="id386870"></a><h3>
1283
 
<a name="AtkTable-row-deleted"></a>The "row-deleted" signal</h3>
1284
 
<a class="indexterm" name="id386880"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1282
<a name="id403007"></a><h3>
 
1283
<a name="AtkTable-row-deleted"></a>The <code class="literal">"row-deleted"</code> signal</h3>
 
1284
<a class="indexterm" name="id403023"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1285
1285
                                                        gint      arg1,
1286
1286
                                                        gint      arg2,
1287
1287
                                                        gpointer  user_data)      : Run Last</pre>
1294
1294
<col align="left" valign="top">
1295
1295
<tbody>
1296
1296
<tr>
1297
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1297
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1298
1298
<td>the object which received the signal.
1299
1299
</td>
1300
1300
</tr>
1301
1301
<tr>
1302
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
1302
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
1303
1303
<td>The index of the first row deleted.
1304
1304
</td>
1305
1305
</tr>
1306
1306
<tr>
1307
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
1307
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
1308
1308
<td>The number of rows deleted.
1309
1309
 
1310
1310
</td>
1311
1311
</tr>
1312
1312
<tr>
1313
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1313
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1314
1314
<td>user data set when the signal handler was connected.</td>
1315
1315
</tr>
1316
1316
</tbody>
1318
1318
</div>
1319
1319
<hr>
1320
1320
<div class="refsect2" lang="en">
1321
 
<a name="id386989"></a><h3>
1322
 
<a name="AtkTable-row-inserted"></a>The "row-inserted" signal</h3>
1323
 
<a class="indexterm" name="id386998"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1321
<a name="id403132"></a><h3>
 
1322
<a name="AtkTable-row-inserted"></a>The <code class="literal">"row-inserted"</code> signal</h3>
 
1323
<a class="indexterm" name="id403147"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1324
1324
                                                        gint      arg1,
1325
1325
                                                        gint      arg2,
1326
1326
                                                        gpointer  user_data)      : Run Last</pre>
1332
1332
<col align="left" valign="top">
1333
1333
<tbody>
1334
1334
<tr>
1335
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1335
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1336
1336
<td>the object which received the signal.
1337
1337
</td>
1338
1338
</tr>
1339
1339
<tr>
1340
 
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
 
1340
<td><p><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></p></td>
1341
1341
<td>The index of the first row deleted.
1342
1342
</td>
1343
1343
</tr>
1344
1344
<tr>
1345
 
<td><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></td>
 
1345
<td><p><span class="term"><em class="parameter"><code>arg2</code></em>&#160;:</span></p></td>
1346
1346
<td>The number of rows deleted.
1347
1347
 
1348
1348
</td>
1349
1349
</tr>
1350
1350
<tr>
1351
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1351
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1352
1352
<td>user data set when the signal handler was connected.</td>
1353
1353
</tr>
1354
1354
</tbody>
1356
1356
</div>
1357
1357
<hr>
1358
1358
<div class="refsect2" lang="en">
1359
 
<a name="id387108"></a><h3>
1360
 
<a name="AtkTable-row-reordered"></a>The "row-reordered" signal</h3>
1361
 
<a class="indexterm" name="id387117"></a><pre class="programlisting">void                user_function                      (<a href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
 
1359
<a name="id403257"></a><h3>
 
1360
<a name="AtkTable-row-reordered"></a>The <code class="literal">"row-reordered"</code> signal</h3>
 
1361
<a class="indexterm" name="id403272"></a><pre class="programlisting">void                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable">AtkTable</a> *atktable,
1362
1362
                                                        gpointer  user_data)      : Run Last</pre>
1363
1363
<p>
1364
1364
The "row-reordered" signal is emitted by an object which implements the 
1368
1368
<col align="left" valign="top">
1369
1369
<tbody>
1370
1370
<tr>
1371
 
<td><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></td>
 
1371
<td><p><span class="term"><em class="parameter"><code>atktable</code></em>&#160;:</span></p></td>
1372
1372
<td>the object which received the signal.
1373
1373
 
1374
1374
</td>
1375
1375
</tr>
1376
1376
<tr>
1377
 
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
 
1377
<td><p><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></p></td>
1378
1378
<td>user data set when the signal handler was connected.</td>
1379
1379
</tr>
1380
1380
</tbody>
1382
1382
</div>
1383
1383
</div>
1384
1384
<div class="refsect1" lang="en">
1385
 
<a name="id387186"></a><h2>See Also</h2>
 
1385
<a name="id403341"></a><h2>See Also</h2>
1386
1386
<p>
1387
 
<a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>, <a href="atk-AtkState.html#ATK-STATE-TRANSIENT:CAPS"><span class="type">ATK_STATE_TRANSIENT</span></a>
 
1387
<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>
1388
1388
</p>
1389
1389
</div>
 
1390
<div class="refsect1" lang="en">
 
1391
<a name="id403368"></a><div class="refsect2" lang="en"><a name="id403370"></a></div>
 
1392
<hr>
 
1393
<div class="refsect2" lang="en"><a name="id403371"></a></div>
 
1394
</div>
1390
1395
</div>
1391
1396
</body>
1392
1397
</html>