diff options
Diffstat (limited to 'docs/tmpl/atktext.sgml')
-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> |