2a3d611c937e8306ad580fd73a206cf793aedbe7
[platform/upstream/atk.git] / docs / tmpl / atkeditabletext.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkEditableText
3
4 <!-- ##### SECTION Short_Description ##### -->
5 The ATK interface implemented by components containing user-editable text content.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 #AtkEditableText should be implemented by UI components which contain
10 text which the user can edit, via the #AtkObject corresponding to that
11 component (see #AtkObject).
12 </para>
13 <para>
14 #AtkEditableText is a subclass of #AtkText, and as such, an object which
15 implements #AtkEditableText is by definition an #AtkText implementor as well.
16 </para>
17
18 <!-- ##### SECTION See_Also ##### -->
19 <para>
20 #AtkText
21 </para>
22
23 <!-- ##### STRUCT AtkEditableText ##### -->
24 <para>
25 The AtkEditableText structure does not contain any fields.
26
27 </para>
28
29
30 <!-- ##### FUNCTION atk_editable_text_set_run_attributes ##### -->
31 <para>
32
33 </para>
34
35 @text: 
36 @attrib_set: 
37 @start_offset: 
38 @end_offset: 
39 @Returns: 
40
41
42 <!-- ##### FUNCTION atk_editable_text_set_text_contents ##### -->
43 <para>
44
45 </para>
46
47 @text: 
48 @string: 
49
50
51 <!-- ##### FUNCTION atk_editable_text_insert_text ##### -->
52 <para>
53
54 </para>
55
56 @text: 
57 @string: 
58 @length: 
59 @position: 
60
61
62 <!-- ##### FUNCTION atk_editable_text_copy_text ##### -->
63 <para>
64
65 </para>
66
67 @text: 
68 @start_pos: 
69 @end_pos: 
70
71
72 <!-- ##### FUNCTION atk_editable_text_cut_text ##### -->
73 <para>
74
75 </para>
76
77 @text: 
78 @start_pos: 
79 @end_pos: 
80
81
82 <!-- ##### FUNCTION atk_editable_text_delete_text ##### -->
83 <para>
84
85 </para>
86
87 @text: 
88 @start_pos: 
89 @end_pos: 
90
91
92 <!-- ##### FUNCTION atk_editable_text_paste_text ##### -->
93 <para>
94
95 </para>
96
97 @text: 
98 @position: 
99
100