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
@@ -6,7 +6,7 @@
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="next" href="atk.html" title="ATK Library">
9
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -14,7 +14,7 @@
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">ATK - Accessibility Toolkit</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for ATK 2.8.0
17
+ <div><p class="releaseinfo">for ATK 2.10.0
18
18
  </p></div>
19
19
  </div>
20
20
  <hr>
@@ -23,36 +23,41 @@
23
23
  <dt><span class="chapter"><a href="atk.html">ATK Library</a></span></dt>
24
24
  <dd><dl>
25
25
  <dt>
26
- <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> — The ATK interface provided by UI components which the user can
27
- activate/interact with,</span>
26
+ <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> — The ATK interface provided by UI components
27
+ which the user can activate/interact with.</span>
28
28
  </dt>
29
29
  <dt>
30
- <span class="refentrytitle"><a href="AtkComponent.html">AtkComponent</a></span><span class="refpurpose"> — The ATK interface provided by UI components which occupy a physical area on
31
- the screen.</span>
30
+ <span class="refentrytitle"><a href="AtkComponent.html">AtkComponent</a></span><span class="refpurpose"> — The ATK interface provided by UI components
31
+ which occupy a physical area on the screen.
32
+ which the user can activate/interact with.</span>
32
33
  </dt>
33
34
  <dt>
34
- <span class="refentrytitle"><a href="AtkDocument.html">AtkDocument</a></span><span class="refpurpose"> — The ATK interface which represents the toplevel container for document content.</span>
35
+ <span class="refentrytitle"><a href="AtkDocument.html">AtkDocument</a></span><span class="refpurpose"> — The ATK interface which represents the toplevel
36
+ container for document content.</span>
35
37
  </dt>
36
38
  <dt>
37
- <span class="refentrytitle"><a href="AtkEditableText.html">AtkEditableText</a></span><span class="refpurpose"> — The ATK interface implemented by components containing user-editable text content.</span>
39
+ <span class="refentrytitle"><a href="AtkEditableText.html">AtkEditableText</a></span><span class="refpurpose"> — The ATK interface implemented by components
40
+ containing user-editable text content.</span>
38
41
  </dt>
39
42
  <dt>
40
- <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and can be used as a basis
41
- implementing accessible objects.</span>
43
+ <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and
44
+ can be used as a basis implementing accessible objects.</span>
42
45
  </dt>
43
46
  <dt>
44
- <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set of links in a hypertext document.</span>
47
+ <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set
48
+ of links in a hypertext document.</span>
45
49
  </dt>
46
50
  <dt>
47
- <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinkImpl</a></span><span class="refpurpose"> — An interface from which the AtkHyperlink associated with an
48
- AtkObject may be obtained.</span>
51
+ <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinImpl</a></span><span class="refpurpose"> — An interface from which the AtkHyperlink
52
+ associated with an AtkObject may be obtained.</span>
49
53
  </dt>
50
54
  <dt>
51
- <span class="refentrytitle"><a href="AtkHypertext.html">AtkHypertext</a></span><span class="refpurpose"> — The ATK interface which provides standard mechanism for manipulating hyperlinks.</span>
55
+ <span class="refentrytitle"><a href="AtkHypertext.html">AtkHypertext</a></span><span class="refpurpose"> — The ATK interface which provides standard
56
+ mechanism for manipulating hyperlinks.</span>
52
57
  </dt>
53
58
  <dt>
54
- <span class="refentrytitle"><a href="AtkImage.html">AtkImage</a></span><span class="refpurpose"> — The ATK Interface implemented by components which expose image or pixmap
55
- content on-screen.</span>
59
+ <span class="refentrytitle"><a href="AtkImage.html">AtkImage</a></span><span class="refpurpose"> — The ATK Interface implemented by components
60
+ which expose image or pixmap content on-screen.</span>
56
61
  </dt>
57
62
  <dt>
58
63
  <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> — An AtkObject which purports to implement all ATK interfaces.</span>
@@ -64,29 +69,29 @@ content on-screen.</span>
64
69
  <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
65
70
  </dt>
66
71
  <dt>
67
- <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to create accessible objects for
68
- objects of a specific GType.</span>
72
+ <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to
73
+ create accessible objects for objects of a specific GType.</span>
69
74
  </dt>
70
75
  <dt>
71
- <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"></span>
76
+ <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
72
77
  </dt>
73
78
  <dt>
74
- <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"> — An object used to store the GType of the factories used to create an accessible
75
- object for an object of a particular GType.</span>
79
+ <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"></span>
76
80
  </dt>
77
81
  <dt>
78
- <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a object and one or more
79
- other objects.</span>
82
+ <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a
83
+ object and one or more other objects.</span>
80
84
  </dt>
81
85
  <dt>
82
- <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> — A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.</span>
86
+ <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> — A set of AtkRelations, normally the set of
87
+ AtkRelations which an AtkObject has.</span>
83
88
  </dt>
84
89
  <dt>
85
- <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> — The ATK interface implemented by container objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children
86
- can be selected.</span>
90
+ <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> — The ATK interface implemented by container
91
+ objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</span>
87
92
  </dt>
88
93
  <dt>
89
- <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"></span>
94
+ <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"> — Container for AtkPlug objects from other processes</span>
90
95
  </dt>
91
96
  <dt>
92
97
  <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
@@ -95,27 +100,30 @@ can be selected.</span>
95
100
  <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
96
101
  </dt>
97
102
  <dt>
98
- <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to streamable content.</span>
103
+ <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to
104
+ streamable content.</span>
99
105
  </dt>
100
106
  <dt>
101
- <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> — The ATK interface implemented for UI components which contain tabular or
102
- row/column information.</span>
107
+ <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> — The ATK interface implemented for UI components
108
+ which contain tabular or row/column information.</span>
103
109
  </dt>
104
110
  <dt>
105
- <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components with text content.</span>
111
+ <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components
112
+ with text content.</span>
106
113
  </dt>
107
114
  <dt>
108
115
  <span class="refentrytitle"><a href="AtkUtil.html">AtkUtil</a></span><span class="refpurpose"> — A set of ATK utility functions for event and toolkit support.</span>
109
116
  </dt>
110
117
  <dt>
111
- <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and components which display or
112
- select a value from a bounded range of values.</span>
118
+ <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and
119
+ components which display or select a value from a bounded range of
120
+ values.</span>
113
121
  </dt>
114
122
  <dt>
115
123
  <span class="refentrytitle"><a href="AtkWindow.html">AtkWindow</a></span><span class="refpurpose"> — The ATK Interface provided by UI components that represent a top-level window.</span>
116
124
  </dt>
117
125
  </dl></dd>
118
- <dt><span class="chapter"><a href="atk.html">Utilities</a></span></dt>
126
+ <dt><span class="chapter"><a href="utilities.html">Utilities</a></span></dt>
119
127
  <dd><dl><dt>
120
128
  <span class="refentrytitle"><a href="atk-Versioning-Utilities.html">Versioning macros</a></span><span class="refpurpose"> — Variables and functions to check the ATK version</span>
121
129
  </dt></dl></dd>
@@ -138,6 +146,6 @@ select a value from a bounded range of values.</span>
138
146
  </div>
139
147
  <div class="footer">
140
148
  <hr>
141
- Generated by GTK-Doc V1.18.1</div>
149
+ Generated by GTK-Doc V1.19.1</div>
142
150
  </body>
143
151
  </html>
@@ -5,6 +5,7 @@
5
5
  <ANCHOR id="AtkAction.description" href="atk/AtkAction.html#AtkAction.description">
6
6
  <ANCHOR id="AtkAction.details" href="atk/AtkAction.html#AtkAction.details">
7
7
  <ANCHOR id="AtkAction-struct" href="atk/AtkAction.html#AtkAction-struct">
8
+ <ANCHOR id="AtkActionIface" href="atk/AtkAction.html#AtkActionIface">
8
9
  <ANCHOR id="atk-action-do-action" href="atk/AtkAction.html#atk-action-do-action">
9
10
  <ANCHOR id="atk-action-get-n-actions" href="atk/AtkAction.html#atk-action-get-n-actions">
10
11
  <ANCHOR id="atk-action-get-description" href="atk/AtkAction.html#atk-action-get-description">
@@ -20,6 +21,9 @@
20
21
  <ANCHOR id="AtkComponent.description" href="atk/AtkComponent.html#AtkComponent.description">
21
22
  <ANCHOR id="AtkComponent.details" href="atk/AtkComponent.html#AtkComponent.details">
22
23
  <ANCHOR id="AtkComponent-struct" href="atk/AtkComponent.html#AtkComponent-struct">
24
+ <ANCHOR id="AtkComponentIface" href="atk/AtkComponent.html#AtkComponentIface">
25
+ <ANCHOR id="AtkFocusHandler" href="atk/AtkComponent.html#AtkFocusHandler">
26
+ <ANCHOR id="AtkRectangle" href="atk/AtkComponent.html#AtkRectangle">
23
27
  <ANCHOR id="atk-component-add-focus-handler" href="atk/AtkComponent.html#atk-component-add-focus-handler">
24
28
  <ANCHOR id="atk-component-contains" href="atk/AtkComponent.html#atk-component-contains">
25
29
  <ANCHOR id="atk-component-get-extents" href="atk/AtkComponent.html#atk-component-get-extents">
@@ -44,6 +48,7 @@
44
48
  <ANCHOR id="AtkDocument.description" href="atk/AtkDocument.html#AtkDocument.description">
45
49
  <ANCHOR id="AtkDocument.details" href="atk/AtkDocument.html#AtkDocument.details">
46
50
  <ANCHOR id="AtkDocument-struct" href="atk/AtkDocument.html#AtkDocument-struct">
51
+ <ANCHOR id="AtkDocumentIface" href="atk/AtkDocument.html#AtkDocumentIface">
47
52
  <ANCHOR id="atk-document-get-document-type" href="atk/AtkDocument.html#atk-document-get-document-type">
48
53
  <ANCHOR id="atk-document-get-document" href="atk/AtkDocument.html#atk-document-get-document">
49
54
  <ANCHOR id="atk-document-get-attribute-value" href="atk/AtkDocument.html#atk-document-get-attribute-value">
@@ -68,7 +73,6 @@
68
73
  <ANCHOR id="atk-editable-text-cut-text" href="atk/AtkEditableText.html#atk-editable-text-cut-text">
69
74
  <ANCHOR id="atk-editable-text-delete-text" href="atk/AtkEditableText.html#atk-editable-text-delete-text">
70
75
  <ANCHOR id="atk-editable-text-paste-text" href="atk/AtkEditableText.html#atk-editable-text-paste-text">
71
- <ANCHOR id="AtkEditableText.see-also" href="atk/AtkEditableText.html#AtkEditableText.see-also">
72
76
  <ANCHOR id="AtkGObjectAccessible" href="atk/AtkGObjectAccessible.html">
73
77
  <ANCHOR id="AtkGObjectAccessible.synopsis" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.synopsis">
74
78
  <ANCHOR id="AtkGObjectAccessible.object-hierarchy" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.object-hierarchy">
@@ -122,7 +126,6 @@
122
126
  <ANCHOR id="atk-hypertext-get-link-index" href="atk/AtkHypertext.html#atk-hypertext-get-link-index">
123
127
  <ANCHOR id="AtkHypertext.signal-details" href="atk/AtkHypertext.html#AtkHypertext.signal-details">
124
128
  <ANCHOR id="AtkHypertext-link-selected" href="atk/AtkHypertext.html#AtkHypertext-link-selected">
125
- <ANCHOR id="AtkHypertext.see-also" href="atk/AtkHypertext.html#AtkHypertext.see-also">
126
129
  <ANCHOR id="AtkImage" href="atk/AtkImage.html">
127
130
  <ANCHOR id="AtkImage.synopsis" href="atk/AtkImage.html#AtkImage.synopsis">
128
131
  <ANCHOR id="AtkImage.object-hierarchy" href="atk/AtkImage.html#AtkImage.object-hierarchy">
@@ -300,6 +303,7 @@
300
303
  <ANCHOR id="atk-object-add-relationship" href="atk/AtkObject.html#atk-object-add-relationship">
301
304
  <ANCHOR id="atk-object-remove-relationship" href="atk/AtkObject.html#atk-object-remove-relationship">
302
305
  <ANCHOR id="atk-object-get-attributes" href="atk/AtkObject.html#atk-object-get-attributes">
306
+ <ANCHOR id="atk-object-get-object-locale" href="atk/AtkObject.html#atk-object-get-object-locale">
303
307
  <ANCHOR id="atk-role-get-name" href="atk/AtkObject.html#atk-role-get-name">
304
308
  <ANCHOR id="atk-role-get-localized-name" href="atk/AtkObject.html#atk-role-get-localized-name">
305
309
  <ANCHOR id="atk-role-for-name" href="atk/AtkObject.html#atk-role-for-name">
@@ -326,7 +330,6 @@
326
330
  <ANCHOR id="AtkObject-property-change" href="atk/AtkObject.html#AtkObject-property-change">
327
331
  <ANCHOR id="AtkObject-state-change" href="atk/AtkObject.html#AtkObject-state-change">
328
332
  <ANCHOR id="AtkObject-visible-data-changed" href="atk/AtkObject.html#AtkObject-visible-data-changed">
329
- <ANCHOR id="AtkObject.see-also" href="atk/AtkObject.html#AtkObject.see-also">
330
333
  <ANCHOR id="AtkObjectFactory" href="atk/AtkObjectFactory.html">
331
334
  <ANCHOR id="AtkObjectFactory.synopsis" href="atk/AtkObjectFactory.html#AtkObjectFactory.synopsis">
332
335
  <ANCHOR id="AtkObjectFactory.object-hierarchy" href="atk/AtkObjectFactory.html#AtkObjectFactory.object-hierarchy">
@@ -336,7 +339,6 @@
336
339
  <ANCHOR id="atk-object-factory-create-accessible" href="atk/AtkObjectFactory.html#atk-object-factory-create-accessible">
337
340
  <ANCHOR id="atk-object-factory-get-accessible-type" href="atk/AtkObjectFactory.html#atk-object-factory-get-accessible-type">
338
341
  <ANCHOR id="atk-object-factory-invalidate" href="atk/AtkObjectFactory.html#atk-object-factory-invalidate">
339
- <ANCHOR id="AtkObjectFactory.see-also" href="atk/AtkObjectFactory.html#AtkObjectFactory.see-also">
340
342
  <ANCHOR id="atk-AtkPlug" href="atk/atk-AtkPlug.html">
341
343
  <ANCHOR id="atk-AtkPlug.synopsis" href="atk/atk-AtkPlug.html#atk-AtkPlug.synopsis">
342
344
  <ANCHOR id="atk-AtkPlug.description" href="atk/atk-AtkPlug.html#atk-AtkPlug.description">
@@ -344,6 +346,7 @@
344
346
  <ANCHOR id="AtkPlug" href="atk/atk-AtkPlug.html#AtkPlug">
345
347
  <ANCHOR id="atk-plug-new" href="atk/atk-AtkPlug.html#atk-plug-new">
346
348
  <ANCHOR id="atk-plug-get-id" href="atk/atk-AtkPlug.html#atk-plug-get-id">
349
+ <ANCHOR id="atk-AtkPlug.see-also" href="atk/atk-AtkPlug.html#atk-AtkPlug.see-also">
347
350
  <ANCHOR id="AtkRegistry" href="atk/AtkRegistry.html">
348
351
  <ANCHOR id="AtkRegistry.synopsis" href="atk/AtkRegistry.html#AtkRegistry.synopsis">
349
352
  <ANCHOR id="AtkRegistry.object-hierarchy" href="atk/AtkRegistry.html#AtkRegistry.object-hierarchy">
@@ -422,7 +425,6 @@
422
425
  <ANCHOR id="atk-selection-select-all-selection" href="atk/AtkSelection.html#atk-selection-select-all-selection">
423
426
  <ANCHOR id="AtkSelection.signal-details" href="atk/AtkSelection.html#AtkSelection.signal-details">
424
427
  <ANCHOR id="AtkSelection-selection-changed" href="atk/AtkSelection.html#AtkSelection-selection-changed">
425
- <ANCHOR id="AtkSelection.see-also" href="atk/AtkSelection.html#AtkSelection.see-also">
426
428
  <ANCHOR id="atk-AtkSocket" href="atk/atk-AtkSocket.html">
427
429
  <ANCHOR id="atk-AtkSocket.synopsis" href="atk/atk-AtkSocket.html#atk-AtkSocket.synopsis">
428
430
  <ANCHOR id="atk-AtkSocket.description" href="atk/atk-AtkSocket.html#atk-AtkSocket.description">
@@ -431,6 +433,7 @@
431
433
  <ANCHOR id="atk-socket-new" href="atk/atk-AtkSocket.html#atk-socket-new">
432
434
  <ANCHOR id="atk-socket-embed" href="atk/atk-AtkSocket.html#atk-socket-embed">
433
435
  <ANCHOR id="atk-socket-is-occupied" href="atk/atk-AtkSocket.html#atk-socket-is-occupied">
436
+ <ANCHOR id="atk-AtkSocket.see-also" href="atk/atk-AtkSocket.html#atk-AtkSocket.see-also">
434
437
  <ANCHOR id="atk-AtkState" href="atk/atk-AtkState.html">
435
438
  <ANCHOR id="atk-AtkState.synopsis" href="atk/atk-AtkState.html#atk-AtkState.synopsis">
436
439
  <ANCHOR id="atk-AtkState.description" href="atk/atk-AtkState.html#atk-AtkState.description">
@@ -552,7 +555,6 @@
552
555
  <ANCHOR id="AtkTable-row-deleted" href="atk/AtkTable.html#AtkTable-row-deleted">
553
556
  <ANCHOR id="AtkTable-row-inserted" href="atk/AtkTable.html#AtkTable-row-inserted">
554
557
  <ANCHOR id="AtkTable-row-reordered" href="atk/AtkTable.html#AtkTable-row-reordered">
555
- <ANCHOR id="AtkTable.see-also" href="atk/AtkTable.html#AtkTable.see-also">
556
558
  <ANCHOR id="AtkText" href="atk/AtkText.html">
557
559
  <ANCHOR id="AtkText.synopsis" href="atk/AtkText.html#AtkText.synopsis">
558
560
  <ANCHOR id="AtkText.object-hierarchy" href="atk/AtkText.html#AtkText.object-hierarchy">
@@ -561,6 +563,7 @@
561
563
  <ANCHOR id="AtkText.description" href="atk/AtkText.html#AtkText.description">
562
564
  <ANCHOR id="AtkText.details" href="atk/AtkText.html#AtkText.details">
563
565
  <ANCHOR id="AtkText-struct" href="atk/AtkText.html#AtkText-struct">
566
+ <ANCHOR id="AtkTextIface" href="atk/AtkText.html#AtkTextIface">
564
567
  <ANCHOR id="AtkTextBoundary" href="atk/AtkText.html#AtkTextBoundary">
565
568
  <ANCHOR id="ATK-TEXT-BOUNDARY-CHAR:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-CHAR:CAPS">
566
569
  <ANCHOR id="ATK-TEXT-BOUNDARY-WORD-START:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-WORD-START:CAPS">
@@ -569,6 +572,12 @@
569
572
  <ANCHOR id="ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS">
570
573
  <ANCHOR id="ATK-TEXT-BOUNDARY-LINE-START:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-LINE-START:CAPS">
571
574
  <ANCHOR id="ATK-TEXT-BOUNDARY-LINE-END:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-LINE-END:CAPS">
575
+ <ANCHOR id="AtkTextGranularity" href="atk/AtkText.html#AtkTextGranularity">
576
+ <ANCHOR id="ATK-TEXT-GRANULARITY-CHAR:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-CHAR:CAPS">
577
+ <ANCHOR id="ATK-TEXT-GRANULARITY-WORD:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-WORD:CAPS">
578
+ <ANCHOR id="ATK-TEXT-GRANULARITY-SENTENCE:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-SENTENCE:CAPS">
579
+ <ANCHOR id="ATK-TEXT-GRANULARITY-LINE:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-LINE:CAPS">
580
+ <ANCHOR id="ATK-TEXT-GRANULARITY-PARAGRAPH:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-PARAGRAPH:CAPS">
572
581
  <ANCHOR id="AtkTextClipType" href="atk/AtkText.html#AtkTextClipType">
573
582
  <ANCHOR id="ATK-TEXT-CLIP-NONE:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-NONE:CAPS">
574
583
  <ANCHOR id="ATK-TEXT-CLIP-MIN:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-MIN:CAPS">
@@ -613,6 +622,7 @@
613
622
  <ANCHOR id="atk-text-get-text-after-offset" href="atk/AtkText.html#atk-text-get-text-after-offset">
614
623
  <ANCHOR id="atk-text-get-text-at-offset" href="atk/AtkText.html#atk-text-get-text-at-offset">
615
624
  <ANCHOR id="atk-text-get-text-before-offset" href="atk/AtkText.html#atk-text-get-text-before-offset">
625
+ <ANCHOR id="atk-text-get-string-at-offset" href="atk/AtkText.html#atk-text-get-string-at-offset">
616
626
  <ANCHOR id="atk-text-get-caret-offset" href="atk/AtkText.html#atk-text-get-caret-offset">
617
627
  <ANCHOR id="atk-text-get-character-extents" href="atk/AtkText.html#atk-text-get-character-extents">
618
628
  <ANCHOR id="atk-text-get-run-attributes" href="atk/AtkText.html#atk-text-get-run-attributes">
@@ -640,7 +650,6 @@
640
650
  <ANCHOR id="AtkText-text-insert" href="atk/AtkText.html#AtkText-text-insert">
641
651
  <ANCHOR id="AtkText-text-remove" href="atk/AtkText.html#AtkText-text-remove">
642
652
  <ANCHOR id="AtkText-text-selection-changed" href="atk/AtkText.html#AtkText-text-selection-changed">
643
- <ANCHOR id="AtkText-text-update" href="atk/AtkText.html#AtkText-text-update">
644
653
  <ANCHOR id="AtkUtil" href="atk/AtkUtil.html">
645
654
  <ANCHOR id="AtkUtil.synopsis" href="atk/AtkUtil.html#AtkUtil.synopsis">
646
655
  <ANCHOR id="AtkUtil.object-hierarchy" href="atk/AtkUtil.html#AtkUtil.object-hierarchy">
@@ -1,3 +1,7 @@
1
+ body
2
+ {
3
+ font-family: cantarell, sans-serif;
4
+ }
1
5
  .synopsis, .classsynopsis
2
6
  {
3
7
  /* tango:aluminium 1/2 */
@@ -53,9 +57,9 @@
53
57
  table.navigation#top
54
58
  {
55
59
  position: fixed;
56
- /* tango:scarlet red 0/1 */
57
- background: #ffe6e6;
58
- border: solid 1px #ef2929;
60
+ /* tango:aluminum 2 */
61
+ background: #d3d7cf;
62
+ border: solid 1px #babdb6;
59
63
  margin-top: 0;
60
64
  margin-bottom: 0;
61
65
  top: 0;
@@ -65,18 +69,18 @@
65
69
  }
66
70
  .navigation a, .navigation a:visited
67
71
  {
68
- /* tango:scarlet red 3 */
69
- color: #a40000;
72
+ /* tango:sky blue 3 */
73
+ color: #204a87;
70
74
  }
71
75
  .navigation a:hover
72
76
  {
73
- /* tango:scarlet red 1 */
74
- color: #ef2929;
77
+ /* tango:sky blue 2 */
78
+ color: #3465a4;
75
79
  }
76
80
  td.shortcuts
77
81
  {
78
- /* tango:scarlet red 1 */
79
- color: #ef2929;
82
+ /* tango:sky blue 2 */
83
+ color: #3465a4;
80
84
  font-size: 80%;
81
85
  white-space: nowrap;
82
86
  }
@@ -89,9 +93,9 @@
89
93
  div.titlepage table.navigation {
90
94
  visibility: visible;
91
95
  display: table;
92
- /* tango:scarlet red 0/1 */
93
- background: #ffe6e6;
94
- border: solid 1px #ef2929;
96
+ /* tango:aluminum 2 */
97
+ background: #d3d7cf;
98
+ border: solid 1px #babdb6;
95
99
  margin-top: 0;
96
100
  margin-bottom: 0;
97
101
  top: 0;
@@ -102,7 +106,7 @@
102
106
 
103
107
  .navigation .title
104
108
  {
105
- font-size: 200%;
109
+ font-size: 120%;
106
110
  }
107
111
 
108
112
  div.gallery-float
@@ -156,14 +160,37 @@ div.table table th
156
160
 
157
161
  hr
158
162
  {
159
- /* tango:aluminium 3 */
160
- color: #babdb6;
161
- background: #babdb6;
163
+ /* tango:aluminium 1 */
164
+ color: #d3d7cf;
165
+ background: #d3d7cf;
162
166
  border: none 0px;
163
167
  height: 1px;
164
168
  clear: both;
165
169
  }
166
170
 
171
+ dl.toc dt
172
+ {
173
+ padding-bottom: 0.25em;
174
+ }
175
+
176
+ dl.toc > dd > dl > dt
177
+ {
178
+ padding-top: 0.25em;
179
+ padding-bottom: 0.25em;
180
+ }
181
+
182
+ dl.toc > dt
183
+ {
184
+ padding-top: 1em;
185
+ padding-bottom: 0.5em;
186
+ font-weight: bold;
187
+ }
188
+
189
+ .parameter
190
+ {
191
+ font-style: normal;
192
+ }
193
+
167
194
  .footer
168
195
  {
169
196
  padding-top: 3.5em;
@@ -173,6 +200,18 @@ hr
173
200
  font-size: 80%;
174
201
  }
175
202
 
203
+ .informalfigure,
204
+ .figure
205
+ {
206
+ margin: 2em;
207
+ }
208
+
209
+ .informalexample,
210
+ .example
211
+ {
212
+ margin: 2em;
213
+ }
214
+
176
215
  .warning
177
216
  {
178
217
  /* tango:orange 0/1 */
@@ -190,6 +229,7 @@ hr
190
229
  padding: 0.5em;
191
230
  border-width: 1px;
192
231
  border-style: solid;
232
+ margin: 2em;
193
233
  }
194
234
  .note h3, .warning h3
195
235
  {
@@ -200,6 +240,21 @@ hr
200
240
  margin-bottom: 0.0em
201
241
  }
202
242
 
243
+ p + div.section
244
+ {
245
+ margin-top: 2.5em;
246
+ }
247
+
248
+ div.refnamediv,
249
+ div.refsynopsisdiv,
250
+ div.refsect1,
251
+ div.refsect2,
252
+ div.toc,
253
+ div.section
254
+ {
255
+ margin-bottom: 2.5em;
256
+ }
257
+
203
258
  /* blob links */
204
259
  h2 .extralinks, h3 .extralinks
205
260
  {