Changes to introspection generation to remove DOCTYPE and XML
[platform/core/uifw/at-spi2-atk.git] / docs / reference / cspi / tmpl / spi_editabletext.sgml
1 <!-- ##### SECTION Title ##### -->
2 AccessibleEditableText Interface
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An interface which allows editable text fields to be programmatically manipulated.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 An interface implemented by objects whose text content may be (potentially or
10 actually) directly modified by user activity.  Text entry fields and text
11 editor compose panes are examples of EditableText implementors.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### FUNCTION AccessibleEditableText_ref ##### -->
23 <para>
24
25 </para>
26
27 @obj: 
28
29
30 <!-- ##### FUNCTION AccessibleEditableText_unref ##### -->
31 <para>
32
33 </para>
34
35 @obj: 
36
37
38 <!-- ##### FUNCTION AccessibleEditableText_copyText ##### -->
39 <para>
40
41 </para>
42
43 @obj: 
44 @startPos: 
45 @endPos: 
46 @Returns: 
47
48
49 <!-- ##### FUNCTION AccessibleEditableText_deleteText ##### -->
50 <para>
51
52 </para>
53
54 @obj: 
55 @startPos: 
56 @endPos: 
57 @Returns: 
58
59
60 <!-- ##### FUNCTION AccessibleEditableText_insertText ##### -->
61 <para>
62
63 </para>
64
65 @obj: 
66 @position: 
67 @text: 
68 @length: 
69 @Returns: 
70
71
72 <!-- ##### FUNCTION AccessibleEditableText_cutText ##### -->
73 <para>
74
75 </para>
76
77 @obj: 
78 @startPos: 
79 @endPos: 
80 @Returns: 
81
82
83 <!-- ##### FUNCTION AccessibleEditableText_pasteText ##### -->
84 <para>
85
86 </para>
87
88 @obj: 
89 @position: 
90 @Returns: 
91
92
93 <!-- ##### FUNCTION AccessibleEditableText_setTextContents ##### -->
94 <para>
95
96 </para>
97
98 @obj: 
99 @newContents: 
100 @Returns: 
101
102
103 <!-- ##### FUNCTION AccessibleEditableText_setAttributes ##### -->
104 <para>
105
106 </para>
107
108 @obj: 
109 @attributes: 
110 @startOffset: 
111 @endOffset: 
112 @Returns: 
113
114