summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkcomponent.sgml
blob: df7a84af5434409538337e36fa59079773a40734 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!-- ##### SECTION Title ##### -->
AtkComponent

<!-- ##### SECTION Short_Description ##### -->
The ATK interface provided by UI components which occupy a physical area on
the screen.

<!-- ##### SECTION Long_Description ##### -->
<para>
#AtkComponent should be implemented by most if not all UI elements with
an actual on-screen presence, i.e. components which can be said to have
a screen-coordinate bounding box.  Virtually all widgets will need to
have #AtkComponent implementations provided for their corresponding
#AtkObject class.  In short, only UI elements which are *not* GUI
elements will omit this ATK interface.
</para>
<para>
A possible exception might be textual information with a transparent
background, in which case text glyph bounding box information is
provided by #AtkText.
</para>

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

</para>

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


<!-- ##### SECTION Image ##### -->


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

</para>


<!-- ##### SIGNAL AtkComponent::bounds-changed ##### -->
<para>
The 'bounds-changed" signal is emitted when the bposition or size of the 
a component changes.
</para>

@atkcomponent: the object which received the signal.
@arg1: The AtkRectangle giving the new position and size.

<!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
<para>

</para>

@component: 
@handler: 
@Returns: 


<!-- ##### FUNCTION atk_component_contains ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@coord_type: 
@Returns: 


<!-- ##### FUNCTION atk_component_get_extents ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@width: 
@height: 
@coord_type: 


<!-- ##### FUNCTION atk_component_get_layer ##### -->
<para>

</para>

@component: 
@Returns: 


<!-- ##### FUNCTION atk_component_get_mdi_zorder ##### -->
<para>

</para>

@component: 
@Returns: 


<!-- ##### FUNCTION atk_component_get_position ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@coord_type: 


<!-- ##### FUNCTION atk_component_get_size ##### -->
<para>

</para>

@component: 
@width: 
@height: 


<!-- ##### FUNCTION atk_component_grab_focus ##### -->
<para>

</para>

@component: 
@Returns: 


<!-- ##### FUNCTION atk_component_ref_accessible_at_point ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@coord_type: 
@Returns: 


<!-- ##### FUNCTION atk_component_remove_focus_handler ##### -->
<para>

</para>

@component: 
@handler_id: 


<!-- ##### FUNCTION atk_component_set_extents ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@width: 
@height: 
@coord_type: 
@Returns: 


<!-- ##### FUNCTION atk_component_set_position ##### -->
<para>

</para>

@component: 
@x: 
@y: 
@coord_type: 
@Returns: 


<!-- ##### FUNCTION atk_component_set_size ##### -->
<para>

</para>

@component: 
@width: 
@height: 
@Returns: 


<!-- ##### FUNCTION atk_component_get_alpha ##### -->
<para>

</para>

@component: 
@Returns: