summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkeditabletext.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/atkeditabletext.sgml')
-rw-r--r--docs/tmpl/atkeditabletext.sgml106
1 files changed, 0 insertions, 106 deletions
diff --git a/docs/tmpl/atkeditabletext.sgml b/docs/tmpl/atkeditabletext.sgml
deleted file mode 100644
index ed00800..0000000
--- a/docs/tmpl/atkeditabletext.sgml
+++ /dev/null
@@ -1,106 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AtkEditableText
-
-<!-- ##### SECTION Short_Description ##### -->
-The ATK interface implemented by components containing user-editable text content.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-#AtkEditableText should be implemented by UI components which contain
-text which the user can edit, via the #AtkObject corresponding to that
-component (see #AtkObject).
-</para>
-<para>
-#AtkEditableText is a subclass of #AtkText, and as such, an object which
-implements #AtkEditableText is by definition an #AtkText implementor as well.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-#AtkText
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AtkEditableText ##### -->
-<para>
-The AtkEditableText structure does not contain any fields.
-
-</para>
-
-
-<!-- ##### FUNCTION atk_editable_text_set_run_attributes ##### -->
-<para>
-
-</para>
-
-@text:
-@attrib_set:
-@start_offset:
-@end_offset:
-@Returns:
-
-
-<!-- ##### FUNCTION atk_editable_text_set_text_contents ##### -->
-<para>
-
-</para>
-
-@text:
-@string:
-
-
-<!-- ##### FUNCTION atk_editable_text_insert_text ##### -->
-<para>
-
-</para>
-
-@text:
-@string:
-@length:
-@position:
-
-
-<!-- ##### FUNCTION atk_editable_text_copy_text ##### -->
-<para>
-
-</para>
-
-@text:
-@start_pos:
-@end_pos:
-
-
-<!-- ##### FUNCTION atk_editable_text_cut_text ##### -->
-<para>
-
-</para>
-
-@text:
-@start_pos:
-@end_pos:
-
-
-<!-- ##### FUNCTION atk_editable_text_delete_text ##### -->
-<para>
-
-</para>
-
-@text:
-@start_pos:
-@end_pos:
-
-
-<!-- ##### FUNCTION atk_editable_text_paste_text ##### -->
-<para>
-
-</para>
-
-@text:
-@position:
-
-