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,20 +8,13 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkComponent.html" title="AtkComponent">
10
10
  <link rel="next" href="AtkEditableText.html" title="AtkEditableText">
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="AtkComponent.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="AtkEditableText.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="#AtkDocument.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="#AtkDocument.description" class="shortcut">Description</a>
27
20
   | 
@@ -30,20 +23,26 @@
30
23
  <a href="#AtkDocument.implementations" class="shortcut">Known Implementations</a>
31
24
   | 
32
25
  <a href="#AtkDocument.signals" class="shortcut">Signals</a>
33
- </td></tr>
34
- </table>
26
+ </td>
27
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
29
+ <td><a accesskey="p" href="AtkComponent.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
+ <td><a accesskey="n" href="AtkEditableText.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
+ </tr></table>
35
32
  <div class="refentry">
36
33
  <a name="AtkDocument"></a><div class="titlepage"></div>
37
34
  <div class="refnamediv"><table width="100%"><tr>
38
35
  <td valign="top">
39
36
  <h2><span class="refentrytitle"><a name="AtkDocument.top_of_page"></a>AtkDocument</span></h2>
40
- <p>AtkDocument — The ATK interface which represents the toplevel container for document content.</p>
37
+ <p>AtkDocument — The ATK interface which represents the toplevel
38
+ container for document content.</p>
41
39
  </td>
42
40
  <td valign="top" align="right"></td>
43
41
  </tr></table></div>
44
42
  <div class="refsynopsisdiv">
45
43
  <a name="AtkDocument.synopsis"></a><h2>Synopsis</h2>
46
44
  <pre class="synopsis"> <a class="link" href="AtkDocument.html#AtkDocument-struct" title="AtkDocument">AtkDocument</a>;
45
+ struct <a class="link" href="AtkDocument.html#AtkDocumentIface" title="struct AtkDocumentIface">AtkDocumentIface</a>;
47
46
  const <span class="returnvalue">gchar</span> * <a class="link" href="AtkDocument.html#atk-document-get-document-type" title="atk_document_get_document_type ()">atk_document_get_document_type</a> (<em class="parameter"><code><a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *document</code></em>);
48
47
  <span class="returnvalue">gpointer</span> <a class="link" href="AtkDocument.html#atk-document-get-document" title="atk_document_get_document ()">atk_document_get_document</a> (<em class="parameter"><code><a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *document</code></em>);
49
48
  const <span class="returnvalue">gchar</span> * <a class="link" href="AtkDocument.html#atk-document-get-attribute-value" title="atk_document_get_attribute_value ()">atk_document_get_attribute_value</a> (<em class="parameter"><code><a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *document</code></em>,
@@ -79,12 +78,13 @@ AtkDocument is implemented by
79
78
  <div class="refsect1">
80
79
  <a name="AtkDocument.description"></a><h2>Description</h2>
81
80
  <p>
82
- The AtkDocument interface should be supported by any object whose content is a
83
- representation or view of a document. The AtkDocument interface should appear
84
- on the toplevel container for the document content; however AtkDocument
85
- instances may be nested (i.e. an AtkDocument may be a descendant of another
86
- AtkDocument) in those cases where one document contains "embedded content"
87
- which can reasonably be considered a document in its own right.
81
+ The AtkDocument interface should be supported by any object whose
82
+ content is a representation or view of a document. The AtkDocument
83
+ interface should appear on the toplevel container for the document
84
+ content; however AtkDocument instances may be nested (i.e. an
85
+ AtkDocument may be a descendant of another AtkDocument) in those
86
+ cases where one document contains "embedded content" which can
87
+ reasonably be considered a document in its own right.
88
88
  </p>
89
89
  </div>
90
90
  <div class="refsect1">
@@ -93,11 +93,62 @@ which can reasonably be considered a document in its own right.
93
93
  <a name="AtkDocument-struct"></a><h3>AtkDocument</h3>
94
94
  <pre class="programlisting">typedef struct _AtkDocument AtkDocument;</pre>
95
95
  <p>
96
- The AtkDocument structure does not contain any fields.
97
96
  </p>
98
97
  </div>
99
98
  <hr>
100
99
  <div class="refsect2">
100
+ <a name="AtkDocumentIface"></a><h3>struct AtkDocumentIface</h3>
101
+ <pre class="programlisting">struct AtkDocumentIface {
102
+ GTypeInterface parent;
103
+ const gchar* ( *get_document_type) (AtkDocument *document);
104
+ gpointer ( *get_document) (AtkDocument *document);
105
+
106
+ const gchar* ( *get_document_locale) (AtkDocument *document);
107
+ AtkAttributeSet * ( *get_document_attributes) (AtkDocument *document);
108
+ const gchar* ( *get_document_attribute_value) (AtkDocument *document,
109
+ const gchar *attribute_name);
110
+ gboolean ( *set_document_attribute) (AtkDocument *document,
111
+ const gchar *attribute_name,
112
+ const gchar *attribute_value);
113
+ };
114
+ </pre>
115
+ <div class="variablelist"><table border="0">
116
+ <col align="left" valign="top">
117
+ <tbody>
118
+ <tr>
119
+ <td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="AtkDocumentIface.parent"></a>parent</code></em>;</span></p></td>
120
+ <td></td>
121
+ </tr>
122
+ <tr>
123
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.get-document-type"></a>get_document_type</code></em> ()</span></p></td>
124
+ <td></td>
125
+ </tr>
126
+ <tr>
127
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.get-document"></a>get_document</code></em> ()</span></p></td>
128
+ <td></td>
129
+ </tr>
130
+ <tr>
131
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.get-document-locale"></a>get_document_locale</code></em> ()</span></p></td>
132
+ <td>gets locale. This virtual function is
133
+ deprecated since 2.7.90 and it should not be overriden.</td>
134
+ </tr>
135
+ <tr>
136
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.get-document-attributes"></a>get_document_attributes</code></em> ()</span></p></td>
137
+ <td></td>
138
+ </tr>
139
+ <tr>
140
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.get-document-attribute-value"></a>get_document_attribute_value</code></em> ()</span></p></td>
141
+ <td></td>
142
+ </tr>
143
+ <tr>
144
+ <td><p><span class="term"><em class="structfield"><code><a name="AtkDocumentIface.set-document-attribute"></a>set_document_attribute</code></em> ()</span></p></td>
145
+ <td></td>
146
+ </tr>
147
+ </tbody>
148
+ </table></div>
149
+ </div>
150
+ <hr>
151
+ <div class="refsect2">
101
152
  <a name="atk-document-get-document-type"></a><h3>atk_document_get_document_type ()</h3>
102
153
  <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_document_get_document_type (<em class="parameter"><code><a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *document</code></em>);</pre>
103
154
  <p>
@@ -233,10 +284,10 @@ Virtual: get_document_attributes. <span class="annotation">[<a href="http://fold
233
284
  <div class="refsect2">
234
285
  <a name="atk-document-get-locale"></a><h3>atk_document_get_locale ()</h3>
235
286
  <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_document_get_locale (<em class="parameter"><code><a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *document</code></em>);</pre>
236
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
287
+ <div class="warning">
237
288
  <h3 class="title">Warning</h3>
238
289
  <p><code class="literal">atk_document_get_locale</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version
239
- 2.7.90. Please use atk_object_get_object_locale instead.</p>
290
+ 2.7.90. Please use <a class="link" href="AtkObject.html#atk-object-get-object-locale" title="atk_object_get_object_locale ()"><code class="function">atk_object_get_object_locale()</code></a> instead.</p>
240
291
  </div>
241
292
  <p>
242
293
  Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
@@ -270,13 +321,15 @@ Virtual: get_document_locale</td>
270
321
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *atkdocument,
271
322
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
272
323
  <p>
273
- The 'load-complete' signal is emitted when a pending load of a static
274
- document has completed. This signal is to be expected by ATK clients
275
- if and when AtkDocument implementors expose ATK_STATE_BUSY. If the state
276
- of an AtkObject which implements AtkDocument does not include ATK_STATE_BUSY,
277
- it should be safe for clients to assume that the AtkDocument's static contents
278
- are fully loaded into the container. (Dynamic document contents should
279
- be exposed via other signals.)
324
+ The 'load-complete' signal is emitted when a pending load of
325
+ a static document has completed. This signal is to be
326
+ expected by ATK clients if and when AtkDocument implementors
327
+ expose ATK_STATE_BUSY. If the state of an AtkObject which
328
+ implements AtkDocument does not include ATK_STATE_BUSY, it
329
+ should be safe for clients to assume that the AtkDocument's
330
+ static contents are fully loaded into the container.
331
+ (Dynamic document contents should be exposed via other
332
+ signals.)
280
333
  </p>
281
334
  <div class="variablelist"><table border="0">
282
335
  <col align="left" valign="top">
@@ -298,11 +351,12 @@ be exposed via other signals.)
298
351
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *atkdocument,
299
352
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
300
353
  <p>
301
- The 'load-stopped' signal is emitted when a pending load of document contents
302
- is cancelled, paused, or otherwise interrupted by the user or application
303
- logic. It should not however be
304
- emitted while waiting for a resource (for instance while blocking on a file or
305
- network read) unless a user-significant timeout has occurred.
354
+ The 'load-stopped' signal is emitted when a pending load of
355
+ document contents is cancelled, paused, or otherwise
356
+ interrupted by the user or application logic. It should not
357
+ however be emitted while waiting for a resource (for instance
358
+ while blocking on a file or network read) unless a
359
+ user-significant timeout has occurred.
306
360
  </p>
307
361
  <div class="variablelist"><table border="0">
308
362
  <col align="left" valign="top">
@@ -324,9 +378,10 @@ network read) unless a user-significant timeout has occurred.
324
378
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkDocument.html" title="AtkDocument"><span class="type">AtkDocument</span></a> *atkdocument,
325
379
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
326
380
  <p>
327
- The 'reload' signal is emitted when the contents of a document is refreshed
328
- from its source. Once 'reload' has been emitted, a matching 'load-complete'
329
- or 'load-stopped' signal should follow, which clients may await before
381
+ The 'reload' signal is emitted when the contents of a
382
+ document is refreshed from its source. Once 'reload' has
383
+ been emitted, a matching 'load-complete' or 'load-stopped'
384
+ signal should follow, which clients may await before
330
385
  interrogating ATK for the latest document content.
331
386
  </p>
332
387
  <div class="variablelist"><table border="0">
@@ -347,6 +402,6 @@ interrogating ATK for the latest document content.
347
402
  </div>
348
403
  <div class="footer">
349
404
  <hr>
350
- Generated by GTK-Doc V1.18.1</div>
405
+ Generated by GTK-Doc V1.19.1</div>
351
406
  </body>
352
407
  </html>
@@ -8,34 +8,32 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkDocument.html" title="AtkDocument">
10
10
  <link rel="next" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible">
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="AtkDocument.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="AtkGObjectAccessible.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="#AtkEditableText.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="#AtkEditableText.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkEditableText.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
   | 
30
23
  <a href="#AtkEditableText.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="AtkDocument.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="AtkGObjectAccessible.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="AtkEditableText"></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="AtkEditableText.top_of_page"></a>AtkEditableText</span></h2>
38
- <p>AtkEditableText — The ATK interface implemented by components containing user-editable text content.</p>
35
+ <p>AtkEditableText — The ATK interface implemented by components
36
+ containing user-editable text content.</p>
39
37
  </td>
40
38
  <td valign="top" align="right"></td>
41
39
  </tr></table></div>
@@ -82,13 +80,17 @@ AtkEditableText is implemented by
82
80
  <div class="refsect1">
83
81
  <a name="AtkEditableText.description"></a><h2>Description</h2>
84
82
  <p>
85
- <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> should be implemented by UI components which contain
86
- text which the user can edit, via the <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> corresponding to that
87
- component (see <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>).
83
+ <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> should be implemented by UI components which
84
+ contain text which the user can edit, via the <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
85
+ corresponding to that component (see <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>).
86
+ </p>
87
+ <p>
88
+ <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is a subclass of <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>, and as such, an object
89
+ which implements <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is by definition an <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
90
+ implementor as well.
88
91
  </p>
89
92
  <p>
90
- <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is a subclass of <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>, and as such, an object which
91
- implements <a class="link" href="AtkEditableText.html" title="AtkEditableText"><span class="type">AtkEditableText</span></a> is by definition an <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a> implementor as well.
93
+ See also: <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
92
94
  </p>
93
95
  </div>
94
96
  <div class="refsect1">
@@ -97,7 +99,6 @@ implements <a class="link" href="AtkEditableText.html" title="AtkEditableText"><
97
99
  <a name="AtkEditableText-struct"></a><h3>AtkEditableText</h3>
98
100
  <pre class="programlisting">typedef struct _AtkEditableText AtkEditableText;</pre>
99
101
  <p>
100
- The AtkEditableText structure does not contain any fields.
101
102
  </p>
102
103
  </div>
103
104
  <hr>
@@ -314,15 +315,9 @@ Paste text from clipboard to specified <em class="parameter"><code>position</cod
314
315
  </table></div>
315
316
  </div>
316
317
  </div>
317
- <div class="refsect1">
318
- <a name="AtkEditableText.see-also"></a><h2>See Also</h2>
319
- <p>
320
- <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
321
- </p>
322
- </div>
323
318
  </div>
324
319
  <div class="footer">
325
320
  <hr>
326
- Generated by GTK-Doc V1.18.1</div>
321
+ Generated by GTK-Doc V1.19.1</div>
327
322
  </body>
328
323
  </html>
@@ -8,33 +8,30 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkEditableText.html" title="AtkEditableText">
10
10
  <link rel="next" href="AtkHyperlink.html" title="AtkHyperlink">
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="AtkEditableText.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="AtkHyperlink.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="#AtkGObjectAccessible.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="#AtkGObjectAccessible.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkGObjectAccessible.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="AtkEditableText.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkHyperlink.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="AtkGObjectAccessible"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
34
31
  <td valign="top">
35
32
  <h2><span class="refentrytitle"><a name="AtkGObjectAccessible.top_of_page"></a>AtkGObjectAccessible</span></h2>
36
- <p>AtkGObjectAccessible — This object class is derived from AtkObject and can be used as a basis
37
- implementing accessible objects.</p>
33
+ <p>AtkGObjectAccessible — This object class is derived from AtkObject and
34
+ can be used as a basis implementing accessible objects.</p>
38
35
  </td>
39
36
  <td valign="top" align="right"></td>
40
37
  </tr></table></div>
@@ -56,10 +53,10 @@ implementing accessible objects.</p>
56
53
  <div class="refsect1">
57
54
  <a name="AtkGObjectAccessible.description"></a><h2>Description</h2>
58
55
  <p>
59
- This object class is derived from AtkObject. It can be used as a basis for
60
- implementing accessible objects for GObjects which are not derived from
61
- GtkWidget. One example of its use is in providing an accessible object
62
- for GnomeCanvasItem in the GAIL library.
56
+ This object class is derived from AtkObject. It can be used as a
57
+ basis for implementing accessible objects for GObjects which are
58
+ not derived from GtkWidget. One example of its use is in providing
59
+ an accessible object for GnomeCanvasItem in the GAIL library.
63
60
  </p>
64
61
  </div>
65
62
  <div class="refsect1">
@@ -68,7 +65,6 @@ for GnomeCanvasItem in the GAIL library.
68
65
  <a name="AtkGObjectAccessible-struct"></a><h3>struct AtkGObjectAccessible</h3>
69
66
  <pre class="programlisting">struct AtkGObjectAccessible;</pre>
70
67
  <p>
71
- The AtkGObjectAccessible structure should not be accessed directly.
72
68
  </p>
73
69
  </div>
74
70
  <hr>
@@ -123,6 +119,6 @@ the accessible object. <span class="annotation">[<a href="http://foldoc.org/tran
123
119
  </div>
124
120
  <div class="footer">
125
121
  <hr>
126
- Generated by GTK-Doc V1.18.1</div>
122
+ Generated by GTK-Doc V1.19.1</div>
127
123
  </body>
128
124
  </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="AtkGObjectAccessible.html" title="AtkGObjectAccessible">
10
- <link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinkImpl">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
10
+ <link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
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="AtkGObjectAccessible.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-AtkHyperlinkImpl.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="#AtkHyperlink.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="#AtkHyperlink.description" class="shortcut">Description</a>
27
20
   | 
@@ -32,14 +25,19 @@
32
25
  <a href="#AtkHyperlink.properties" class="shortcut">Properties</a>
33
26
   | 
34
27
  <a href="#AtkHyperlink.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="AtkGObjectAccessible.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
32
+ <td><a accesskey="n" href="atk-AtkHyperlinkImpl.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="AtkHyperlink"></a><div class="titlepage"></div>
39
36
  <div class="refnamediv"><table width="100%"><tr>
40
37
  <td valign="top">
41
38
  <h2><span class="refentrytitle"><a name="AtkHyperlink.top_of_page"></a>AtkHyperlink</span></h2>
42
- <p>AtkHyperlink — An ATK object which encapsulates a link or set of links in a hypertext document.</p>
39
+ <p>AtkHyperlink — An ATK object which encapsulates a link or set
40
+ of links in a hypertext document.</p>
43
41
  </td>
44
42
  <td valign="top" align="right"></td>
45
43
  </tr></table></div>
@@ -90,11 +88,12 @@ AtkHyperlink implements
90
88
  <div class="refsect1">
91
89
  <a name="AtkHyperlink.description"></a><h2>Description</h2>
92
90
  <p>
93
- An ATK object which encapsulates a link or set of links
94
- (for instance in the case of client-side image maps) in a hypertext document.
95
- It may implement the AtkAction interface. AtkHyperlink may also be used
96
- to refer to inline embedded content, since it allows specification of a start
97
- and end offset within the host AtkHypertext object.
91
+ An ATK object which encapsulates a link or set of links (for
92
+ instance in the case of client-side image maps) in a hypertext
93
+ document. It may implement the AtkAction interface. AtkHyperlink
94
+ may also be used to refer to inline embedded content, since it
95
+ allows specification of a start and end offset within the host
96
+ AtkHypertext object.
98
97
  </p>
99
98
  </div>
100
99
  <div class="refsect1">
@@ -103,7 +102,6 @@ and end offset within the host AtkHypertext object.
103
102
  <a name="AtkHyperlink-struct"></a><h3>struct AtkHyperlink</h3>
104
103
  <pre class="programlisting">struct AtkHyperlink;</pre>
105
104
  <p>
106
- The AtkHyperlink structure should not be accessed directly.
107
105
  </p>
108
106
  </div>
109
107
  <hr>
@@ -311,9 +309,11 @@ Gets the number of anchors associated with this hyperlink.
311
309
  <div class="refsect2">
312
310
  <a name="atk-hyperlink-is-selected-link"></a><h3>atk_hyperlink_is_selected_link ()</h3>
313
311
  <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_selected_link (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
314
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
312
+ <div class="warning">
315
313
  <h3 class="title">Warning</h3>
316
- <p><code class="literal">atk_hyperlink_is_selected_link</code> is deprecated and should not be used in newly-written code. Please use ATK_STATE_SELECTED to indicate when a hyperlink within a Hypertext container is selected.</p>
314
+ <p><code class="literal">atk_hyperlink_is_selected_link</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 1.8.
315
+ Please use ATK_STATE_SELECTED to indicate when a hyperlink within a
316
+ Hypertext container is selected.</p>
317
317
  </div>
318
318
  <p>
319
319
  Determines whether this AtkHyperlink is selected
@@ -356,7 +356,16 @@ Determines whether this AtkHyperlink is selected
356
356
  <div class="refsect2">
357
357
  <a name="AtkHyperlink--selected-link"></a><h3>The <code class="literal">"selected-link"</code> property</h3>
358
358
  <pre class="programlisting"> "selected-link" <span class="type">gboolean</span> : Read</pre>
359
- <p>Specifies whether the AtkHyperlink object is selected.</p>
359
+ <div class="warning">
360
+ <h3 class="title">Warning</h3>
361
+ <p><code class="literal">AtkHyperlink:selected-link</code> is deprecated and should not be used in newly-written code. Since 1.8. As atk_hyperlink_is_selected_link is
362
+ deprecated this property is deprecated as well. Please use
363
+ ATK_STATE_SELECTED to indicate when a hyperlink within a
364
+ Hypertext container is selected.</p>
365
+ </div>
366
+ <p>
367
+ Selected link
368
+ </p>
360
369
  <p>Default value: FALSE</p>
361
370
  </div>
362
371
  <hr>
@@ -395,6 +404,6 @@ The signal link-activated is emitted when a link is activated.
395
404
  </div>
396
405
  <div class="footer">
397
406
  <hr>
398
- Generated by GTK-Doc V1.18.1</div>
407
+ Generated by GTK-Doc V1.19.1</div>
399
408
  </body>
400
409
  </html>