Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / doc / libatspi / tmpl / atspi-editabletext.sgml
1 <!-- ##### SECTION Title ##### -->
2 atspi-editabletext
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An interface that provides methods for modifying textual content
6 of components which support editing.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 Derived from atspi-text, the atspi-editabletext interface 
11 provides methods for modifying textual content of components
12 which support editing. EditableText also interacts with the
13 system clipboard via copy, cut, and paste methods.
14 </para>
15
16 <!-- ##### SECTION See_Also ##### -->
17 <para>
18
19 </para>
20
21 <!-- ##### SECTION Stability_Level ##### -->
22
23
24 <!-- ##### SECTION Image ##### -->
25
26
27 <!-- ##### STRUCT AtspiEditableText ##### -->
28 <para>
29
30 </para>
31
32
33 <!-- ##### FUNCTION atspi_editable_text_set_attributes ##### -->
34 <para>
35
36 </para>
37
38 @obj: 
39 @attributes: 
40 @start_pos: 
41 @end_pos: 
42 @Returns: 
43
44
45 <!-- ##### FUNCTION atspi_editable_text_insert_text ##### -->
46 <para>
47
48 </para>
49
50 @obj: 
51 @position: 
52 @text: 
53 @length: 
54 @error: 
55 @Returns: 
56
57
58 <!-- ##### FUNCTION atspi_editable_text_copy_text ##### -->
59 <para>
60
61 </para>
62
63 @obj: 
64 @start_pos: 
65 @end_pos: 
66 @error: 
67 @Returns: 
68
69
70 <!-- ##### FUNCTION atspi_editable_text_cut_text ##### -->
71 <para>
72
73 </para>
74
75 @obj: 
76 @start_pos: 
77 @end_pos: 
78 @error: 
79 @Returns: 
80
81
82 <!-- ##### FUNCTION atspi_editable_text_delete_text ##### -->
83 <para>
84
85 </para>
86
87 @obj: 
88 @start_pos: 
89 @end_pos: 
90 @error: 
91 @Returns: 
92
93
94 <!-- ##### FUNCTION atspi_editable_text_paste_text ##### -->
95 <para>
96
97 </para>
98
99 @obj: 
100 @position: 
101 @error: 
102 @Returns: 
103
104