Updated docs.
[platform/upstream/atk.git] / docs / tmpl / atktable.sgml
index 57ceb82..e4665fa 100644 (file)
@@ -29,29 +29,39 @@ two-dimensional table format.
 @parent: 
 @ref_at: 
 @get_index_at: 
-@get_row_at_index: 
 @get_column_at_index: 
-@get_caption
+@get_row_at_index
 @get_n_columns: 
-@get_column_description
+@get_n_rows
 @get_column_extent_at: 
+@get_row_extent_at: 
+@get_caption: 
+@get_column_description: 
 @get_column_header: 
-@get_n_rows: 
 @get_row_description: 
-@get_row_extent_at: 
 @get_row_header: 
 @get_summary: 
-@get_selected_columns: 
-@get_selected_rows: 
-@is_column_selected: 
-@is_row_selected: 
-@is_selected: 
 @set_caption: 
 @set_column_description: 
 @set_column_header: 
 @set_row_description: 
 @set_row_header: 
 @set_summary: 
+@get_selected_columns: 
+@get_selected_rows: 
+@is_column_selected: 
+@is_row_selected: 
+@is_selected: 
+@add_row_selection: 
+@remove_row_selection: 
+@add_column_selection: 
+@remove_column_selection: 
+@row_inserted: 
+@column_inserted: 
+@row_deleted: 
+@column_deleted: 
+@row_reordered: 
+@column_reordered: 
 
 <!-- ##### FUNCTION atk_table_ref_at ##### -->
 <para>
@@ -170,9 +180,8 @@ two-dimensional table format.
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @column: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_row_header ##### -->
@@ -181,9 +190,8 @@ two-dimensional table format.
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @row: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_summary ##### -->
@@ -201,9 +209,9 @@ two-dimensional table format.
 </para>
 
 @table: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @caption: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_row_description ##### -->
@@ -213,9 +221,9 @@ two-dimensional table format.
 
 @table: 
 @row: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @description: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_column_description ##### -->
@@ -225,9 +233,9 @@ two-dimensional table format.
 
 @table: 
 @column: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @description: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_row_header ##### -->
@@ -265,9 +273,8 @@ two-dimensional table format.
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @selected: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_selected_rows ##### -->
@@ -276,9 +283,8 @@ two-dimensional table format.
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @selected: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_is_column_selected ##### -->
@@ -312,3 +318,43 @@ two-dimensional table format.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_table_add_column_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@column: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_add_row_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@row: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_remove_column_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@column: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_remove_row_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@row: 
+@Returns: 
+
+