Updated the docs to include 4 new functions that were added to atktable.
authorLouise Miller <louised@src.gnome.org>
Thu, 21 Jun 2001 13:19:59 +0000 (13:19 +0000)
committerLouise Miller <louised@src.gnome.org>
Thu, 21 Jun 2001 13:19:59 +0000 (13:19 +0000)
add_row_selection,remove_row_selection,add_column_selection,remove_column_selection

atk/atktable.c
docs/atk-sections.txt
docs/tmpl/atktable.sgml

index 1210d66..c536c27 100755 (executable)
@@ -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.
index f6aec07..9355fcd 100644 (file)
@@ -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
index 3f42718..8222e21 100644 (file)
@@ -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>