Swap height and width arguments to atk_image_get_image_size Swap height
[platform/upstream/atk.git] / docs / tmpl / atkimage.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkImage
3
4 <!-- ##### SECTION Short_Description ##### -->
5 accessibility interface for objects that have an associated image
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The AtkImage interface should be supported by any object that has an 
10 associated image. This interface provides the standard mechanism for 
11 an assistive technology to get descriptive information about images.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### STRUCT AtkImage ##### -->
20 <para>
21
22 </para>
23
24
25 <!-- ##### STRUCT AtkImageIface ##### -->
26 <para>
27
28 </para>
29
30 @parent: 
31 @get_image_position: 
32 @get_image_description: 
33 @get_image_size: 
34 @set_image_description: 
35
36 <!-- ##### FUNCTION atk_image_get_image_position ##### -->
37 <para>
38
39 </para>
40
41 @image: 
42 @x: 
43 @y: 
44 @coord_type: 
45
46
47 <!-- ##### FUNCTION atk_image_get_image_description ##### -->
48 <para>
49
50 </para>
51
52 @image: 
53 @Returns: 
54
55
56 <!-- ##### FUNCTION atk_image_set_image_description ##### -->
57 <para>
58
59 </para>
60
61 @image: 
62 @description: 
63 @Returns: 
64
65
66 <!-- ##### FUNCTION atk_image_get_image_size ##### -->
67 <para>
68
69 </para>
70
71 @image: 
72 @width: 
73 @height: 
74
75