diff options
author | Li Yuan <li.yuan@sun.com> | 2011-04-05 10:35:15 +0800 |
---|---|---|
committer | Li Yuan <li.yuan@sun.com> | 2011-04-05 10:35:15 +0800 |
commit | 27237e62159cb1db7b81a067d565be42a6884691 (patch) | |
tree | fc46b6875334b0c516b6a43dcc885dee43ec8483 /docs | |
parent | 6b7382dd70fb2878a855eaa2b74b1487c2517ffb (diff) | |
download | atk-27237e62159cb1db7b81a067d565be42a6884691.tar.gz |
Release atk 2.0.0.ATK_2_0_0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/atktext.sgml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml index 8c0584d..af3360e 100644 --- a/docs/tmpl/atktext.sgml +++ b/docs/tmpl/atktext.sgml @@ -73,6 +73,26 @@ change was an insertion or a deletion @arg1: The position (character offset) of the insertion or deletion. @arg2: The length (in characters) of text inserted or deleted. +<!-- ##### SIGNAL AtkText::text-insert ##### --> +<para> + +</para> + +@atktext: the object which received the signal. +@arg1: +@arg2: +@arg3: + +<!-- ##### SIGNAL AtkText::text-remove ##### --> +<para> + +</para> + +@atktext: the object which received the signal. +@arg1: +@arg2: +@arg3: + <!-- ##### SIGNAL AtkText::text-selection-changed ##### --> <para> The "text-selection-changed" signal is emitted when the selected text of @@ -82,6 +102,17 @@ an object which implements AtkText changes. @atktext: the object which received the signal. +<!-- ##### SIGNAL AtkText::text-update ##### --> +<para> + +</para> + +@atktext: the object which received the signal. +@arg1: +@arg2: +@arg3: +@arg4: + <!-- ##### ENUM AtkTextBoundary ##### --> <para> |