atk 1.2.5-x86-mingw32 → 1.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -1
- data/lib/1.9/atk.so +0 -0
- data/lib/2.0/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atkobject.h +12 -7
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +1 -1
- data/vendor/local/include/atk-1.0/atk/atktext.h +2 -2
- data/vendor/local/include/atk-1.0/atk/atkutil.h +2 -2
- data/vendor/local/include/atk-1.0/atk/atkversion.h +115 -0
- data/vendor/local/lib/atk-1.0.def +3 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +4 -4
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +13 -4
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +26 -33
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +3 -2
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +4 -4
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +5 -5
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +5 -5
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +25 -12
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +13 -6
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +2 -2
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +2 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +40 -2
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +4 -4
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +235 -0
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +25 -1
- data/vendor/local/share/gtk-doc/html/atk/atk.html +9 -97
- data/vendor/local/share/gtk-doc/html/atk/index.html +8 -1
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +35 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
- metadata +8 -4
@@ -0,0 +1,328 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>AtkWindow</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
|
+
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
+
<link rel="up" href="atk.html" title="ATK Library">
|
9
|
+
<link rel="prev" href="AtkValue.html" title="AtkValue">
|
10
|
+
<link rel="next" href="atk.html" title="Utilities">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
|
+
<tr valign="middle">
|
17
|
+
<td><a accesskey="p" href="AtkValue.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
+
<td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
+
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
|
21
|
+
<td><a accesskey="n" href="atk.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr>
|
23
|
+
<tr><td colspan="5" class="shortcuts">
|
24
|
+
<a href="#AtkWindow.synopsis" class="shortcut">Top</a>
|
25
|
+
|
|
26
|
+
<a href="#AtkWindow.description" class="shortcut">Description</a>
|
27
|
+
|
|
28
|
+
<a href="#AtkWindow.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
|
+
|
|
30
|
+
<a href="#AtkWindow.prerequisites" class="shortcut">Prerequisites</a>
|
31
|
+
|
|
32
|
+
<a href="#AtkWindow.implementations" class="shortcut">Known Implementations</a>
|
33
|
+
|
|
34
|
+
<a href="#AtkWindow.signals" class="shortcut">Signals</a>
|
35
|
+
</td></tr>
|
36
|
+
</table>
|
37
|
+
<div class="refentry">
|
38
|
+
<a name="AtkWindow"></a><div class="titlepage"></div>
|
39
|
+
<div class="refnamediv"><table width="100%"><tr>
|
40
|
+
<td valign="top">
|
41
|
+
<h2><span class="refentrytitle"><a name="AtkWindow.top_of_page"></a>AtkWindow</span></h2>
|
42
|
+
<p>AtkWindow — The ATK Interface provided by UI components that represent a top-level window.</p>
|
43
|
+
</td>
|
44
|
+
<td valign="top" align="right"></td>
|
45
|
+
</tr></table></div>
|
46
|
+
<div class="refsynopsisdiv">
|
47
|
+
<a name="AtkWindow.synopsis"></a><h2>Synopsis</h2>
|
48
|
+
<pre class="synopsis"> <a class="link" href="AtkWindow.html#AtkWindow-struct" title="AtkWindow">AtkWindow</a>;
|
49
|
+
</pre>
|
50
|
+
</div>
|
51
|
+
<div class="refsect1">
|
52
|
+
<a name="AtkWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
|
+
<pre class="synopsis">
|
54
|
+
GInterface
|
55
|
+
+----AtkWindow
|
56
|
+
</pre>
|
57
|
+
</div>
|
58
|
+
<div class="refsect1">
|
59
|
+
<a name="AtkWindow.prerequisites"></a><h2>Prerequisites</h2>
|
60
|
+
<p>
|
61
|
+
AtkWindow requires
|
62
|
+
<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>.</p>
|
63
|
+
</div>
|
64
|
+
<div class="refsect1">
|
65
|
+
<a name="AtkWindow.implementations"></a><h2>Known Implementations</h2>
|
66
|
+
<p>
|
67
|
+
AtkWindow is implemented by
|
68
|
+
<a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
|
69
|
+
</div>
|
70
|
+
<div class="refsect1">
|
71
|
+
<a name="AtkWindow.signals"></a><h2>Signals</h2>
|
72
|
+
<pre class="synopsis">
|
73
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-activate" title='The "activate" signal'>activate</a>" : <code class="literal">Run Last</code>
|
74
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-create" title='The "create" signal'>create</a>" : <code class="literal">Run Last</code>
|
75
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-deactivate" title='The "deactivate" signal'>deactivate</a>" : <code class="literal">Run Last</code>
|
76
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-destroy" title='The "destroy" signal'>destroy</a>" : <code class="literal">Run Last</code>
|
77
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-maximize" title='The "maximize" signal'>maximize</a>" : <code class="literal">Run Last</code>
|
78
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-minimize" title='The "minimize" signal'>minimize</a>" : <code class="literal">Run Last</code>
|
79
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-move" title='The "move" signal'>move</a>" : <code class="literal">Run Last</code>
|
80
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-resize" title='The "resize" signal'>resize</a>" : <code class="literal">Run Last</code>
|
81
|
+
"<a class="link" href="AtkWindow.html#AtkWindow-restore" title='The "restore" signal'>restore</a>" : <code class="literal">Run Last</code>
|
82
|
+
</pre>
|
83
|
+
</div>
|
84
|
+
<div class="refsect1">
|
85
|
+
<a name="AtkWindow.description"></a><h2>Description</h2>
|
86
|
+
<p>
|
87
|
+
<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> should be implemented by the UI elements that represent
|
88
|
+
a top-level window, such as the main window of an application or
|
89
|
+
dialog.
|
90
|
+
</p>
|
91
|
+
</div>
|
92
|
+
<div class="refsect1">
|
93
|
+
<a name="AtkWindow.details"></a><h2>Details</h2>
|
94
|
+
<div class="refsect2">
|
95
|
+
<a name="AtkWindow-struct"></a><h3>AtkWindow</h3>
|
96
|
+
<pre class="programlisting">typedef struct _AtkWindow AtkWindow;</pre>
|
97
|
+
<p>
|
98
|
+
</p>
|
99
|
+
</div>
|
100
|
+
</div>
|
101
|
+
<div class="refsect1">
|
102
|
+
<a name="AtkWindow.signal-details"></a><h2>Signal Details</h2>
|
103
|
+
<div class="refsect2">
|
104
|
+
<a name="AtkWindow-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
105
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
106
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
107
|
+
<p>
|
108
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-activate" title='The "activate" signal'><span class="type">"activate"</span></a> is emitted when a window
|
109
|
+
becomes the active window of the application or session.
|
110
|
+
</p>
|
111
|
+
<div class="variablelist"><table border="0">
|
112
|
+
<col align="left" valign="top">
|
113
|
+
<tbody>
|
114
|
+
<tr>
|
115
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
116
|
+
<td>the object which received the signal</td>
|
117
|
+
</tr>
|
118
|
+
<tr>
|
119
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
120
|
+
<td>user data set when the signal handler was connected.</td>
|
121
|
+
</tr>
|
122
|
+
</tbody>
|
123
|
+
</table></div>
|
124
|
+
<p class="since">Since 2.1.5</p>
|
125
|
+
</div>
|
126
|
+
<hr>
|
127
|
+
<div class="refsect2">
|
128
|
+
<a name="AtkWindow-create"></a><h3>The <code class="literal">"create"</code> signal</h3>
|
129
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
130
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
131
|
+
<p>
|
132
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-create" title='The "create" signal'><span class="type">"create"</span></a> is emitted when a new window
|
133
|
+
is created.
|
134
|
+
</p>
|
135
|
+
<div class="variablelist"><table border="0">
|
136
|
+
<col align="left" valign="top">
|
137
|
+
<tbody>
|
138
|
+
<tr>
|
139
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
140
|
+
<td>the object which received the signal</td>
|
141
|
+
</tr>
|
142
|
+
<tr>
|
143
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
144
|
+
<td>user data set when the signal handler was connected.</td>
|
145
|
+
</tr>
|
146
|
+
</tbody>
|
147
|
+
</table></div>
|
148
|
+
<p class="since">Since 2.1.5</p>
|
149
|
+
</div>
|
150
|
+
<hr>
|
151
|
+
<div class="refsect2">
|
152
|
+
<a name="AtkWindow-deactivate"></a><h3>The <code class="literal">"deactivate"</code> signal</h3>
|
153
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
154
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
155
|
+
<p>
|
156
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-deactivate" title='The "deactivate" signal'><span class="type">"deactivate"</span></a> is emitted when a window is
|
157
|
+
no longer the active window of the application or session.
|
158
|
+
</p>
|
159
|
+
<div class="variablelist"><table border="0">
|
160
|
+
<col align="left" valign="top">
|
161
|
+
<tbody>
|
162
|
+
<tr>
|
163
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
164
|
+
<td>the object which received the signal</td>
|
165
|
+
</tr>
|
166
|
+
<tr>
|
167
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
168
|
+
<td>user data set when the signal handler was connected.</td>
|
169
|
+
</tr>
|
170
|
+
</tbody>
|
171
|
+
</table></div>
|
172
|
+
<p class="since">Since 2.1.5</p>
|
173
|
+
</div>
|
174
|
+
<hr>
|
175
|
+
<div class="refsect2">
|
176
|
+
<a name="AtkWindow-destroy"></a><h3>The <code class="literal">"destroy"</code> signal</h3>
|
177
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
178
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
179
|
+
<p>
|
180
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-destroy" title='The "destroy" signal'><span class="type">"destroy"</span></a> is emitted when a window is
|
181
|
+
destroyed.
|
182
|
+
</p>
|
183
|
+
<div class="variablelist"><table border="0">
|
184
|
+
<col align="left" valign="top">
|
185
|
+
<tbody>
|
186
|
+
<tr>
|
187
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
188
|
+
<td>the object which received the signal</td>
|
189
|
+
</tr>
|
190
|
+
<tr>
|
191
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
192
|
+
<td>user data set when the signal handler was connected.</td>
|
193
|
+
</tr>
|
194
|
+
</tbody>
|
195
|
+
</table></div>
|
196
|
+
<p class="since">Since 2.1.5</p>
|
197
|
+
</div>
|
198
|
+
<hr>
|
199
|
+
<div class="refsect2">
|
200
|
+
<a name="AtkWindow-maximize"></a><h3>The <code class="literal">"maximize"</code> signal</h3>
|
201
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
202
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
203
|
+
<p>
|
204
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-maximize" title='The "maximize" signal'><span class="type">"maximize"</span></a> is emitted when a window
|
205
|
+
is maximized.
|
206
|
+
</p>
|
207
|
+
<div class="variablelist"><table border="0">
|
208
|
+
<col align="left" valign="top">
|
209
|
+
<tbody>
|
210
|
+
<tr>
|
211
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
212
|
+
<td>the object which received the signal</td>
|
213
|
+
</tr>
|
214
|
+
<tr>
|
215
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
216
|
+
<td>user data set when the signal handler was connected.</td>
|
217
|
+
</tr>
|
218
|
+
</tbody>
|
219
|
+
</table></div>
|
220
|
+
<p class="since">Since 2.1.5</p>
|
221
|
+
</div>
|
222
|
+
<hr>
|
223
|
+
<div class="refsect2">
|
224
|
+
<a name="AtkWindow-minimize"></a><h3>The <code class="literal">"minimize"</code> signal</h3>
|
225
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
226
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
227
|
+
<p>
|
228
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-minimize" title='The "minimize" signal'><span class="type">"minimize"</span></a> is emitted when a window
|
229
|
+
is minimized.
|
230
|
+
</p>
|
231
|
+
<div class="variablelist"><table border="0">
|
232
|
+
<col align="left" valign="top">
|
233
|
+
<tbody>
|
234
|
+
<tr>
|
235
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
236
|
+
<td>the object which received the signal</td>
|
237
|
+
</tr>
|
238
|
+
<tr>
|
239
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
240
|
+
<td>user data set when the signal handler was connected.</td>
|
241
|
+
</tr>
|
242
|
+
</tbody>
|
243
|
+
</table></div>
|
244
|
+
<p class="since">Since 2.1.5</p>
|
245
|
+
</div>
|
246
|
+
<hr>
|
247
|
+
<div class="refsect2">
|
248
|
+
<a name="AtkWindow-move"></a><h3>The <code class="literal">"move"</code> signal</h3>
|
249
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
250
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
251
|
+
<p>
|
252
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-move" title='The "move" signal'><span class="type">"move"</span></a> is emitted when a window
|
253
|
+
is moved.
|
254
|
+
</p>
|
255
|
+
<div class="variablelist"><table border="0">
|
256
|
+
<col align="left" valign="top">
|
257
|
+
<tbody>
|
258
|
+
<tr>
|
259
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
260
|
+
<td>the object which received the signal</td>
|
261
|
+
</tr>
|
262
|
+
<tr>
|
263
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
264
|
+
<td>user data set when the signal handler was connected.</td>
|
265
|
+
</tr>
|
266
|
+
</tbody>
|
267
|
+
</table></div>
|
268
|
+
<p class="since">Since 2.1.5</p>
|
269
|
+
</div>
|
270
|
+
<hr>
|
271
|
+
<div class="refsect2">
|
272
|
+
<a name="AtkWindow-resize"></a><h3>The <code class="literal">"resize"</code> signal</h3>
|
273
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
274
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
275
|
+
<p>
|
276
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-resize" title='The "resize" signal'><span class="type">"resize"</span></a> is emitted when a window
|
277
|
+
is resized.
|
278
|
+
</p>
|
279
|
+
<div class="variablelist"><table border="0">
|
280
|
+
<col align="left" valign="top">
|
281
|
+
<tbody>
|
282
|
+
<tr>
|
283
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
284
|
+
<td>the object which received the signal</td>
|
285
|
+
</tr>
|
286
|
+
<tr>
|
287
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
288
|
+
<td>user data set when the signal handler was connected.</td>
|
289
|
+
</tr>
|
290
|
+
</tbody>
|
291
|
+
</table></div>
|
292
|
+
<p class="since">Since 2.1.5</p>
|
293
|
+
</div>
|
294
|
+
<hr>
|
295
|
+
<div class="refsect2">
|
296
|
+
<a name="AtkWindow-restore"></a><h3>The <code class="literal">"restore"</code> signal</h3>
|
297
|
+
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
298
|
+
<span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
|
299
|
+
<p>
|
300
|
+
The signal <a class="link" href="AtkWindow.html#AtkWindow-restore" title='The "restore" signal'><span class="type">"restore"</span></a> is emitted when a window
|
301
|
+
is restored.
|
302
|
+
</p>
|
303
|
+
<div class="variablelist"><table border="0">
|
304
|
+
<col align="left" valign="top">
|
305
|
+
<tbody>
|
306
|
+
<tr>
|
307
|
+
<td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
|
308
|
+
<td>the object which received the signal</td>
|
309
|
+
</tr>
|
310
|
+
<tr>
|
311
|
+
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
312
|
+
<td>user data set when the signal handler was connected.</td>
|
313
|
+
</tr>
|
314
|
+
</tbody>
|
315
|
+
</table></div>
|
316
|
+
<p class="since">Since 2.1.5</p>
|
317
|
+
</div>
|
318
|
+
</div>
|
319
|
+
<div class="refsect1">
|
320
|
+
<a name="AtkWindow.see-also"></a><h2>See Also</h2>
|
321
|
+
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
322
|
+
</div>
|
323
|
+
</div>
|
324
|
+
<div class="footer">
|
325
|
+
<hr>
|
326
|
+
Generated by GTK-Doc V1.18.1</div>
|
327
|
+
</body>
|
328
|
+
</html>
|
@@ -25,6 +25,8 @@
|
|
25
25
|
<div class="index"><div class="indexdiv">
|
26
26
|
<h3>A</h3>
|
27
27
|
<dl>
|
28
|
+
<dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
|
29
|
+
</dt>
|
28
30
|
<dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
|
29
31
|
</dt>
|
30
32
|
<dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
7
|
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
8
|
<link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="atk-Versioning-Utilities.html" title="Versioning macros">
|
10
10
|
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
|
11
11
|
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
15
|
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
16
|
-
<td><a accesskey="p" href="
|
16
|
+
<td><a accesskey="p" href="atk-Versioning-Utilities.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
17
|
<td> </td>
|
18
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
19
|
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
|
@@ -217,6 +217,26 @@
|
|
217
217
|
</dt>
|
218
218
|
<dt>AtkValue, <a class="indexterm" href="AtkValue.html#AtkValue-struct">AtkValue</a>
|
219
219
|
</dt>
|
220
|
+
<dt>AtkWindow, <a class="indexterm" href="AtkWindow.html#AtkWindow-struct">AtkWindow</a>
|
221
|
+
</dt>
|
222
|
+
<dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The "activate" signal</a>
|
223
|
+
</dt>
|
224
|
+
<dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The "create" signal</a>
|
225
|
+
</dt>
|
226
|
+
<dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The "deactivate" signal</a>
|
227
|
+
</dt>
|
228
|
+
<dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The "destroy" signal</a>
|
229
|
+
</dt>
|
230
|
+
<dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The "maximize" signal</a>
|
231
|
+
</dt>
|
232
|
+
<dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The "minimize" signal</a>
|
233
|
+
</dt>
|
234
|
+
<dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The "move" signal</a>
|
235
|
+
</dt>
|
236
|
+
<dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The "resize" signal</a>
|
237
|
+
</dt>
|
238
|
+
<dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The "restore" signal</a>
|
239
|
+
</dt>
|
220
240
|
<dt>atk_action_do_action, <a class="indexterm" href="AtkAction.html#atk-action-do-action">atk_action_do_action ()</a>
|
221
241
|
</dt>
|
222
242
|
<dt>atk_action_get_description, <a class="indexterm" href="AtkAction.html#atk-action-get-description">atk_action_get_description ()</a>
|
@@ -239,6 +259,8 @@
|
|
239
259
|
</dt>
|
240
260
|
<dt>atk_attribute_set_free, <a class="indexterm" href="AtkText.html#atk-attribute-set-free">atk_attribute_set_free ()</a>
|
241
261
|
</dt>
|
262
|
+
<dt>ATK_CHECK_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS">ATK_CHECK_VERSION()</a>
|
263
|
+
</dt>
|
242
264
|
<dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
|
243
265
|
</dt>
|
244
266
|
<dt>atk_component_contains, <a class="indexterm" href="AtkComponent.html#atk-component-contains">atk_component_contains ()</a>
|
@@ -307,10 +329,20 @@
|
|
307
329
|
</dt>
|
308
330
|
<dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
|
309
331
|
</dt>
|
332
|
+
<dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
|
333
|
+
</dt>
|
310
334
|
<dt>atk_get_default_registry, <a class="indexterm" href="AtkRegistry.html#atk-get-default-registry">atk_get_default_registry ()</a>
|
311
335
|
</dt>
|
312
336
|
<dt>atk_get_focus_object, <a class="indexterm" href="AtkUtil.html#atk-get-focus-object">atk_get_focus_object ()</a>
|
313
337
|
</dt>
|
338
|
+
<dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
|
339
|
+
</dt>
|
340
|
+
<dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
|
341
|
+
</dt>
|
342
|
+
<dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
|
343
|
+
</dt>
|
344
|
+
<dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
|
345
|
+
</dt>
|
314
346
|
<dt>atk_get_root, <a class="indexterm" href="AtkUtil.html#atk-get-root">atk_get_root ()</a>
|
315
347
|
</dt>
|
316
348
|
<dt>atk_get_toolkit_name, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-name">atk_get_toolkit_name ()</a>
|
@@ -359,6 +391,12 @@
|
|
359
391
|
</dt>
|
360
392
|
<dt>atk_implementor_ref_accessible, <a class="indexterm" href="AtkObject.html#atk-implementor-ref-accessible">atk_implementor_ref_accessible ()</a>
|
361
393
|
</dt>
|
394
|
+
<dt>ATK_MAJOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS">ATK_MAJOR_VERSION</a>
|
395
|
+
</dt>
|
396
|
+
<dt>ATK_MICRO_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS">ATK_MICRO_VERSION</a>
|
397
|
+
</dt>
|
398
|
+
<dt>ATK_MINOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS">ATK_MINOR_VERSION</a>
|
399
|
+
</dt>
|
362
400
|
<dt>atk_no_op_object_factory_new, <a class="indexterm" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">atk_no_op_object_factory_new ()</a>
|
363
401
|
</dt>
|
364
402
|
<dt>atk_no_op_object_new, <a class="indexterm" href="AtkNoOpObject.html#atk-no-op-object-new">atk_no_op_object_new ()</a>
|
@@ -39,7 +39,7 @@ AtkObject may be obtained.</p>
|
|
39
39
|
<div class="refsynopsisdiv">
|
40
40
|
<a name="atk-AtkHyperlinkImpl.synopsis"></a><h2>Synopsis</h2>
|
41
41
|
<pre class="synopsis"> <a class="link" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl" title="AtkHyperlinkImpl">AtkHyperlinkImpl</a>;
|
42
|
-
<a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * <a class="link" href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink" title="atk_hyperlink_impl_get_hyperlink ()">atk_hyperlink_impl_get_hyperlink</a> (<em class="parameter"><code><a class="link" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl" title="AtkHyperlinkImpl"><span class="type">AtkHyperlinkImpl</span></a> *
|
42
|
+
<a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * <a class="link" href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink" title="atk_hyperlink_impl_get_hyperlink ()">atk_hyperlink_impl_get_hyperlink</a> (<em class="parameter"><code><a class="link" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl" title="AtkHyperlinkImpl"><span class="type">AtkHyperlinkImpl</span></a> *impl</code></em>);
|
43
43
|
</pre>
|
44
44
|
</div>
|
45
45
|
<div class="refsect1">
|
@@ -77,7 +77,7 @@ queried.
|
|
77
77
|
<hr>
|
78
78
|
<div class="refsect2">
|
79
79
|
<a name="atk-hyperlink-impl-get-hyperlink"></a><h3>atk_hyperlink_impl_get_hyperlink ()</h3>
|
80
|
-
<pre class="programlisting"><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * atk_hyperlink_impl_get_hyperlink (<em class="parameter"><code><a class="link" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl" title="AtkHyperlinkImpl"><span class="type">AtkHyperlinkImpl</span></a> *
|
80
|
+
<pre class="programlisting"><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * atk_hyperlink_impl_get_hyperlink (<em class="parameter"><code><a class="link" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl" title="AtkHyperlinkImpl"><span class="type">AtkHyperlinkImpl</span></a> *impl</code></em>);</pre>
|
81
81
|
<p>
|
82
82
|
Gets the hyperlink associated with this object.
|
83
83
|
</p>
|
@@ -85,8 +85,8 @@ Gets the hyperlink associated with this object.
|
|
85
85
|
<col align="left" valign="top">
|
86
86
|
<tbody>
|
87
87
|
<tr>
|
88
|
-
<td><p><span class="term"><em class="parameter"><code>
|
89
|
-
<td>a GObject instance that implements AtkHyperlinkImplIface</td>
|
88
|
+
<td><p><span class="term"><em class="parameter"><code>impl</code></em> :</span></p></td>
|
89
|
+
<td>a <span class="type">GObject</span> instance that implements AtkHyperlinkImplIface</td>
|
90
90
|
</tr>
|
91
91
|
<tr>
|
92
92
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|