summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkeditabletext.sgml
blob: 945b583c11e8ff5d1cd9d57b788d2a2db29d3b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!-- ##### 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 ##### -->


<!-- ##### 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: