summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-06-07 16:27:50 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-06-07 16:27:50 +0000
commit671b7ace2ba2a4ff813a8fb2e6799622cdfcb5fc (patch)
treeb7abb4dc54208fcb74363470a40b2b1caa7f3e56
parentb70befb028815722449567e67a88ca5b1609f761 (diff)
downloadatk-671b7ace2ba2a4ff813a8fb2e6799622cdfcb5fc.tar.gz
Updated docs to reflect recent changes to atkeditabletext and atktext
interfaces
-rw-r--r--ChangeLog9
-rw-r--r--docs/atk-sections.txt14
-rw-r--r--docs/tmpl/atk-unused.sgml66
-rw-r--r--docs/tmpl/atkeditabletext.sgml22
-rw-r--r--docs/tmpl/atktext.sgml60
5 files changed, 118 insertions, 53 deletions
diff --git a/ChangeLog b/ChangeLog
index 1789527..e69ec2f 100644
--- 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
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 77eeb98..f6aec07 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -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
diff --git a/docs/tmpl/atk-unused.sgml b/docs/tmpl/atk-unused.sgml
index d81c262..8c21a6d 100644
--- a/docs/tmpl/atk-unused.sgml
+++ b/docs/tmpl/atk-unused.sgml
@@ -18,3 +18,69 @@
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:
+
diff --git a/docs/tmpl/atkeditabletext.sgml b/docs/tmpl/atkeditabletext.sgml
index f18a47d..84327f7 100644
--- a/docs/tmpl/atkeditabletext.sgml
+++ b/docs/tmpl/atkeditabletext.sgml
@@ -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>
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml
index 8ae9d43..0e2173c 100644
--- a/docs/tmpl/atktext.sgml
+++ b/docs/tmpl/atktext.sgml
@@ -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: