Updated docs to reflect recent changes to atkeditabletext and atktext
authorBrian Cameron <bcameron@src.gnome.org>
Thu, 7 Jun 2001 16:27:50 +0000 (16:27 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Thu, 7 Jun 2001 16:27:50 +0000 (16:27 +0000)
interfaces

ChangeLog
docs/atk-sections.txt
docs/tmpl/atk-unused.sgml
docs/tmpl/atkeditabletext.sgml
docs/tmpl/atktext.sgml

index 1789527..e69ec2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2001-06-07  Brian Cameron <brian.cameron@sun.com>
-       * docs/atk-api.sgml
-       Removed this file since it is not used.
+       * docs/atk-api.sgml docs/atk-sections.txt
+       docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
+       docs/tmpl/atktext.sgml
+       Removed docs/atk-api.sgml since it is not used.
+       Updated sgml files and atk-sections.txt to reflect
+       recent changes to the atktext and atkeditabletext
+       interfaces
 
 2001-06-06  Brian Cameron <brian.cameron@sun.com>
        * atk/atktext.h atk/atktext.h
index 77eeb98..f6aec07 100644 (file)
@@ -46,8 +46,7 @@ atk_component_get_type
 <TITLE>AtkEditableText</TITLE>
 AtkEditableText
 AtkEditableTextIface
-atk_editable_text_select_text
-atk_editable_text_set_attributes
+atk_editable_text_set_run_attributes
 atk_editable_text_set_text_contents
 atk_editable_text_insert_text
 atk_editable_text_copy_text
@@ -331,14 +330,15 @@ atk_text_get_text_after_offset
 atk_text_get_text_at_offset
 atk_text_get_text_before_offset
 atk_text_get_caret_offset
-atk_text_get_row_col_at_offset
-atk_text_get_range_attributes
 atk_text_get_character_extents
+atk_text_ref_run_attributes
 atk_text_get_character_count
 atk_text_get_offset_at_point
-atk_text_get_selected_text
-atk_text_get_selection_bounds
-atk_text_set_selection_bounds
+atk_text_get_n_selections
+atk_text_get_selection
+atk_text_add_selection
+atk_text_remove_selection
+atk_text_set_selection
 atk_text_set_caret_offset
 <SUBSECTION Standard>
 ATK_TEXT
index d81c262..8c21a6d 100644 (file)
 atk
 
 
+<!-- ##### FUNCTION atk_editable_text_select_text ##### -->
+<para>
+
+</para>
+
+@text: 
+@start_pos: 
+@end_pos: 
+
+<!-- ##### FUNCTION atk_editable_text_set_attributes ##### -->
+<para>
+
+</para>
+
+@text: 
+@start_pos: 
+@end_pos: 
+@attributes: 
+
+<!-- ##### FUNCTION atk_text_get_range_attributes ##### -->
+<para>
+
+</para>
+
+@text: 
+@start_offset: 
+@end_offset: 
+@Returns: 
+
+<!-- ##### FUNCTION atk_text_get_row_col_at_offset ##### -->
+<para>
+
+</para>
+
+@text: 
+@offset: 
+@row: 
+@col: 
+
+<!-- ##### FUNCTION atk_text_get_selected_text ##### -->
+<para>
+
+</para>
+
+@text: 
+@Returns: 
+
+<!-- ##### FUNCTION atk_text_get_selection_bounds ##### -->
+<para>
+
+</para>
+
+@text: 
+@start_offset: 
+@end_offset: 
+
+<!-- ##### FUNCTION atk_text_set_selection_bounds ##### -->
+<para>
+
+</para>
+
+@text: 
+@start_offset: 
+@end_offset: 
+@Returns: 
+
index f18a47d..84327f7 100644 (file)
@@ -27,7 +27,6 @@ to editing features of editable text widgets.
 </para>
 
 @parent_interface: 
-@select_text: 
 @set_attributes: 
 @set_text_contents: 
 @insert_text: 
@@ -36,27 +35,6 @@ to editing features of editable text widgets.
 @delete_text: 
 @paste_text: 
 
-<!-- ##### FUNCTION atk_editable_text_select_text ##### -->
-<para>
-
-</para>
-
-@text: 
-@start_pos: 
-@end_pos: 
-
-
-<!-- ##### FUNCTION atk_editable_text_set_attributes ##### -->
-<para>
-
-</para>
-
-@text: 
-@start_pos: 
-@end_pos: 
-@attributes: 
-
-
 <!-- ##### FUNCTION atk_editable_text_set_text_contents ##### -->
 <para>
 
index 8ae9d43..0e2173c 100644 (file)
@@ -32,15 +32,17 @@ AtkText provides an accessibility interface for text widgets
 @get_character_at_offset: 
 @get_text_before_offset: 
 @get_caret_offset: 
-@get_row_col_at_offset: 
-@get_range_attributes: 
+@ref_run_attributes: 
 @get_character_extents: 
 @get_character_count: 
 @get_offset_at_point: 
-@get_selected_text: 
-@get_selection_bounds: 
-@set_selection_bounds: 
+@get_n_selections: 
+@get_selection: 
+@add_selection: 
+@remove_selection: 
+@set_selection: 
 @set_caret_offset: 
+@set_run_attributes: 
 @text_changed: 
 @caret_changed: 
 
@@ -121,71 +123,73 @@ AtkText provides an accessibility interface for text widgets
 @Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_row_col_at_offset ##### -->
+<!-- ##### FUNCTION atk_text_get_character_extents ##### -->
 <para>
 
 </para>
 
 @text: 
 @offset: 
-@row: 
-@col: 
+@x: 
+@y: 
+@length: 
+@width: 
 
 
-<!-- ##### FUNCTION atk_text_get_range_attributes ##### -->
+<!-- ##### FUNCTION atk_text_ref_run_attributes ##### -->
 <para>
 
 </para>
 
 @text: 
+@offset: 
 @start_offset: 
 @end_offset: 
 @Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_character_extents ##### -->
+<!-- ##### FUNCTION atk_text_get_character_count ##### -->
 <para>
 
 </para>
 
 @text: 
-@offset: 
-@x: 
-@y: 
-@length: 
-@width: 
+@Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_character_count ##### -->
+<!-- ##### FUNCTION atk_text_get_offset_at_point ##### -->
 <para>
 
 </para>
 
 @text: 
+@x: 
+@y: 
 @Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_offset_at_point ##### -->
+<!-- ##### FUNCTION atk_text_get_n_selections ##### -->
 <para>
 
 </para>
 
 @text: 
-@x: 
-@y: 
 @Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_selected_text ##### -->
+<!-- ##### FUNCTION atk_text_get_selection ##### -->
 <para>
 
 </para>
 
 @text: 
+@selection_num: 
+@start_offset: 
+@end_offset: 
 @Returns: 
 
 
-<!-- ##### FUNCTION atk_text_get_selection_bounds ##### -->
+<!-- ##### FUNCTION atk_text_add_selection ##### -->
 <para>
 
 </para>
@@ -193,14 +197,26 @@ AtkText provides an accessibility interface for text widgets
 @text: 
 @start_offset: 
 @end_offset: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_text_remove_selection ##### -->
+<para>
+
+</para>
+
+@text: 
+@selection_num: 
+@Returns: 
 
 
-<!-- ##### FUNCTION atk_text_set_selection_bounds ##### -->
+<!-- ##### FUNCTION atk_text_set_selection ##### -->
 <para>
 
 </para>
 
 @text: 
+@selection_num: 
 @start_offset: 
 @end_offset: 
 @Returns: