atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- 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-enum-types.h +16 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
- data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
- data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
- data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
- data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
- data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
- data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
- data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
- data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
- data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
- data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
- data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
- data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
- data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
- data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
- data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
- data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
- data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
- data/vendor/local/share/license/atk/AUTHORS +18 -5
- data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- metadata +27 -19
- data/lib/1.9/atk.so +0 -0
- data/lib/2.1/atk.so +0 -0
- data/vendor/local/lib/atk-1.0.def +0 -248
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,34 +2,29 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
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.
|
5
|
+
<title>ATK - Accessibility Toolkit: AtkWindow</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
|
8
|
-
<link rel="up" href="
|
8
|
+
<link rel="up" href="interfaces.html" title="ATK Interfaces">
|
9
9
|
<link rel="prev" href="AtkValue.html" title="AtkValue">
|
10
|
-
<link rel="next" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<link rel="next" href="data.html" title="Basic accessible data types">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.21.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
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#AtkWindow.
|
20
|
-
|
21
|
-
<a href="#AtkWindow.
|
22
|
-
|
23
|
-
<a href="#AtkWindow.prerequisites" class="shortcut">Prerequisites</a>
|
24
|
-
|
|
25
|
-
<a href="#AtkWindow.implementations" class="shortcut">Known Implementations</a>
|
26
|
-
|
|
27
|
-
<a href="#AtkWindow.signals" class="shortcut">Signals</a>
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#AtkWindow.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#AtkWindow.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites"> <span class="dim">|</span>
|
20
|
+
<a href="#AtkWindow.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations"> <span class="dim">|</span>
|
21
|
+
<a href="#AtkWindow.implementations" class="shortcut">Known Implementations</a></span><span id="nav_signals"> <span class="dim">|</span>
|
22
|
+
<a href="#AtkWindow.signals" class="shortcut">Signals</a></span>
|
28
23
|
</td>
|
29
24
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
30
|
-
<td><a accesskey="u" href="
|
25
|
+
<td><a accesskey="u" href="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
31
26
|
<td><a accesskey="p" href="AtkValue.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
32
|
-
<td><a accesskey="n" href="
|
27
|
+
<td><a accesskey="n" href="data.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
33
28
|
</tr></table>
|
34
29
|
<div class="refentry">
|
35
30
|
<a name="AtkWindow"></a><div class="titlepage"></div>
|
@@ -38,18 +33,82 @@
|
|
38
33
|
<h2><span class="refentrytitle"><a name="AtkWindow.top_of_page"></a>AtkWindow</span></h2>
|
39
34
|
<p>AtkWindow — The ATK Interface provided by UI components that represent a top-level window.</p>
|
40
35
|
</td>
|
41
|
-
<td valign="top" align="right"></td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
42
37
|
</tr></table></div>
|
43
|
-
<div class="
|
44
|
-
<a name="AtkWindow.
|
45
|
-
<
|
46
|
-
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="AtkWindow.signals"></a><h2>Signals</h2>
|
40
|
+
<div class="informaltable"><table border="0">
|
41
|
+
<colgroup>
|
42
|
+
<col width="150px" class="signals_return">
|
43
|
+
<col width="300px" class="signals_name">
|
44
|
+
<col width="200px" class="signals_flags">
|
45
|
+
</colgroup>
|
46
|
+
<tbody>
|
47
|
+
<tr>
|
48
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
49
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-activate" title="The “activate” signal">activate</a></td>
|
50
|
+
<td class="signal_flags">Run Last</td>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
54
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-create" title="The “create” signal">create</a></td>
|
55
|
+
<td class="signal_flags">Run Last</td>
|
56
|
+
</tr>
|
57
|
+
<tr>
|
58
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
59
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-deactivate" title="The “deactivate” signal">deactivate</a></td>
|
60
|
+
<td class="signal_flags">Run Last</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
64
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-destroy" title="The “destroy” signal">destroy</a></td>
|
65
|
+
<td class="signal_flags">Run Last</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
69
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-maximize" title="The “maximize” signal">maximize</a></td>
|
70
|
+
<td class="signal_flags">Run Last</td>
|
71
|
+
</tr>
|
72
|
+
<tr>
|
73
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
74
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-minimize" title="The “minimize” signal">minimize</a></td>
|
75
|
+
<td class="signal_flags">Run Last</td>
|
76
|
+
</tr>
|
77
|
+
<tr>
|
78
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
79
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-move" title="The “move” signal">move</a></td>
|
80
|
+
<td class="signal_flags">Run Last</td>
|
81
|
+
</tr>
|
82
|
+
<tr>
|
83
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
84
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-resize" title="The “resize” signal">resize</a></td>
|
85
|
+
<td class="signal_flags">Run Last</td>
|
86
|
+
</tr>
|
87
|
+
<tr>
|
88
|
+
<td class="signal_type"><span class="returnvalue">void</span></td>
|
89
|
+
<td class="signal_name"><a class="link" href="AtkWindow.html#AtkWindow-restore" title="The “restore” signal">restore</a></td>
|
90
|
+
<td class="signal_flags">Run Last</td>
|
91
|
+
</tr>
|
92
|
+
</tbody>
|
93
|
+
</table></div>
|
94
|
+
</div>
|
95
|
+
<div class="refsect1">
|
96
|
+
<a name="AtkWindow.other"></a><h2>Types and Values</h2>
|
97
|
+
<div class="informaltable"><table width="100%" border="0">
|
98
|
+
<colgroup>
|
99
|
+
<col width="150px" class="name">
|
100
|
+
<col class="description">
|
101
|
+
</colgroup>
|
102
|
+
<tbody><tr>
|
103
|
+
<td class="datatype_keyword"> </td>
|
104
|
+
<td class="function_name"><a class="link" href="AtkWindow.html#AtkWindow-struct" title="AtkWindow">AtkWindow</a></td>
|
105
|
+
</tr></tbody>
|
106
|
+
</table></div>
|
47
107
|
</div>
|
48
108
|
<div class="refsect1">
|
49
109
|
<a name="AtkWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
50
|
-
<pre class="
|
51
|
-
|
52
|
-
+----AtkWindow
|
110
|
+
<pre class="screen"> GInterface
|
111
|
+
<span class="lineart">╰──</span> AtkWindow
|
53
112
|
</pre>
|
54
113
|
</div>
|
55
114
|
<div class="refsect1">
|
@@ -65,29 +124,16 @@ AtkWindow is implemented by
|
|
65
124
|
<a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
|
66
125
|
</div>
|
67
126
|
<div class="refsect1">
|
68
|
-
<a name="AtkWindow.signals"></a><h2>Signals</h2>
|
69
|
-
<pre class="synopsis">
|
70
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-activate" title='The "activate" signal'>activate</a>" : <code class="literal">Run Last</code>
|
71
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-create" title='The "create" signal'>create</a>" : <code class="literal">Run Last</code>
|
72
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-deactivate" title='The "deactivate" signal'>deactivate</a>" : <code class="literal">Run Last</code>
|
73
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-destroy" title='The "destroy" signal'>destroy</a>" : <code class="literal">Run Last</code>
|
74
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-maximize" title='The "maximize" signal'>maximize</a>" : <code class="literal">Run Last</code>
|
75
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-minimize" title='The "minimize" signal'>minimize</a>" : <code class="literal">Run Last</code>
|
76
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-move" title='The "move" signal'>move</a>" : <code class="literal">Run Last</code>
|
77
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-resize" title='The "resize" signal'>resize</a>" : <code class="literal">Run Last</code>
|
78
|
-
"<a class="link" href="AtkWindow.html#AtkWindow-restore" title='The "restore" signal'>restore</a>" : <code class="literal">Run Last</code>
|
79
|
-
</pre>
|
80
|
-
</div>
|
81
|
-
<div class="refsect1">
|
82
127
|
<a name="AtkWindow.description"></a><h2>Description</h2>
|
83
|
-
<p>
|
84
|
-
<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> should be implemented by the UI elements that represent
|
128
|
+
<p><a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> should be implemented by the UI elements that represent
|
85
129
|
a top-level window, such as the main window of an application or
|
86
|
-
dialog
|
87
|
-
</
|
130
|
+
dialog.</p>
|
131
|
+
</div>
|
132
|
+
<div class="refsect1">
|
133
|
+
<a name="AtkWindow.functions_details"></a><h2>Functions</h2>
|
88
134
|
</div>
|
89
135
|
<div class="refsect1">
|
90
|
-
<a name="AtkWindow.
|
136
|
+
<a name="AtkWindow.other_details"></a><h2>Types and Values</h2>
|
91
137
|
<div class="refsect2">
|
92
138
|
<a name="AtkWindow-struct"></a><h3>AtkWindow</h3>
|
93
139
|
<pre class="programlisting">typedef struct _AtkWindow AtkWindow;</pre>
|
@@ -98,228 +144,309 @@ dialog.
|
|
98
144
|
<div class="refsect1">
|
99
145
|
<a name="AtkWindow.signal-details"></a><h2>Signal Details</h2>
|
100
146
|
<div class="refsect2">
|
101
|
-
<a name="AtkWindow-activate"></a><h3>The <code class="literal"
|
102
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
103
|
-
|
104
|
-
<
|
105
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-activate" title=
|
106
|
-
becomes the active window of the application or session
|
107
|
-
|
108
|
-
<
|
109
|
-
<
|
147
|
+
<a name="AtkWindow-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3>
|
148
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
149
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
150
|
+
<span class="type">gpointer</span> user_data)</pre>
|
151
|
+
<p>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
|
152
|
+
becomes the active window of the application or session.</p>
|
153
|
+
<div class="refsect3">
|
154
|
+
<a name="id-1.5.15.11.2.5"></a><h4>Parameters</h4>
|
155
|
+
<div class="informaltable"><table width="100%" border="0">
|
156
|
+
<colgroup>
|
157
|
+
<col width="150px" class="parameters_name">
|
158
|
+
<col class="parameters_description">
|
159
|
+
<col width="200px" class="parameters_annotations">
|
160
|
+
</colgroup>
|
110
161
|
<tbody>
|
111
162
|
<tr>
|
112
|
-
<td
|
113
|
-
<td>the object which received the signal</td>
|
163
|
+
<td class="parameter_name"><p>object</p></td>
|
164
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
165
|
+
<td class="parameter_annotations"> </td>
|
114
166
|
</tr>
|
115
167
|
<tr>
|
116
|
-
<td
|
117
|
-
<td>user data set when the signal handler was connected.</td>
|
168
|
+
<td class="parameter_name"><p>user_data</p></td>
|
169
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
170
|
+
<td class="parameter_annotations"> </td>
|
118
171
|
</tr>
|
119
172
|
</tbody>
|
120
173
|
</table></div>
|
121
|
-
|
174
|
+
</div>
|
175
|
+
<p>Flags: Run Last</p>
|
176
|
+
<p class="since">Since 2.2</p>
|
122
177
|
</div>
|
123
178
|
<hr>
|
124
179
|
<div class="refsect2">
|
125
|
-
<a name="AtkWindow-create"></a><h3>The <code class="literal"
|
126
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
127
|
-
|
128
|
-
<
|
129
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-create" title=
|
130
|
-
is created
|
131
|
-
|
132
|
-
<
|
133
|
-
<
|
180
|
+
<a name="AtkWindow-create"></a><h3>The <code class="literal">“create”</code> signal</h3>
|
181
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
182
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
183
|
+
<span class="type">gpointer</span> user_data)</pre>
|
184
|
+
<p>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
|
185
|
+
is created.</p>
|
186
|
+
<div class="refsect3">
|
187
|
+
<a name="id-1.5.15.11.3.5"></a><h4>Parameters</h4>
|
188
|
+
<div class="informaltable"><table width="100%" border="0">
|
189
|
+
<colgroup>
|
190
|
+
<col width="150px" class="parameters_name">
|
191
|
+
<col class="parameters_description">
|
192
|
+
<col width="200px" class="parameters_annotations">
|
193
|
+
</colgroup>
|
134
194
|
<tbody>
|
135
195
|
<tr>
|
136
|
-
<td
|
137
|
-
<td>the object which received the signal</td>
|
196
|
+
<td class="parameter_name"><p>object</p></td>
|
197
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
198
|
+
<td class="parameter_annotations"> </td>
|
138
199
|
</tr>
|
139
200
|
<tr>
|
140
|
-
<td
|
141
|
-
<td>user data set when the signal handler was connected.</td>
|
201
|
+
<td class="parameter_name"><p>user_data</p></td>
|
202
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
203
|
+
<td class="parameter_annotations"> </td>
|
142
204
|
</tr>
|
143
205
|
</tbody>
|
144
206
|
</table></div>
|
145
|
-
|
207
|
+
</div>
|
208
|
+
<p>Flags: Run Last</p>
|
209
|
+
<p class="since">Since 2.2</p>
|
146
210
|
</div>
|
147
211
|
<hr>
|
148
212
|
<div class="refsect2">
|
149
|
-
<a name="AtkWindow-deactivate"></a><h3>The <code class="literal"
|
150
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
151
|
-
|
152
|
-
<
|
153
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-deactivate" title=
|
154
|
-
no longer the active window of the application or session
|
155
|
-
|
156
|
-
<
|
157
|
-
<
|
213
|
+
<a name="AtkWindow-deactivate"></a><h3>The <code class="literal">“deactivate”</code> signal</h3>
|
214
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
215
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
216
|
+
<span class="type">gpointer</span> user_data)</pre>
|
217
|
+
<p>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
|
218
|
+
no longer the active window of the application or session.</p>
|
219
|
+
<div class="refsect3">
|
220
|
+
<a name="id-1.5.15.11.4.5"></a><h4>Parameters</h4>
|
221
|
+
<div class="informaltable"><table width="100%" border="0">
|
222
|
+
<colgroup>
|
223
|
+
<col width="150px" class="parameters_name">
|
224
|
+
<col class="parameters_description">
|
225
|
+
<col width="200px" class="parameters_annotations">
|
226
|
+
</colgroup>
|
158
227
|
<tbody>
|
159
228
|
<tr>
|
160
|
-
<td
|
161
|
-
<td>the object which received the signal</td>
|
229
|
+
<td class="parameter_name"><p>object</p></td>
|
230
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
231
|
+
<td class="parameter_annotations"> </td>
|
162
232
|
</tr>
|
163
233
|
<tr>
|
164
|
-
<td
|
165
|
-
<td>user data set when the signal handler was connected.</td>
|
234
|
+
<td class="parameter_name"><p>user_data</p></td>
|
235
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
236
|
+
<td class="parameter_annotations"> </td>
|
166
237
|
</tr>
|
167
238
|
</tbody>
|
168
239
|
</table></div>
|
169
|
-
|
240
|
+
</div>
|
241
|
+
<p>Flags: Run Last</p>
|
242
|
+
<p class="since">Since 2.2</p>
|
170
243
|
</div>
|
171
244
|
<hr>
|
172
245
|
<div class="refsect2">
|
173
|
-
<a name="AtkWindow-destroy"></a><h3>The <code class="literal"
|
174
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
175
|
-
|
176
|
-
<
|
177
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-destroy" title=
|
178
|
-
destroyed
|
179
|
-
|
180
|
-
<
|
181
|
-
<
|
246
|
+
<a name="AtkWindow-destroy"></a><h3>The <code class="literal">“destroy”</code> signal</h3>
|
247
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
248
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
249
|
+
<span class="type">gpointer</span> user_data)</pre>
|
250
|
+
<p>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
|
251
|
+
destroyed.</p>
|
252
|
+
<div class="refsect3">
|
253
|
+
<a name="id-1.5.15.11.5.5"></a><h4>Parameters</h4>
|
254
|
+
<div class="informaltable"><table width="100%" border="0">
|
255
|
+
<colgroup>
|
256
|
+
<col width="150px" class="parameters_name">
|
257
|
+
<col class="parameters_description">
|
258
|
+
<col width="200px" class="parameters_annotations">
|
259
|
+
</colgroup>
|
182
260
|
<tbody>
|
183
261
|
<tr>
|
184
|
-
<td
|
185
|
-
<td>the object which received the signal</td>
|
262
|
+
<td class="parameter_name"><p>object</p></td>
|
263
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
264
|
+
<td class="parameter_annotations"> </td>
|
186
265
|
</tr>
|
187
266
|
<tr>
|
188
|
-
<td
|
189
|
-
<td>user data set when the signal handler was connected.</td>
|
267
|
+
<td class="parameter_name"><p>user_data</p></td>
|
268
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
269
|
+
<td class="parameter_annotations"> </td>
|
190
270
|
</tr>
|
191
271
|
</tbody>
|
192
272
|
</table></div>
|
193
|
-
|
273
|
+
</div>
|
274
|
+
<p>Flags: Run Last</p>
|
275
|
+
<p class="since">Since 2.2</p>
|
194
276
|
</div>
|
195
277
|
<hr>
|
196
278
|
<div class="refsect2">
|
197
|
-
<a name="AtkWindow-maximize"></a><h3>The <code class="literal"
|
198
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
199
|
-
|
200
|
-
<
|
201
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-maximize" title=
|
202
|
-
is maximized
|
203
|
-
|
204
|
-
<
|
205
|
-
<
|
279
|
+
<a name="AtkWindow-maximize"></a><h3>The <code class="literal">“maximize”</code> signal</h3>
|
280
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
281
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
282
|
+
<span class="type">gpointer</span> user_data)</pre>
|
283
|
+
<p>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
|
284
|
+
is maximized.</p>
|
285
|
+
<div class="refsect3">
|
286
|
+
<a name="id-1.5.15.11.6.5"></a><h4>Parameters</h4>
|
287
|
+
<div class="informaltable"><table width="100%" border="0">
|
288
|
+
<colgroup>
|
289
|
+
<col width="150px" class="parameters_name">
|
290
|
+
<col class="parameters_description">
|
291
|
+
<col width="200px" class="parameters_annotations">
|
292
|
+
</colgroup>
|
206
293
|
<tbody>
|
207
294
|
<tr>
|
208
|
-
<td
|
209
|
-
<td>the object which received the signal</td>
|
295
|
+
<td class="parameter_name"><p>object</p></td>
|
296
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
297
|
+
<td class="parameter_annotations"> </td>
|
210
298
|
</tr>
|
211
299
|
<tr>
|
212
|
-
<td
|
213
|
-
<td>user data set when the signal handler was connected.</td>
|
300
|
+
<td class="parameter_name"><p>user_data</p></td>
|
301
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
302
|
+
<td class="parameter_annotations"> </td>
|
214
303
|
</tr>
|
215
304
|
</tbody>
|
216
305
|
</table></div>
|
217
|
-
|
306
|
+
</div>
|
307
|
+
<p>Flags: Run Last</p>
|
308
|
+
<p class="since">Since 2.2</p>
|
218
309
|
</div>
|
219
310
|
<hr>
|
220
311
|
<div class="refsect2">
|
221
|
-
<a name="AtkWindow-minimize"></a><h3>The <code class="literal"
|
222
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
223
|
-
|
224
|
-
<
|
225
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-minimize" title=
|
226
|
-
is minimized
|
227
|
-
|
228
|
-
<
|
229
|
-
<
|
312
|
+
<a name="AtkWindow-minimize"></a><h3>The <code class="literal">“minimize”</code> signal</h3>
|
313
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
314
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
315
|
+
<span class="type">gpointer</span> user_data)</pre>
|
316
|
+
<p>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
|
317
|
+
is minimized.</p>
|
318
|
+
<div class="refsect3">
|
319
|
+
<a name="id-1.5.15.11.7.5"></a><h4>Parameters</h4>
|
320
|
+
<div class="informaltable"><table width="100%" border="0">
|
321
|
+
<colgroup>
|
322
|
+
<col width="150px" class="parameters_name">
|
323
|
+
<col class="parameters_description">
|
324
|
+
<col width="200px" class="parameters_annotations">
|
325
|
+
</colgroup>
|
230
326
|
<tbody>
|
231
327
|
<tr>
|
232
|
-
<td
|
233
|
-
<td>the object which received the signal</td>
|
328
|
+
<td class="parameter_name"><p>object</p></td>
|
329
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
330
|
+
<td class="parameter_annotations"> </td>
|
234
331
|
</tr>
|
235
332
|
<tr>
|
236
|
-
<td
|
237
|
-
<td>user data set when the signal handler was connected.</td>
|
333
|
+
<td class="parameter_name"><p>user_data</p></td>
|
334
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
335
|
+
<td class="parameter_annotations"> </td>
|
238
336
|
</tr>
|
239
337
|
</tbody>
|
240
338
|
</table></div>
|
241
|
-
|
339
|
+
</div>
|
340
|
+
<p>Flags: Run Last</p>
|
341
|
+
<p class="since">Since 2.2</p>
|
242
342
|
</div>
|
243
343
|
<hr>
|
244
344
|
<div class="refsect2">
|
245
|
-
<a name="AtkWindow-move"></a><h3>The <code class="literal"
|
246
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
247
|
-
|
248
|
-
<
|
249
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-move" title=
|
250
|
-
is moved
|
251
|
-
|
252
|
-
<
|
253
|
-
<
|
345
|
+
<a name="AtkWindow-move"></a><h3>The <code class="literal">“move”</code> signal</h3>
|
346
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
347
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
348
|
+
<span class="type">gpointer</span> user_data)</pre>
|
349
|
+
<p>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
|
350
|
+
is moved.</p>
|
351
|
+
<div class="refsect3">
|
352
|
+
<a name="id-1.5.15.11.8.5"></a><h4>Parameters</h4>
|
353
|
+
<div class="informaltable"><table width="100%" border="0">
|
354
|
+
<colgroup>
|
355
|
+
<col width="150px" class="parameters_name">
|
356
|
+
<col class="parameters_description">
|
357
|
+
<col width="200px" class="parameters_annotations">
|
358
|
+
</colgroup>
|
254
359
|
<tbody>
|
255
360
|
<tr>
|
256
|
-
<td
|
257
|
-
<td>the object which received the signal</td>
|
361
|
+
<td class="parameter_name"><p>object</p></td>
|
362
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
363
|
+
<td class="parameter_annotations"> </td>
|
258
364
|
</tr>
|
259
365
|
<tr>
|
260
|
-
<td
|
261
|
-
<td>user data set when the signal handler was connected.</td>
|
366
|
+
<td class="parameter_name"><p>user_data</p></td>
|
367
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
368
|
+
<td class="parameter_annotations"> </td>
|
262
369
|
</tr>
|
263
370
|
</tbody>
|
264
371
|
</table></div>
|
265
|
-
|
372
|
+
</div>
|
373
|
+
<p>Flags: Run Last</p>
|
374
|
+
<p class="since">Since 2.2</p>
|
266
375
|
</div>
|
267
376
|
<hr>
|
268
377
|
<div class="refsect2">
|
269
|
-
<a name="AtkWindow-resize"></a><h3>The <code class="literal"
|
270
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
271
|
-
|
272
|
-
<
|
273
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-resize" title=
|
274
|
-
is resized
|
275
|
-
|
276
|
-
<
|
277
|
-
<
|
378
|
+
<a name="AtkWindow-resize"></a><h3>The <code class="literal">“resize”</code> signal</h3>
|
379
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
380
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
381
|
+
<span class="type">gpointer</span> user_data)</pre>
|
382
|
+
<p>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
|
383
|
+
is resized.</p>
|
384
|
+
<div class="refsect3">
|
385
|
+
<a name="id-1.5.15.11.9.5"></a><h4>Parameters</h4>
|
386
|
+
<div class="informaltable"><table width="100%" border="0">
|
387
|
+
<colgroup>
|
388
|
+
<col width="150px" class="parameters_name">
|
389
|
+
<col class="parameters_description">
|
390
|
+
<col width="200px" class="parameters_annotations">
|
391
|
+
</colgroup>
|
278
392
|
<tbody>
|
279
393
|
<tr>
|
280
|
-
<td
|
281
|
-
<td>the object which received the signal</td>
|
394
|
+
<td class="parameter_name"><p>object</p></td>
|
395
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
396
|
+
<td class="parameter_annotations"> </td>
|
282
397
|
</tr>
|
283
398
|
<tr>
|
284
|
-
<td
|
285
|
-
<td>user data set when the signal handler was connected.</td>
|
399
|
+
<td class="parameter_name"><p>user_data</p></td>
|
400
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
401
|
+
<td class="parameter_annotations"> </td>
|
286
402
|
</tr>
|
287
403
|
</tbody>
|
288
404
|
</table></div>
|
289
|
-
|
405
|
+
</div>
|
406
|
+
<p>Flags: Run Last</p>
|
407
|
+
<p class="since">Since 2.2</p>
|
290
408
|
</div>
|
291
409
|
<hr>
|
292
410
|
<div class="refsect2">
|
293
|
-
<a name="AtkWindow-restore"></a><h3>The <code class="literal"
|
294
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
295
|
-
|
296
|
-
<
|
297
|
-
The signal <a class="link" href="AtkWindow.html#AtkWindow-restore" title=
|
298
|
-
is restored
|
299
|
-
|
300
|
-
<
|
301
|
-
<
|
411
|
+
<a name="AtkWindow-restore"></a><h3>The <code class="literal">“restore”</code> signal</h3>
|
412
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
413
|
+
user_function (<a class="link" href="AtkWindow.html" title="AtkWindow"><span class="type">AtkWindow</span></a> *object,
|
414
|
+
<span class="type">gpointer</span> user_data)</pre>
|
415
|
+
<p>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
|
416
|
+
is restored.</p>
|
417
|
+
<div class="refsect3">
|
418
|
+
<a name="id-1.5.15.11.10.5"></a><h4>Parameters</h4>
|
419
|
+
<div class="informaltable"><table width="100%" border="0">
|
420
|
+
<colgroup>
|
421
|
+
<col width="150px" class="parameters_name">
|
422
|
+
<col class="parameters_description">
|
423
|
+
<col width="200px" class="parameters_annotations">
|
424
|
+
</colgroup>
|
302
425
|
<tbody>
|
303
426
|
<tr>
|
304
|
-
<td
|
305
|
-
<td>the object which received the signal</td>
|
427
|
+
<td class="parameter_name"><p>object</p></td>
|
428
|
+
<td class="parameter_description"><p>the object which received the signal</p></td>
|
429
|
+
<td class="parameter_annotations"> </td>
|
306
430
|
</tr>
|
307
431
|
<tr>
|
308
|
-
<td
|
309
|
-
<td>user data set when the signal handler was connected.</td>
|
432
|
+
<td class="parameter_name"><p>user_data</p></td>
|
433
|
+
<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
|
434
|
+
<td class="parameter_annotations"> </td>
|
310
435
|
</tr>
|
311
436
|
</tbody>
|
312
437
|
</table></div>
|
313
|
-
|
438
|
+
</div>
|
439
|
+
<p>Flags: Run Last</p>
|
440
|
+
<p class="since">Since 2.2</p>
|
314
441
|
</div>
|
315
442
|
</div>
|
316
443
|
<div class="refsect1">
|
317
444
|
<a name="AtkWindow.see-also"></a><h2>See Also</h2>
|
318
|
-
<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
|
445
|
+
<p><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a></p>
|
319
446
|
</div>
|
320
447
|
</div>
|
321
448
|
<div class="footer">
|
322
449
|
<hr>
|
323
|
-
Generated by GTK-Doc V1.
|
450
|
+
Generated by GTK-Doc V1.21.1</div>
|
324
451
|
</body>
|
325
452
|
</html>
|