summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouise Miller <louised@src.gnome.org>2001-06-21 13:19:59 +0000
committerLouise Miller <louised@src.gnome.org>2001-06-21 13:19:59 +0000
commitd051eba08172fd3fbdff608914ec3c7bab4d8139 (patch)
tree2cd2fea379fb0c816acd3b40aa995360c45ceef0 /docs
parentfa6db6f7f8de3ba272106860a681938b4a5b93e4 (diff)
downloadatk-d051eba08172fd3fbdff608914ec3c7bab4d8139.tar.gz
Updated the docs to include 4 new functions that were added to atktable.
add_row_selection,remove_row_selection,add_column_selection,remove_column_selection
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-sections.txt4
-rw-r--r--docs/tmpl/atktable.sgml40
2 files changed, 44 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index f6aec07..9355fcd 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -304,6 +304,10 @@ atk_table_get_selected_rows
atk_table_is_column_selected
atk_table_is_row_selected
atk_table_is_selected
+atk_table_add_row_selection
+atk_table_remove_row_selection
+atk_table_add_column_selection
+atk_table_remove_column_selection
atk_table_set_caption
atk_table_set_column_description
atk_table_set_column_header
diff --git a/docs/tmpl/atktable.sgml b/docs/tmpl/atktable.sgml
index 3f42718..8222e21 100644
--- a/docs/tmpl/atktable.sgml
+++ b/docs/tmpl/atktable.sgml
@@ -249,6 +249,46 @@ two-dimensional table format.
@Returns:
+<!-- ##### FUNCTION atk_table_add_row_selection ##### -->
+<para>
+
+</para>
+
+@table:
+@row:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_table_remove_row_selection ##### -->
+<para>
+
+</para>
+
+@table:
+@row:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_table_add_column_selection ##### -->
+<para>
+
+</para>
+
+@table:
+@column:
+@Returns:
+
+
+<!-- ##### FUNCTION atk_table_remove_column_selection ##### -->
+<para>
+
+</para>
+
+@table:
+@column:
+@Returns:
+
+
<!-- ##### FUNCTION atk_table_set_caption ##### -->
<para>