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

<!-- ##### SECTION Short_Description ##### -->
accessibility interface for objects that have an associated image

<!-- ##### SECTION Long_Description ##### -->
<para>
The AtkImage interface should be supported by any object that has an 
associated image. This interface provides the standard mechanism for 
an assistive technology to get descriptive information about images.
</para>

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

</para>

<!-- ##### STRUCT AtkImage ##### -->
<para>

</para>


<!-- ##### STRUCT AtkImageIface ##### -->
<para>

</para>

@parent: 
@get_image_position: 
@get_image_description: 
@get_image_size: 
@set_image_description: 

<!-- ##### 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: 
@height: 
@width: