summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkimage.sgml
blob: 16ad5e00109496e7f75030738e9be92c9365e9f2 (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
<!-- ##### SECTION Title ##### -->
AtkImage

<!-- ##### SECTION Short_Description ##### -->
The ATK Interface implemented by components which expose image or pixmap
content on-screen.

<!-- ##### SECTION Long_Description ##### -->
<para>
#AtkImage should be implemented by #AtkObject subtypes on behalf of
components which display image/pixmap information onscreen, and which
provide information (other than just widget borders, etc.) via that
image content.  For instance, icons, buttons with icons, toolbar
elements, and image viewing panes typically should implement #AtkImage.
</para>
<para>
#AtkImage primarily provides two types of information: coordinate
information (useful for screen review mode of screenreaders, and for use
by onscreen magnifiers), and descriptive information.  The descriptive
information is provided for alternative, text-only presentation of the
most significant information present in the image.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT AtkImage ##### -->
<para>
The AtkImage structure does not contain any fields.

</para>


<!-- ##### FUNCTION atk_image_get_image_position ##### -->
<para>

</para>

@image: 
@x: 
@y: 
@coord_type: 


<!-- ##### FUNCTION atk_image_get_image_description ##### -->
<para>

</para>

@image: 
@Returns: 


<!-- ##### FUNCTION atk_image_set_image_description ##### -->
<para>

</para>

@image: 
@description: 
@Returns: 


<!-- ##### FUNCTION atk_image_get_image_size ##### -->
<para>

</para>

@image: 
@width: 
@height: 


<!-- ##### FUNCTION atk_image_get_image_locale ##### -->
<para>

</para>

@image: 
@Returns: