summaryrefslogtreecommitdiff
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
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
-rwxr-xr-xatk/atktable.c2
-rw-r--r--docs/atk-sections.txt4
-rw-r--r--docs/tmpl/atktable.sgml40
3 files changed, 46 insertions, 0 deletions
diff --git a/atk/atktable.c b/atk/atktable.c
index 1210d66..c536c27 100755
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -562,6 +562,7 @@ atk_table_get_summary (AtkTable *table)
/**
* atk_table_get_selected_rows:
* @table: a GObject instance that implements AtkTableIface
+ * @selected: a #gint** that is to contain the selected row numbers
*
* Gets the selected rows of the table by initializing **selected with
* the selected row numbers. This array should be freed by the caller.
@@ -592,6 +593,7 @@ atk_table_get_selected_rows (AtkTable *table, gint **selected)
/**
* atk_table_get_selected_columns:
* @table: a GObject instance that implements AtkTableIface
+ * @selected: a #gint** that is to contain the selected columns numbers
*
* Gets the selected columns of the table by initializing **selected with
* the selected column numbers. This array should be freed by the caller.
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>