atk 2.0.2-x86-mingw32 → 2.0.3-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.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +2 -1
  4. data/ext/atk/extconf.rb +1 -1
  5. data/ext/atk/rbatkcomponent.c +0 -4
  6. data/ext/atk/rbatkdocument.c +0 -4
  7. data/ext/atk/rbatkrelation.c +0 -4
  8. data/ext/atk/rbatkrelationset.c +0 -4
  9. data/ext/atk/rbatkutil.c +0 -4
  10. data/lib/1.9/atk.so +0 -0
  11. data/lib/2.0/atk.so +0 -0
  12. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  13. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkaction.h +0 -1
  15. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +38 -2
  16. data/vendor/local/include/atk-1.0/atk/atkdocument.h +7 -7
  17. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +0 -3
  18. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -2
  19. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +10 -19
  20. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +0 -4
  21. data/vendor/local/include/atk-1.0/atk/atkimage.h +0 -3
  22. data/vendor/local/include/atk-1.0/atk/atkobject.h +40 -78
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +15 -0
  24. data/vendor/local/include/atk-1.0/atk/atkselection.h +0 -3
  25. data/vendor/local/include/atk-1.0/atk/atktable.h +0 -5
  26. data/vendor/local/include/atk-1.0/atk/atktext.h +72 -11
  27. data/vendor/local/include/atk-1.0/atk/atkutil.h +4 -0
  28. data/vendor/local/include/atk-1.0/atk/atkvalue.h +0 -1
  29. data/vendor/local/include/atk-1.0/atk/atkversion.h +2 -2
  30. data/vendor/local/include/atk-1.0/atk/atkwindow.h +0 -2
  31. data/vendor/local/lib/atk-1.0.def +2 -0
  32. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  33. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  34. data/vendor/local/lib/libatk-1.0.la +2 -2
  35. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  36. data/vendor/local/share/gir-1.0/Atk-1.0.gir +2497 -2086
  37. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +80 -43
  38. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +246 -33
  39. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +94 -39
  40. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +22 -27
  41. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +17 -21
  42. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +34 -25
  43. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +25 -30
  44. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +26 -26
  45. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +15 -18
  46. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +14 -18
  47. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +119 -77
  48. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +15 -25
  49. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +12 -22
  50. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +17 -20
  51. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +21 -22
  52. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +24 -33
  53. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +13 -16
  54. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +28 -29
  55. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +47 -54
  56. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +451 -191
  57. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +43 -20
  58. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +21 -24
  59. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +12 -15
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +8 -8
  61. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +8 -8
  62. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +8 -8
  63. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +8 -8
  64. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +8 -8
  65. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +8 -8
  66. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +8 -8
  67. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +8 -8
  68. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +8 -8
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +10 -8
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +8 -8
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +8 -8
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +8 -8
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +34 -8
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +26 -10
  75. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +50 -37
  76. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +34 -15
  77. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +51 -22
  78. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +14 -17
  79. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +14 -17
  80. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +27 -14
  81. data/vendor/local/share/gtk-doc/html/atk/atk.html +114 -15
  82. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  83. data/vendor/local/share/gtk-doc/html/atk/index.html +43 -35
  84. data/vendor/local/share/gtk-doc/html/atk/index.sgml +16 -7
  85. data/vendor/local/share/gtk-doc/html/atk/left-insensitive.png +0 -0
  86. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  87. data/vendor/local/share/gtk-doc/html/atk/right-insensitive.png +0 -0
  88. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  89. data/vendor/local/share/gtk-doc/html/atk/style.css +71 -16
  90. data/vendor/local/share/gtk-doc/html/atk/up-insensitive.png +0 -0
  91. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  92. data/vendor/local/share/gtk-doc/html/atk/utilities.html +33 -0
  93. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  95. metadata +15 -14
@@ -8,26 +8,23 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkText.html" title="AtkText">
10
10
  <link rel="next" href="AtkValue.html" title="AtkValue">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="AtkText.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="AtkValue.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="#AtkUtil.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#AtkUtil.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkUtil.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="AtkText.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkValue.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="refentry">
32
29
  <a name="AtkUtil"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
@@ -93,9 +90,10 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkUt
93
90
  <div class="refsect1">
94
91
  <a name="AtkUtil.description"></a><h2>Description</h2>
95
92
  <p>
96
- A set of ATK utility functions which are used to support event registration of
97
- various types, and obtaining the 'root' accessible of a process and
98
- information about the current ATK implementation and toolkit version.
93
+ A set of ATK utility functions which are used to support event
94
+ registration of various types, and obtaining the 'root' accessible
95
+ of a process and information about the current ATK implementation
96
+ and toolkit version.
99
97
  </p>
100
98
  </div>
101
99
  <div class="refsect1">
@@ -104,7 +102,6 @@ information about the current ATK implementation and toolkit version.
104
102
  <a name="AtkUtil-struct"></a><h3>struct AtkUtil</h3>
105
103
  <pre class="programlisting">struct AtkUtil;</pre>
106
104
  <p>
107
- The AtkUtil struct does not contain any fields.
108
105
  </p>
109
106
  </div>
110
107
  <hr>
@@ -140,6 +137,13 @@ top-level window
140
137
  <div class="refsect2">
141
138
  <a name="atk-add-focus-tracker"></a><h3>atk_add_focus_tracker ()</h3>
142
139
  <pre class="programlisting"><span class="returnvalue">guint</span> atk_add_focus_tracker (<em class="parameter"><code><a class="link" href="AtkUtil.html#AtkEventListener" title="AtkEventListener ()"><span class="type">AtkEventListener</span></a> focus_tracker</code></em>);</pre>
140
+ <div class="warning">
141
+ <h3 class="title">Warning</h3>
142
+ <p><code class="literal">atk_add_focus_tracker</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version
143
+ 2.9.4. Focus tracking has been dropped as a feature to be
144
+ implemented by ATK itself. If you need focus tracking on your
145
+ implementation, subscribe to the state-changed:focused signal.</p>
146
+ </div>
143
147
  <p>
144
148
  Adds the specified function to the list of functions to be called
145
149
  when an object receives focus.
@@ -163,10 +167,17 @@ when an object receives focus.</td>
163
167
  <div class="refsect2">
164
168
  <a name="atk-remove-focus-tracker"></a><h3>atk_remove_focus_tracker ()</h3>
165
169
  <pre class="programlisting"><span class="returnvalue">void</span> atk_remove_focus_tracker (<em class="parameter"><code><span class="type">guint</span> tracker_id</code></em>);</pre>
170
+ <div class="warning">
171
+ <h3 class="title">Warning</h3>
172
+ <p><code class="literal">atk_remove_focus_tracker</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version
173
+ 2.9.4. Focus tracking has been dropped as a feature to be
174
+ implemented by ATK itself. If you need focus tracking on your
175
+ implementation, subscribe to the state-changed:focused signal.
176
+ </p>
166
177
  <p>
167
178
  Removes the specified focus tracker from the list of functions
168
- to be called when any object receives focus.
169
- </p>
179
+ to be called when any object receives focus.</p>
180
+ </div>
170
181
  <div class="variablelist"><table border="0">
171
182
  <col align="left" valign="top">
172
183
  <tbody><tr>
@@ -179,6 +190,12 @@ to be called when any object receives focus.
179
190
  <div class="refsect2">
180
191
  <a name="atk-focus-tracker-init"></a><h3>atk_focus_tracker_init ()</h3>
181
192
  <pre class="programlisting"><span class="returnvalue">void</span> atk_focus_tracker_init (<em class="parameter"><code><a class="link" href="AtkUtil.html#AtkEventListenerInit" title="AtkEventListenerInit ()"><span class="type">AtkEventListenerInit</span></a> init</code></em>);</pre>
193
+ <div class="warning">
194
+ <h3 class="title">Warning</h3>
195
+ <p><code class="literal">atk_focus_tracker_init</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version
196
+ 2.9.4. Focus tracking has been dropped as a feature to be
197
+ implemented by ATK itself.</p>
198
+ </div>
182
199
  <p>
183
200
  Specifies the function to be called for focus tracker initialization.
184
201
  This function should be called by an implementation of the
@@ -197,6 +214,12 @@ focus tracking.
197
214
  <div class="refsect2">
198
215
  <a name="atk-focus-tracker-notify"></a><h3>atk_focus_tracker_notify ()</h3>
199
216
  <pre class="programlisting"><span class="returnvalue">void</span> atk_focus_tracker_notify (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *object</code></em>);</pre>
217
+ <div class="warning">
218
+ <h3 class="title">Warning</h3>
219
+ <p><code class="literal">atk_focus_tracker_notify</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version
220
+ 2.9.4. Focus tracking has been dropped as a feature to be
221
+ implemented by ATK itself.</p>
222
+ </div>
200
223
  <p>
201
224
  Cause the focus tracker functions which have been specified to be
202
225
  executed for the object.
@@ -745,6 +768,6 @@ Similar to <a class="link" href="AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS" ti
745
768
  </div>
746
769
  <div class="footer">
747
770
  <hr>
748
- Generated by GTK-Doc V1.18.1</div>
771
+ Generated by GTK-Doc V1.19.1</div>
749
772
  </body>
750
773
  </html>
@@ -8,35 +8,33 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkUtil.html" title="AtkUtil">
10
10
  <link rel="next" href="AtkWindow.html" title="AtkWindow">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="AtkUtil.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="AtkWindow.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="#AtkValue.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#AtkValue.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkValue.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
   | 
30
23
  <a href="#AtkValue.implementations" class="shortcut">Known Implementations</a>
31
- </td></tr>
32
- </table>
24
+ </td>
25
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
+ <td><a accesskey="p" href="AtkUtil.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="AtkWindow.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
+ </tr></table>
33
30
  <div class="refentry">
34
31
  <a name="AtkValue"></a><div class="titlepage"></div>
35
32
  <div class="refnamediv"><table width="100%"><tr>
36
33
  <td valign="top">
37
34
  <h2><span class="refentrytitle"><a name="AtkValue.top_of_page"></a>AtkValue</span></h2>
38
- <p>AtkValue — The ATK interface implemented by valuators and components which display or
39
- select a value from a bounded range of values.</p>
35
+ <p>AtkValue — The ATK interface implemented by valuators and
36
+ components which display or select a value from a bounded range of
37
+ values.</p>
40
38
  </td>
41
39
  <td valign="top" align="right"></td>
42
40
  </tr></table></div>
@@ -71,13 +69,13 @@ AtkValue is implemented by
71
69
  <div class="refsect1">
72
70
  <a name="AtkValue.description"></a><h2>Description</h2>
73
71
  <p>
74
- <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> should be implemented for components which either display a
75
- value from a bounded range, or which allow the user to specify a value
76
- from a bounded range, or both. For instance, most sliders and range
77
- controls, as well as dials, should have <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> representations which
78
- implement <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> on the component's behalf. <span class="type">AtKValues</span> may be
79
- read-only, in which case attempts to alter the value return FALSE to
80
- indicate failure.
72
+ <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> should be implemented for components which either display
73
+ a value from a bounded range, or which allow the user to specify a
74
+ value from a bounded range, or both. For instance, most sliders
75
+ and range controls, as well as dials, should have <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
76
+ representations which implement <a class="link" href="AtkValue.html" title="AtkValue"><span class="type">AtkValue</span></a> on the component's
77
+ behalf. <span class="type">AtKValues</span> may be read-only, in which case attempts to
78
+ alter the value return FALSE to indicate failure.
81
79
  </p>
82
80
  </div>
83
81
  <div class="refsect1">
@@ -86,7 +84,6 @@ indicate failure.
86
84
  <a name="AtkValue-struct"></a><h3>AtkValue</h3>
87
85
  <pre class="programlisting">typedef struct _AtkValue AtkValue;</pre>
88
86
  <p>
89
- The AtkValue structure does not contain any fields.
90
87
  </p>
91
88
  </div>
92
89
  <hr>
@@ -211,6 +208,6 @@ floating point precision of the platform.
211
208
  </div>
212
209
  <div class="footer">
213
210
  <hr>
214
- Generated by GTK-Doc V1.18.1</div>
211
+ Generated by GTK-Doc V1.19.1</div>
215
212
  </body>
216
213
  </html>
@@ -7,21 +7,14 @@
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
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)">
10
+ <link rel="next" href="utilities.html" title="Utilities">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="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>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#AtkWindow.description" class="shortcut">Description</a>
27
20
   | 
@@ -32,8 +25,12 @@
32
25
  <a href="#AtkWindow.implementations" class="shortcut">Known Implementations</a>
33
26
   | 
34
27
  <a href="#AtkWindow.signals" class="shortcut">Signals</a>
35
- </td></tr>
36
- </table>
28
+ </td>
29
+ <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="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
31
+ <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="utilities.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
33
+ </tr></table>
37
34
  <div class="refentry">
38
35
  <a name="AtkWindow"></a><div class="titlepage"></div>
39
36
  <div class="refnamediv"><table width="100%"><tr>
@@ -323,6 +320,6 @@ is restored.
323
320
  </div>
324
321
  <div class="footer">
325
322
  <hr>
326
- Generated by GTK-Doc V1.18.1</div>
323
+ Generated by GTK-Doc V1.19.1</div>
327
324
  </body>
328
325
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-6.html" title="Index of new symbols in 1.6">
10
10
  <link rel="next" href="api-index-1-13.html" title="Index of new symbols in 1.13">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-6.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-13.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-6.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-13.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -46,6 +46,6 @@
46
46
  </div>
47
47
  <div class="footer">
48
48
  <hr>
49
- Generated by GTK-Doc V1.18.1</div>
49
+ Generated by GTK-Doc V1.19.1</div>
50
50
  </body>
51
51
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-12.html" title="Index of new symbols in 1.12">
10
10
  <link rel="next" href="api-index-1-18.html" title="Index of new symbols in 1.18">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-12.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-18.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-12.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-18.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -26,6 +26,6 @@
26
26
  </div>
27
27
  <div class="footer">
28
28
  <hr>
29
- Generated by GTK-Doc V1.18.1</div>
29
+ Generated by GTK-Doc V1.19.1</div>
30
30
  </body>
31
31
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-13.html" title="Index of new symbols in 1.13">
10
10
  <link rel="next" href="api-index-1-20.html" title="Index of new symbols in 1.20">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-13.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-20.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-13.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-20.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -26,6 +26,6 @@
26
26
  </div>
27
27
  <div class="footer">
28
28
  <hr>
29
- Generated by GTK-Doc V1.18.1</div>
29
+ Generated by GTK-Doc V1.19.1</div>
30
30
  </body>
31
31
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-18.html" title="Index of new symbols in 1.18">
10
10
  <link rel="next" href="api-index-1-22.html" title="Index of new symbols in 1.22">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-18.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-22.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-18.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-22.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -30,6 +30,6 @@
30
30
  </div>
31
31
  <div class="footer">
32
32
  <hr>
33
- Generated by GTK-Doc V1.18.1</div>
33
+ Generated by GTK-Doc V1.19.1</div>
34
34
  </body>
35
35
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-20.html" title="Index of new symbols in 1.20">
10
10
  <link rel="next" href="api-index-1-24.html" title="Index of new symbols in 1.24">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-20.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-24.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-20.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-24.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -40,6 +40,6 @@
40
40
  </div>
41
41
  <div class="footer">
42
42
  <hr>
43
- Generated by GTK-Doc V1.18.1</div>
43
+ Generated by GTK-Doc V1.19.1</div>
44
44
  </body>
45
45
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-22.html" title="Index of new symbols in 1.22">
10
10
  <link rel="next" href="api-index-1-26.html" title="Index of new symbols in 1.26">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.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="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-22.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-26.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-22.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-26.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -26,6 +26,6 @@
26
26
  </div>
27
27
  <div class="footer">
28
28
  <hr>
29
- Generated by GTK-Doc V1.18.1</div>
29
+ Generated by GTK-Doc V1.19.1</div>
30
30
  </body>
31
31
  </html>