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

« back to all changes in this revision

Viewing changes to docs/html/AtkTable.html

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2012-03-07 09:14:51 UTC
  • mfrom: (1.2.41)
  • Revision ID: package-import@ubuntu.com-20120307091451-lvrxjpc5wy2okfyt
Tags: 2.3.91-0ubuntu1
* New upstream release
  - Bug 665549: add sanity-check of atk_text_get_text
  - Bug 668441: atk_action_get_keybinding docs are confusing and need
    updating
  - Using abstract atk_object_get_name to check accessible-name
    notification
  - Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
    Ukranian and Uyghur translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
46
46
<a name="AtkTable.synopsis"></a><h2>Synopsis</h2>
47
47
<pre class="synopsis">                    <a class="link" href="AtkTable.html#AtkTable-struct" title="AtkTable">AtkTable</a>;
48
48
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="AtkTable.html#atk-table-ref-at" title="atk_table_ref_at ()">atk_table_ref_at</a>                    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
49
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
50
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
51
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-index-at" title="atk_table_get_index_at ()">atk_table_get_index_at</a>              (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
52
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
53
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
54
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-column-at-index" title="atk_table_get_column_at_index ()">atk_table_get_column_at_index</a>       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
55
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
56
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-row-at-index" title="atk_table_get_row_at_index ()">atk_table_get_row_at_index</a>          (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
57
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);
58
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-n-columns" title="atk_table_get_n_columns ()">atk_table_get_n_columns</a>             (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
59
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-n-rows" title="atk_table_get_n_rows ()">atk_table_get_n_rows</a>                (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
60
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-column-extent-at" title="atk_table_get_column_extent_at ()">atk_table_get_column_extent_at</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
61
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
62
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
63
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-row-extent-at" title="atk_table_get_row_extent_at ()">atk_table_get_row_extent_at</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
64
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
65
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
49
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
50
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
51
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-index-at" title="atk_table_get_index_at ()">atk_table_get_index_at</a>              (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
52
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
54
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-column-at-index" title="atk_table_get_column_at_index ()">atk_table_get_column_at_index</a>       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
55
                                                         <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
 
56
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-row-at-index" title="atk_table_get_row_at_index ()">atk_table_get_row_at_index</a>          (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
57
                                                         <em class="parameter"><code><span class="type">gint</span> index_</code></em>);
 
58
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-n-columns" title="atk_table_get_n_columns ()">atk_table_get_n_columns</a>             (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
 
59
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-n-rows" title="atk_table_get_n_rows ()">atk_table_get_n_rows</a>                (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
 
60
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-column-extent-at" title="atk_table_get_column_extent_at ()">atk_table_get_column_extent_at</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
61
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
62
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
63
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-row-extent-at" title="atk_table_get_row_extent_at ()">atk_table_get_row_extent_at</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
64
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
65
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
66
66
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="AtkTable.html#atk-table-get-caption" title="atk_table_get_caption ()">atk_table_get_caption</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
67
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="AtkTable.html#atk-table-get-column-description" title="atk_table_get_column_description ()">atk_table_get_column_description</a>    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
68
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
69
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="AtkTable.html#atk-table-get-row-description" title="atk_table_get_row_description ()">atk_table_get_row_description</a>       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
70
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
67
const <span class="returnvalue">gchar</span> *       <a class="link" href="AtkTable.html#atk-table-get-column-description" title="atk_table_get_column_description ()">atk_table_get_column_description</a>    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
68
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
69
const <span class="returnvalue">gchar</span> *       <a class="link" href="AtkTable.html#atk-table-get-row-description" title="atk_table_get_row_description ()">atk_table_get_row_description</a>       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
70
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
71
71
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="AtkTable.html#atk-table-get-column-header" title="atk_table_get_column_header ()">atk_table_get_column_header</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
72
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
 
72
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
73
73
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="AtkTable.html#atk-table-get-row-header" title="atk_table_get_row_header ()">atk_table_get_row_header</a>            (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
74
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
74
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
75
75
<a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="AtkTable.html#atk-table-get-summary" title="atk_table_get_summary ()">atk_table_get_summary</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);
76
76
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-caption" title="atk_table_set_caption ()">atk_table_set_caption</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
77
77
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *caption</code></em>);
78
78
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-row-description" title="atk_table_set_row_description ()">atk_table_set_row_description</a>       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
79
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
80
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>);
 
79
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
80
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
81
81
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-column-description" title="atk_table_set_column_description ()">atk_table_set_column_description</a>    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
82
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
83
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>);
 
82
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
83
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
84
84
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-row-header" title="atk_table_set_row_header ()">atk_table_set_row_header</a>            (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
85
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
 
85
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
86
86
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
87
87
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-column-header" title="atk_table_set_column_header ()">atk_table_set_column_header</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
88
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
88
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
89
89
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="AtkTable.html#atk-table-set-summary" title="atk_table_set_summary ()">atk_table_set_summary</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
91
91
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);
92
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-selected-columns" title="atk_table_get_selected_columns ()">atk_table_get_selected_columns</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
93
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **selected</code></em>);
94
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="AtkTable.html#atk-table-get-selected-rows" title="atk_table_get_selected_rows ()">atk_table_get_selected_rows</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
95
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **selected</code></em>);
96
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-is-column-selected" title="atk_table_is_column_selected ()">atk_table_is_column_selected</a>        (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
97
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
98
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-is-row-selected" title="atk_table_is_row_selected ()">atk_table_is_row_selected</a>           (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
99
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
100
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-is-selected" title="atk_table_is_selected ()">atk_table_is_selected</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
101
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
102
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
103
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-add-column-selection" title="atk_table_add_column_selection ()">atk_table_add_column_selection</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
104
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
105
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-add-row-selection" title="atk_table_add_row_selection ()">atk_table_add_row_selection</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
106
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
107
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-remove-column-selection" title="atk_table_remove_column_selection ()">atk_table_remove_column_selection</a>   (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
108
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);
109
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="AtkTable.html#atk-table-remove-row-selection" title="atk_table_remove_row_selection ()">atk_table_remove_row_selection</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
110
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);
 
92
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-selected-columns" title="atk_table_get_selected_columns ()">atk_table_get_selected_columns</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
93
                                                         <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
 
94
<span class="returnvalue">gint</span>                <a class="link" href="AtkTable.html#atk-table-get-selected-rows" title="atk_table_get_selected_rows ()">atk_table_get_selected_rows</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
95
                                                         <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);
 
96
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-is-column-selected" title="atk_table_is_column_selected ()">atk_table_is_column_selected</a>        (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
97
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
98
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-is-row-selected" title="atk_table_is_row_selected ()">atk_table_is_row_selected</a>           (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
99
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
 
100
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-is-selected" title="atk_table_is_selected ()">atk_table_is_selected</a>               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
101
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
102
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
103
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-add-column-selection" title="atk_table_add_column_selection ()">atk_table_add_column_selection</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
104
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
105
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-add-row-selection" title="atk_table_add_row_selection ()">atk_table_add_row_selection</a>         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
106
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
 
107
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-remove-column-selection" title="atk_table_remove_column_selection ()">atk_table_remove_column_selection</a>   (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
108
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);
 
109
<span class="returnvalue">gboolean</span>            <a class="link" href="AtkTable.html#atk-table-remove-row-selection" title="atk_table_remove_row_selection ()">atk_table_remove_row_selection</a>      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
110
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);
111
111
</pre>
112
112
</div>
113
113
<div class="refsect1">
126
126
<div class="refsect1">
127
127
<a name="AtkTable.signals"></a><h2>Signals</h2>
128
128
<pre class="synopsis">
129
 
  "<a class="link" href="AtkTable.html#AtkTable-column-deleted" title='The "column-deleted" signal'>column-deleted</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
130
 
  "<a class="link" href="AtkTable.html#AtkTable-column-inserted" title='The "column-inserted" signal'>column-inserted</a>"                                : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
131
 
  "<a class="link" href="AtkTable.html#AtkTable-column-reordered" title='The "column-reordered" signal'>column-reordered</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
132
 
  "<a class="link" href="AtkTable.html#AtkTable-model-changed" title='The "model-changed" signal'>model-changed</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
133
 
  "<a class="link" href="AtkTable.html#AtkTable-row-deleted" title='The "row-deleted" signal'>row-deleted</a>"                                    : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
134
 
  "<a class="link" href="AtkTable.html#AtkTable-row-inserted" title='The "row-inserted" signal'>row-inserted</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
135
 
  "<a class="link" href="AtkTable.html#AtkTable-row-reordered" title='The "row-reordered" signal'>row-reordered</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
129
  "<a class="link" href="AtkTable.html#AtkTable-column-deleted" title='The "column-deleted" signal'>column-deleted</a>"                                 : <code class="literal">Run Last</code>
 
130
  "<a class="link" href="AtkTable.html#AtkTable-column-inserted" title='The "column-inserted" signal'>column-inserted</a>"                                : <code class="literal">Run Last</code>
 
131
  "<a class="link" href="AtkTable.html#AtkTable-column-reordered" title='The "column-reordered" signal'>column-reordered</a>"                               : <code class="literal">Run Last</code>
 
132
  "<a class="link" href="AtkTable.html#AtkTable-model-changed" title='The "model-changed" signal'>model-changed</a>"                                  : <code class="literal">Run Last</code>
 
133
  "<a class="link" href="AtkTable.html#AtkTable-row-deleted" title='The "row-deleted" signal'>row-deleted</a>"                                    : <code class="literal">Run Last</code>
 
134
  "<a class="link" href="AtkTable.html#AtkTable-row-inserted" title='The "row-inserted" signal'>row-inserted</a>"                                   : <code class="literal">Run Last</code>
 
135
  "<a class="link" href="AtkTable.html#AtkTable-row-reordered" title='The "row-reordered" signal'>row-reordered</a>"                                  : <code class="literal">Run Last</code>
136
136
</pre>
137
137
</div>
138
138
<div class="refsect1">
172
172
<div class="refsect2">
173
173
<a name="atk-table-ref-at"></a><h3>atk_table_ref_at ()</h3>
174
174
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         atk_table_ref_at                    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
175
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
176
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
175
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
176
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
177
177
<p>
178
178
Get a reference to the table cell at <em class="parameter"><code>row</code></em>, <em class="parameter"><code>column</code></em>.
179
179
</p>
186
186
</tr>
187
187
<tr>
188
188
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
189
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
189
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
190
190
</td>
191
191
</tr>
192
192
<tr>
193
193
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
194
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
194
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
195
195
</td>
196
196
</tr>
197
197
<tr>
206
206
<hr>
207
207
<div class="refsect2">
208
208
<a name="atk-table-get-index-at"></a><h3>atk_table_get_index_at ()</h3>
209
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_index_at              (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
210
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
211
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
209
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_index_at              (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
210
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
211
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
212
212
<p>
213
 
Gets a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing the index at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em>.
 
213
Gets a <span class="type">gint</span> representing the index at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em>.
214
214
</p>
215
215
<div class="variablelist"><table border="0">
216
216
<col align="left" valign="top">
221
221
</tr>
222
222
<tr>
223
223
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
224
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
224
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
225
225
</td>
226
226
</tr>
227
227
<tr>
228
228
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
229
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
229
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
230
230
</td>
231
231
</tr>
232
232
<tr>
233
233
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
234
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing the index at specified position.
 
234
<td>a <span class="type">gint</span> representing the index at specified position.
235
235
The value -1 is returned if the object at row,column is not a child
236
236
of table or table does not implement this interface.</td>
237
237
</tr>
241
241
<hr>
242
242
<div class="refsect2">
243
243
<a name="atk-table-get-column-at-index"></a><h3>atk_table_get_column_at_index ()</h3>
244
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_column_at_index       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
245
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
 
244
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_column_at_index       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
245
                                                         <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
246
246
<p>
247
 
Gets a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing the column at the specified <em class="parameter"><code>index_</code></em>.
 
247
Gets a <span class="type">gint</span> representing the column at the specified <em class="parameter"><code>index_</code></em>.
248
248
</p>
249
249
<div class="variablelist"><table border="0">
250
250
<col align="left" valign="top">
255
255
</tr>
256
256
<tr>
257
257
<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
258
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing an index in <em class="parameter"><code>table</code></em>
 
258
<td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
259
259
</td>
260
260
</tr>
261
261
<tr>
269
269
<hr>
270
270
<div class="refsect2">
271
271
<a name="atk-table-get-row-at-index"></a><h3>atk_table_get_row_at_index ()</h3>
272
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_row_at_index          (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
273
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index_</code></em>);</pre>
 
272
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_row_at_index          (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
273
                                                         <em class="parameter"><code><span class="type">gint</span> index_</code></em>);</pre>
274
274
<p>
275
 
Gets a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing the row at the specified <em class="parameter"><code>index_</code></em>.
 
275
Gets a <span class="type">gint</span> representing the row at the specified <em class="parameter"><code>index_</code></em>.
276
276
</p>
277
277
<div class="variablelist"><table border="0">
278
278
<col align="left" valign="top">
283
283
</tr>
284
284
<tr>
285
285
<td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
286
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing an index in <em class="parameter"><code>table</code></em>
 
286
<td>a <span class="type">gint</span> representing an index in <em class="parameter"><code>table</code></em>
287
287
</td>
288
288
</tr>
289
289
<tr>
297
297
<hr>
298
298
<div class="refsect2">
299
299
<a name="atk-table-get-n-columns"></a><h3>atk_table_get_n_columns ()</h3>
300
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_n_columns             (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
 
300
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_n_columns             (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
301
301
<p>
302
302
Gets the number of columns in the table.
303
303
</p>
319
319
<hr>
320
320
<div class="refsect2">
321
321
<a name="atk-table-get-n-rows"></a><h3>atk_table_get_n_rows ()</h3>
322
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_n_rows                (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
 
322
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_n_rows                (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>);</pre>
323
323
<p>
324
324
Gets the number of rows in the table.
325
325
</p>
341
341
<hr>
342
342
<div class="refsect2">
343
343
<a name="atk-table-get-column-extent-at"></a><h3>atk_table_get_column_extent_at ()</h3>
344
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_column_extent_at      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
345
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
346
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
344
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_column_extent_at      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
345
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
346
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
347
347
<p>
348
348
Gets the number of columns occupied by the accessible object
349
349
at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> in the <em class="parameter"><code>table</code></em>.
357
357
</tr>
358
358
<tr>
359
359
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
360
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
360
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
361
361
</td>
362
362
</tr>
363
363
<tr>
364
364
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
365
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
365
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
366
366
</td>
367
367
</tr>
368
368
<tr>
376
376
<hr>
377
377
<div class="refsect2">
378
378
<a name="atk-table-get-row-extent-at"></a><h3>atk_table_get_row_extent_at ()</h3>
379
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_row_extent_at         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
380
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
381
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
379
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_row_extent_at         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
380
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
381
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
382
382
<p>
383
383
Gets the number of rows occupied by the accessible object
384
384
at a specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> in the <em class="parameter"><code>table</code></em>.
392
392
</tr>
393
393
<tr>
394
394
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
395
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
395
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
396
396
</td>
397
397
</tr>
398
398
<tr>
399
399
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
400
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
400
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
401
401
</td>
402
402
</tr>
403
403
<tr>
425
425
<tr>
426
426
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
427
427
<td>a AtkObject* representing the table caption, or
428
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
428
<a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
429
429
</td>
430
430
</tr>
431
431
</tbody>
434
434
<hr>
435
435
<div class="refsect2">
436
436
<a name="atk-table-get-column-description"></a><h3>atk_table_get_column_description ()</h3>
437
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       atk_table_get_column_description    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
438
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
437
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       atk_table_get_column_description    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
438
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
439
439
<p>
440
440
Gets the description text of the specified <em class="parameter"><code>column</code></em> in the table
441
441
</p>
448
448
</tr>
449
449
<tr>
450
450
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
451
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
451
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
452
452
</td>
453
453
</tr>
454
454
<tr>
455
455
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
456
 
<td>a gchar* representing the column description, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
456
<td>a gchar* representing the column description, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
457
457
if value does not implement this interface.</td>
458
458
</tr>
459
459
</tbody>
462
462
<hr>
463
463
<div class="refsect2">
464
464
<a name="atk-table-get-row-description"></a><h3>atk_table_get_row_description ()</h3>
465
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       atk_table_get_row_description       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
466
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
465
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       atk_table_get_row_description       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
466
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
467
467
<p>
468
468
Gets the description text of the specified row in the table
469
469
</p>
476
476
</tr>
477
477
<tr>
478
478
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
479
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
479
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
480
480
</td>
481
481
</tr>
482
482
<tr>
483
483
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
484
 
<td>a gchar* representing the row description, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
484
<td>a gchar* representing the row description, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
485
485
if value does not implement this interface.</td>
486
486
</tr>
487
487
</tbody>
491
491
<div class="refsect2">
492
492
<a name="atk-table-get-column-header"></a><h3>atk_table_get_column_header ()</h3>
493
493
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         atk_table_get_column_header         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
494
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
494
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
495
495
<p>
496
496
Gets the column header of a specified column in an accessible table.
497
497
</p>
504
504
</tr>
505
505
<tr>
506
506
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
507
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in the table</td>
 
507
<td>a <span class="type">gint</span> representing a column in the table</td>
508
508
</tr>
509
509
<tr>
510
510
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
511
511
<td>a AtkObject* representing the specified column
512
 
header, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
512
header, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
513
513
</td>
514
514
</tr>
515
515
</tbody>
519
519
<div class="refsect2">
520
520
<a name="atk-table-get-row-header"></a><h3>atk_table_get_row_header ()</h3>
521
521
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *         atk_table_get_row_header            (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
522
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
522
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
523
523
<p>
524
524
Gets the row header of a specified row in an accessible table.
525
525
</p>
532
532
</tr>
533
533
<tr>
534
534
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
535
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in the table</td>
 
535
<td>a <span class="type">gint</span> representing a row in the table</td>
536
536
</tr>
537
537
<tr>
538
538
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
539
539
<td>a AtkObject* representing the specified row
540
 
header, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
540
header, or <a href="/opt/gnome3/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if value does not implement this interface. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
541
541
</td>
542
542
</tr>
543
543
</tbody>
593
593
<div class="refsect2">
594
594
<a name="atk-table-set-row-description"></a><h3>atk_table_set_row_description ()</h3>
595
595
<pre class="programlisting"><span class="returnvalue">void</span>                atk_table_set_row_description       (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
596
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
597
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>);</pre>
 
596
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
597
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
598
598
<p>
599
599
Sets the description text for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>.
600
600
</p>
607
607
</tr>
608
608
<tr>
609
609
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
610
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
610
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
611
611
</td>
612
612
</tr>
613
613
<tr>
614
614
<td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
615
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> representing the description text
 
615
<td>a <span class="type">gchar</span> representing the description text
616
616
to set for the specified <em class="parameter"><code>row</code></em> of <em class="parameter"><code>table</code></em>
617
617
</td>
618
618
</tr>
623
623
<div class="refsect2">
624
624
<a name="atk-table-set-column-description"></a><h3>atk_table_set_column_description ()</h3>
625
625
<pre class="programlisting"><span class="returnvalue">void</span>                atk_table_set_column_description    (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
626
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
627
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *description</code></em>);</pre>
 
626
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
 
627
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
628
628
<p>
629
629
Sets the description text for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>.
630
630
</p>
637
637
</tr>
638
638
<tr>
639
639
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
640
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
640
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
641
641
</td>
642
642
</tr>
643
643
<tr>
644
644
<td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
645
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> representing the description text
 
645
<td>a <span class="type">gchar</span> representing the description text
646
646
to set for the specified <em class="parameter"><code>column</code></em> of the <em class="parameter"><code>table</code></em>
647
647
</td>
648
648
</tr>
653
653
<div class="refsect2">
654
654
<a name="atk-table-set-row-header"></a><h3>atk_table_set_row_header ()</h3>
655
655
<pre class="programlisting"><span class="returnvalue">void</span>                atk_table_set_row_header            (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
656
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
 
656
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
657
657
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
658
658
<p>
659
659
Sets the specified row header to <em class="parameter"><code>header</code></em>.
667
667
</tr>
668
668
<tr>
669
669
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
670
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
670
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
671
671
</td>
672
672
</tr>
673
673
<tr>
682
682
<div class="refsect2">
683
683
<a name="atk-table-set-column-header"></a><h3>atk_table_set_column_header ()</h3>
684
684
<pre class="programlisting"><span class="returnvalue">void</span>                atk_table_set_column_header         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
685
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>,
 
685
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>,
686
686
                                                         <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *header</code></em>);</pre>
687
687
<p>
688
688
Sets the specified column header to <em class="parameter"><code>header</code></em>.
696
696
</tr>
697
697
<tr>
698
698
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
699
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
699
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
700
700
</td>
701
701
</tr>
702
702
<tr>
734
734
<hr>
735
735
<div class="refsect2">
736
736
<a name="atk-table-get-selected-columns"></a><h3>atk_table_get_selected_columns ()</h3>
737
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_selected_columns      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
738
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **selected</code></em>);</pre>
 
737
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_selected_columns      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
738
                                                         <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
739
739
<p>
740
740
Gets the selected columns of the table by initializing **selected with 
741
741
the selected column numbers. This array should be freed by the caller.
749
749
</tr>
750
750
<tr>
751
751
<td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
752
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>** that is to contain the selected columns numbers</td>
 
752
<td>a <span class="type">gint</span>** that is to contain the selected columns numbers</td>
753
753
</tr>
754
754
<tr>
755
755
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
762
762
<hr>
763
763
<div class="refsect2">
764
764
<a name="atk-table-get-selected-rows"></a><h3>atk_table_get_selected_rows ()</h3>
765
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                atk_table_get_selected_rows         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
766
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> **selected</code></em>);</pre>
 
765
<pre class="programlisting"><span class="returnvalue">gint</span>                atk_table_get_selected_rows         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
766
                                                         <em class="parameter"><code><span class="type">gint</span> **selected</code></em>);</pre>
767
767
<p>
768
768
Gets the selected rows of the table by initializing **selected with 
769
769
the selected row numbers. This array should be freed by the caller.
777
777
</tr>
778
778
<tr>
779
779
<td><p><span class="term"><em class="parameter"><code>selected</code></em> :</span></p></td>
780
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>** that is to contain the selected row numbers</td>
 
780
<td>a <span class="type">gint</span>** that is to contain the selected row numbers</td>
781
781
</tr>
782
782
<tr>
783
783
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
790
790
<hr>
791
791
<div class="refsect2">
792
792
<a name="atk-table-is-column-selected"></a><h3>atk_table_is_column_selected ()</h3>
793
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_is_column_selected        (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
794
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
793
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_is_column_selected        (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
794
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
795
795
<p>
796
796
Gets a boolean value indicating whether the specified <em class="parameter"><code>column</code></em>
797
797
is selected
805
805
</tr>
806
806
<tr>
807
807
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
808
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
808
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
809
809
</td>
810
810
</tr>
811
811
<tr>
819
819
<hr>
820
820
<div class="refsect2">
821
821
<a name="atk-table-is-row-selected"></a><h3>atk_table_is_row_selected ()</h3>
822
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_is_row_selected           (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
823
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
822
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_is_row_selected           (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
823
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
824
824
<p>
825
825
Gets a boolean value indicating whether the specified <em class="parameter"><code>row</code></em>
826
826
is selected
834
834
</tr>
835
835
<tr>
836
836
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
837
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
837
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
838
838
</td>
839
839
</tr>
840
840
<tr>
848
848
<hr>
849
849
<div class="refsect2">
850
850
<a name="atk-table-is-selected"></a><h3>atk_table_is_selected ()</h3>
851
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_is_selected               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
852
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>,
853
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
851
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_is_selected               (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
852
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>,
 
853
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
854
854
<p>
855
855
Gets a boolean value indicating whether the accessible object
856
856
at the specified <em class="parameter"><code>row</code></em> and <em class="parameter"><code>column</code></em> is selected
864
864
</tr>
865
865
<tr>
866
866
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
867
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
867
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
868
868
</td>
869
869
</tr>
870
870
<tr>
871
871
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
872
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
872
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
873
873
</td>
874
874
</tr>
875
875
<tr>
883
883
<hr>
884
884
<div class="refsect2">
885
885
<a name="atk-table-add-column-selection"></a><h3>atk_table_add_column_selection ()</h3>
886
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_add_column_selection      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
887
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
886
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_add_column_selection      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
887
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
888
888
<p>
889
889
Adds the specified <em class="parameter"><code>column</code></em> to the selection.
890
890
</p>
897
897
</tr>
898
898
<tr>
899
899
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
900
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
900
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
901
901
</td>
902
902
</tr>
903
903
<tr>
911
911
<hr>
912
912
<div class="refsect2">
913
913
<a name="atk-table-add-row-selection"></a><h3>atk_table_add_row_selection ()</h3>
914
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_add_row_selection         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
915
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
914
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_add_row_selection         (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
915
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
916
916
<p>
917
917
Adds the specified <em class="parameter"><code>row</code></em> to the selection.
918
918
</p>
925
925
</tr>
926
926
<tr>
927
927
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
928
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
928
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
929
929
</td>
930
930
</tr>
931
931
<tr>
939
939
<hr>
940
940
<div class="refsect2">
941
941
<a name="atk-table-remove-column-selection"></a><h3>atk_table_remove_column_selection ()</h3>
942
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_remove_column_selection   (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
943
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> column</code></em>);</pre>
 
942
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_remove_column_selection   (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
943
                                                         <em class="parameter"><code><span class="type">gint</span> column</code></em>);</pre>
944
944
<p>
945
945
Adds the specified <em class="parameter"><code>column</code></em> to the selection.
946
946
</p>
953
953
</tr>
954
954
<tr>
955
955
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
956
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a column in <em class="parameter"><code>table</code></em>
 
956
<td>a <span class="type">gint</span> representing a column in <em class="parameter"><code>table</code></em>
957
957
</td>
958
958
</tr>
959
959
<tr>
967
967
<hr>
968
968
<div class="refsect2">
969
969
<a name="atk-table-remove-row-selection"></a><h3>atk_table_remove_row_selection ()</h3>
970
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            atk_table_remove_row_selection      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
971
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> row</code></em>);</pre>
 
970
<pre class="programlisting"><span class="returnvalue">gboolean</span>            atk_table_remove_row_selection      (<em class="parameter"><code><a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *table</code></em>,
 
971
                                                         <em class="parameter"><code><span class="type">gint</span> row</code></em>);</pre>
972
972
<p>
973
973
Removes the specified <em class="parameter"><code>row</code></em> from the selection.
974
974
</p>
981
981
</tr>
982
982
<tr>
983
983
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
984
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> representing a row in <em class="parameter"><code>table</code></em>
 
984
<td>a <span class="type">gint</span> representing a row in <em class="parameter"><code>table</code></em>
985
985
</td>
986
986
</tr>
987
987
<tr>
998
998
<div class="refsect2">
999
999
<a name="AtkTable-column-deleted"></a><h3>The <code class="literal">"column-deleted"</code> signal</h3>
1000
1000
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1001
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
1002
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
1003
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1001
                                                        <span class="type">gint</span>      arg1,
 
1002
                                                        <span class="type">gint</span>      arg2,
 
1003
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1004
1004
<p>
1005
1005
The "column-deleted" signal is emitted by an object which implements the
1006
1006
AtkTable interface when a column is deleted.
1031
1031
<div class="refsect2">
1032
1032
<a name="AtkTable-column-inserted"></a><h3>The <code class="literal">"column-inserted"</code> signal</h3>
1033
1033
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1034
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
1035
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
1036
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1034
                                                        <span class="type">gint</span>      arg1,
 
1035
                                                        <span class="type">gint</span>      arg2,
 
1036
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1037
1037
<p>
1038
1038
The "column-inserted" signal is emitted by an object which implements the
1039
1039
AtkTable interface when a column is inserted.
1064
1064
<div class="refsect2">
1065
1065
<a name="AtkTable-column-reordered"></a><h3>The <code class="literal">"column-reordered"</code> signal</h3>
1066
1066
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1067
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1067
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1068
1068
<p>
1069
1069
The "column-reordered" signal is emitted by an object which implements the
1070
1070
AtkTable interface when the columns are reordered.
1087
1087
<div class="refsect2">
1088
1088
<a name="AtkTable-model-changed"></a><h3>The <code class="literal">"model-changed"</code> signal</h3>
1089
1089
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1090
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1090
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1091
1091
<p>
1092
1092
The "model-changed" signal is emitted by an object which implements the
1093
1093
AtkTable interface when the model displayed by the table changes.
1110
1110
<div class="refsect2">
1111
1111
<a name="AtkTable-row-deleted"></a><h3>The <code class="literal">"row-deleted"</code> signal</h3>
1112
1112
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1113
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
1114
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
1115
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1113
                                                        <span class="type">gint</span>      arg1,
 
1114
                                                        <span class="type">gint</span>      arg2,
 
1115
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1116
1116
<p>
1117
1117
The "row-deleted" signal is emitted by an object which implements the
1118
1118
AtkTable interface when a column is inserted.
1143
1143
<div class="refsect2">
1144
1144
<a name="AtkTable-row-inserted"></a><h3>The <code class="literal">"row-inserted"</code> signal</h3>
1145
1145
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1146
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg1,
1147
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>      arg2,
1148
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1146
                                                        <span class="type">gint</span>      arg1,
 
1147
                                                        <span class="type">gint</span>      arg2,
 
1148
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1149
1149
<p>
1150
1150
The "row-inserted" signal is emitted by an object which implements the
1151
1151
AtkTable interface when a column is inserted.
1176
1176
<div class="refsect2">
1177
1177
<a name="AtkTable-row-reordered"></a><h3>The <code class="literal">"row-reordered"</code> signal</h3>
1178
1178
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="AtkTable.html" title="AtkTable"><span class="type">AtkTable</span></a> *atktable,
1179
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
1179
                                                        <span class="type">gpointer</span>  user_data)      : <code class="literal">Run Last</code></pre>
1180
1180
<p>
1181
1181
The "row-reordered" signal is emitted by an object which implements the
1182
1182
AtkTable interface when the columns are reordered.
1205
1205
</div>
1206
1206
<div class="footer">
1207
1207
<hr>
1208
 
          Generated by GTK-Doc V1.18</div>
 
1208
          Generated by GTK-Doc V1.18.1</div>
1209
1209
</body>
1210
1210
</html>
 
 
b'\\ No newline at end of file'