bde93a528e4bc1243b18d5c66f7a72ed10c1e86c
[platform/upstream/atk.git] / docs / tmpl / atkcomponent.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkComponent
3
4 <!-- ##### SECTION Short_Description ##### -->
5 accessibility interface for objects that are rendered on the screen
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The AtkComponent interface should be supported by any object that is 
10 rendered on the screen. The interface provides the standard mechanism 
11 for an assistive technology to determine and set the graphical
12 representation of an object.
13 </para>
14
15 <!-- ##### SECTION See_Also ##### -->
16 <para>
17
18 </para>
19
20 <!-- ##### STRUCT AtkComponent ##### -->
21 <para>
22
23 </para>
24
25
26 <!-- ##### STRUCT AtkComponentIface ##### -->
27 <para>
28
29 </para>
30
31 @parent: 
32 @add_focus_handler: 
33 @contains: 
34 @ref_accessible_at_point: 
35 @get_extents: 
36 @get_position: 
37 @get_size: 
38 @grab_focus: 
39 @remove_focus_handler: 
40 @set_extents: 
41 @set_position: 
42 @set_size: 
43
44 <!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
45 <para>
46
47 </para>
48
49 @component: 
50 @handler: 
51 @Returns: 
52
53
54 <!-- ##### FUNCTION atk_component_contains ##### -->
55 <para>
56
57 </para>
58
59 @component: 
60 @x: 
61 @y: 
62 @coord_type: 
63 @Returns: 
64
65
66 <!-- ##### FUNCTION atk_component_get_extents ##### -->
67 <para>
68
69 </para>
70
71 @component: 
72 @x: 
73 @y: 
74 @width: 
75 @height: 
76 @coord_type: 
77
78
79 <!-- ##### FUNCTION atk_component_get_position ##### -->
80 <para>
81
82 </para>
83
84 @component: 
85 @x: 
86 @y: 
87 @coord_type: 
88
89
90 <!-- ##### FUNCTION atk_component_get_size ##### -->
91 <para>
92
93 </para>
94
95 @component: 
96 @width: 
97 @height: 
98
99
100 <!-- ##### FUNCTION atk_component_grab_focus ##### -->
101 <para>
102
103 </para>
104
105 @component: 
106 @Returns: 
107
108
109 <!-- ##### FUNCTION atk_component_ref_accessible_at_point ##### -->
110 <para>
111
112 </para>
113
114 @component: 
115 @x: 
116 @y: 
117 @coord_type: 
118 @Returns: 
119
120
121 <!-- ##### FUNCTION atk_component_remove_focus_handler ##### -->
122 <para>
123
124 </para>
125
126 @component: 
127 @handler_id: 
128
129
130 <!-- ##### FUNCTION atk_component_set_extents ##### -->
131 <para>
132
133 </para>
134
135 @component: 
136 @x: 
137 @y: 
138 @width: 
139 @height: 
140 @coord_type: 
141 @Returns: 
142
143
144 <!-- ##### FUNCTION atk_component_set_position ##### -->
145 <para>
146
147 </para>
148
149 @component: 
150 @x: 
151 @y: 
152 @coord_type: 
153 @Returns: 
154
155
156 <!-- ##### FUNCTION atk_component_set_size ##### -->
157 <para>
158
159 </para>
160
161 @component: 
162 @width: 
163 @height: 
164 @Returns: 
165
166