summaryrefslogtreecommitdiff
path: root/docs/tmpl/atktext.sgml
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-11-24 15:21:44 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-11-24 15:21:44 +0000
commit0abebe44e8cda3d63f68eb23ef2796f35f930246 (patch)
tree658e77bd6425dda1787a3d829c02d68687e85567 /docs/tmpl/atktext.sgml
parent007734829bf6e02e5bb156437ea25a90582c8067 (diff)
downloadatk-0abebe44e8cda3d63f68eb23ef2796f35f930246.tar.gz
Regenernate these files. The location of signal information has changed.
2003-11-24 Padraig O'Briain <padraig.obriain@sun.com> * docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml, docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml, docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml, docs/tmpl/atktext.sgml: Regenernate these files. The location of signal information has changed.
Diffstat (limited to 'docs/tmpl/atktext.sgml')
-rw-r--r--docs/tmpl/atktext.sgml76
1 files changed, 38 insertions, 38 deletions
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml
index 38e3945..760a063 100644
--- a/docs/tmpl/atktext.sgml
+++ b/docs/tmpl/atktext.sgml
@@ -38,6 +38,44 @@ The AtkText structure does not contain any fields.
</para>
+<!-- ##### SIGNAL AtkText::text-attributes-changed ##### -->
+<para>
+The "text-attributes-changed" signal is emitted when the text attributes of
+the text of an object which implements AtkText changes.
+</para>
+
+@atktext: the object which received the signal.
+
+<!-- ##### SIGNAL AtkText::text-caret-moved ##### -->
+<para>
+The "text-caret-moved" signal is emitted when the caret position of
+the text of an object which implements AtkText changes.
+</para>
+
+@atktext: the object which received the signal.
+@arg1: The new position of the text caret.
+
+<!-- ##### SIGNAL AtkText::text-changed ##### -->
+<para>
+The "text-changed" signal is emitted when the text of the object which
+implements the AtkText interface changes, This signal will have a detail
+which is either "insert" or "delete" which identifies whether the text
+change was an insertion or a deletion
+</para>
+
+@atktext: the object which received the signal.
+@arg1: The position of the insertion or deletion.
+@arg2: The length of text inserted or deleted.
+
+<!-- ##### SIGNAL AtkText::text-selection-changed ##### -->
+<para>
+The "text-selection-changed" signal is emitted when the selected text of
+an object which implements AtkText changes.
+
+</para>
+
+@atktext: the object which received the signal.
+
<!-- ##### ENUM AtkTextBoundary ##### -->
<para>
@@ -397,41 +435,3 @@ The AtkText structure does not contain any fields.
@Returns:
-<!-- ##### SIGNAL AtkText::text-attributes-changed ##### -->
-<para>
-The "text-attributes-changed" signal is emitted when the text attributes of
-the text of an object which implements AtkText changes.
-</para>
-
-@atktext: the object which received the signal.
-
-<!-- ##### SIGNAL AtkText::text-caret-moved ##### -->
-<para>
-The "text-caret-moved" signal is emitted when the caret position of
-the text of an object which implements AtkText changes.
-</para>
-
-@atktext: the object which received the signal.
-@arg1: The new position of the text caret.
-
-<!-- ##### SIGNAL AtkText::text-changed ##### -->
-<para>
-The "text-changed" signal is emitted when the text of the object which
-implements the AtkText interface changes, This signal will have a detail
-which is either "insert" or "delete" which identifies whether the text
-change was an insertion or a deletion
-</para>
-
-@atktext: the object which received the signal.
-@arg1: The position of the insertion or deletion.
-@arg2: The length of text inserted or deleted.
-
-<!-- ##### SIGNAL AtkText::text-selection-changed ##### -->
-<para>
-The "text-selection-changed" signal is emitted when the selected text of
-an object which implements AtkText changes.
-
-</para>
-
-@atktext: the object which received the signal.
-