atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,27 +2,27 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>ATK Library</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: ATK Interfaces</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
- <link rel="prev" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="AtkUtil.html" title="AtkUtil">
10
10
  <link rel="next" href="AtkAction.html" title="AtkAction">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left"></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><a accesskey="p" href="AtkUtil.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="AtkAction.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="atk"></a>ATK Library</h2></div></div></div>
25
- <div class="toc"><dl>
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="interfaces"></a>ATK Interfaces</h1></div></div></div>
25
+ <div class="toc"><dl class="toc">
26
26
  <dt>
27
27
  <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> — The ATK interface provided by UI components
28
28
  which the user can activate/interact with.</span>
@@ -41,14 +41,6 @@ which the user can activate/interact with.</span>
41
41
  containing user-editable text content.</span>
42
42
  </dt>
43
43
  <dt>
44
- <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and
45
- can be used as a basis implementing accessible objects.</span>
46
- </dt>
47
- <dt>
48
- <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set
49
- of links in a hypertext document.</span>
50
- </dt>
51
- <dt>
52
44
  <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinImpl</a></span><span class="refpurpose"> — An interface from which the AtkHyperlink
53
45
  associated with an AtkObject may be obtained.</span>
54
46
  </dt>
@@ -61,44 +53,8 @@ which the user can activate/interact with.</span>
61
53
  which expose image or pixmap content on-screen.</span>
62
54
  </dt>
63
55
  <dt>
64
- <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> An AtkObject which purports to implement all ATK interfaces.</span>
65
- </dt>
66
- <dt>
67
- <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> — The AtkObjectFactory which creates an AtkNoOpObject.</span>
68
- </dt>
69
- <dt>
70
- <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
71
- </dt>
72
- <dt>
73
- <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to
74
- create accessible objects for objects of a specific GType.</span>
75
- </dt>
76
- <dt>
77
- <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
78
- </dt>
79
- <dt>
80
- <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"></span>
81
- </dt>
82
- <dt>
83
- <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a
84
- object and one or more other objects.</span>
85
- </dt>
86
- <dt>
87
- <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> — A set of AtkRelations, normally the set of
88
- AtkRelations which an AtkObject has.</span>
89
- </dt>
90
- <dt>
91
- <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> — The ATK interface implemented by container
92
- objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</span>
93
- </dt>
94
- <dt>
95
- <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"> — Container for AtkPlug objects from other processes</span>
96
- </dt>
97
- <dt>
98
- <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
99
- </dt>
100
- <dt>
101
- <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
56
+ <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose">The ATK interface implemented by container
57
+ objects whose <span class="type">AtkObject</span> children can be selected.</span>
102
58
  </dt>
103
59
  <dt>
104
60
  <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to
@@ -109,11 +65,12 @@ which the user can activate/interact with.</span>
109
65
  which contain tabular or row/column information.</span>
110
66
  </dt>
111
67
  <dt>
112
- <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose">The ATK interface implemented by components
113
- with text content.</span>
68
+ <span class="refentrytitle"><a href="AtkTableCell.html">AtkTableCell</a></span><span class="refpurpose">The ATK interface implemented for a cell inside
69
+ a two-dimentional <span class="type">AtkTable</span></span>
114
70
  </dt>
115
71
  <dt>
116
- <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>
72
+ <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components
73
+ with text content.</span>
117
74
  </dt>
118
75
  <dt>
119
76
  <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and
@@ -127,6 +84,6 @@ which the user can activate/interact with.</span>
127
84
  </div>
128
85
  <div class="footer">
129
86
  <hr>
130
- Generated by GTK-Doc V1.19.1</div>
87
+ Generated by GTK-Doc V1.21.1</div>
131
88
  </body>
132
89
  </html>
@@ -0,0 +1,47 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>ATK - Accessibility Toolkit: Overview</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="index.html" title="ATK - Accessibility Toolkit">
10
+ <link rel="next" href="atkobject.html" title="Base accessibility object">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></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="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="atkobject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="chapter">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="overview"></a>Overview</h1></div></div></div>
25
+ <p>
26
+ GNOME provides support for accessibility devices using the ATK
27
+ framework. This framework defines a set of interfaces to which
28
+ graphical interface components adhere. This allows, for instance,
29
+ screen readers to read the text of an interface and interact with its
30
+ controls. ATK support is built into GTK+ and the rest of the GNOME
31
+ platform, so any application using GTK+ will have reasonable
32
+ accessibility support for free.
33
+ </p>
34
+ <p>
35
+ Nonetheless, you should be aware of accessibility issues when when
36
+ developing your applications. Although GTK+ interfaces provide
37
+ reasonable accessibility by default, you can often improve how well
38
+ your program behaves with accessibility tools by providing additional
39
+ information to ATK. If you develop custom widgets, you should ensure
40
+ that they expose their properties to ATK
41
+ </p>
42
+ </div>
43
+ <div class="footer">
44
+ <hr>
45
+ Generated by GTK-Doc V1.21.1</div>
46
+ </body>
47
+ </html>
@@ -6,14 +6,18 @@ body
6
6
  {
7
7
  /* tango:aluminium 1/2 */
8
8
  background: #eeeeec;
9
- border: solid 1px #d3d7cf;
9
+ background: rgba(238, 238, 236, 0.5);
10
+ border: solid 1px rgb(238, 238, 236);
10
11
  padding: 0.5em;
11
12
  }
12
13
  .programlisting
13
14
  {
14
15
  /* tango:sky blue 0/1 */
16
+ /* fallback for no rgba support */
15
17
  background: #e6f3ff;
16
18
  border: solid 1px #729fcf;
19
+ background: rgba(114, 159, 207, 0.1);
20
+ border: solid 1px rgba(114, 159, 207, 0.2);
17
21
  padding: 0.5em;
18
22
  }
19
23
  .variablelist
@@ -26,89 +30,6 @@ body
26
30
  vertical-align: top;
27
31
  }
28
32
 
29
- @media screen {
30
- sup a.footnote
31
- {
32
- position: relative;
33
- top: 0em ! important;
34
-
35
- }
36
- /* this is needed so that the local anchors are displayed below the naviagtion */
37
- div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
38
- {
39
- display: inline-block;
40
- position: relative;
41
- top:-5em;
42
- }
43
- /* this seems to be a bug in the xsl style sheets when generating indexes */
44
- div.index div.index
45
- {
46
- top: 0em;
47
- }
48
- /* make space for the fixed navigation bar and add space at the bottom so that
49
- * link targets appear somewhat close to top
50
- */
51
- body
52
- {
53
- padding-top: 3.2em;
54
- padding-bottom: 20em;
55
- }
56
- /* style and size the navigation bar */
57
- table.navigation#top
58
- {
59
- position: fixed;
60
- /* tango:aluminum 2 */
61
- background: #d3d7cf;
62
- border: solid 1px #babdb6;
63
- margin-top: 0;
64
- margin-bottom: 0;
65
- top: 0;
66
- left: 0;
67
- height: 3em;
68
- z-index: 10;
69
- }
70
- .navigation a, .navigation a:visited
71
- {
72
- /* tango:sky blue 3 */
73
- color: #204a87;
74
- }
75
- .navigation a:hover
76
- {
77
- /* tango:sky blue 2 */
78
- color: #3465a4;
79
- }
80
- td.shortcuts
81
- {
82
- /* tango:sky blue 2 */
83
- color: #3465a4;
84
- font-size: 80%;
85
- white-space: nowrap;
86
- }
87
- }
88
- @media print {
89
- table.navigation {
90
- visibility: collapse;
91
- display: none;
92
- }
93
- div.titlepage table.navigation {
94
- visibility: visible;
95
- display: table;
96
- /* tango:aluminum 2 */
97
- background: #d3d7cf;
98
- border: solid 1px #babdb6;
99
- margin-top: 0;
100
- margin-bottom: 0;
101
- top: 0;
102
- left: 0;
103
- height: 3em;
104
- }
105
- }
106
-
107
- .navigation .title
108
- {
109
- font-size: 120%;
110
- }
111
-
112
33
  div.gallery-float
113
34
  {
114
35
  float: left;
@@ -136,6 +57,72 @@ a:hover
136
57
  color: #729fcf;
137
58
  }
138
59
 
60
+ div.informaltable table
61
+ {
62
+ border-collapse: separate;
63
+ border-spacing: 1em 0.5em;
64
+ border: none;
65
+ }
66
+
67
+ div.informaltable table td, div.informaltable table th
68
+ {
69
+ vertical-align: top;
70
+ }
71
+
72
+ .function_type,
73
+ .variable_type,
74
+ .property_type,
75
+ .signal_type,
76
+ .parameter_name,
77
+ .struct_member_name,
78
+ .union_member_name,
79
+ .define_keyword,
80
+ .datatype_keyword,
81
+ .typedef_keyword
82
+ {
83
+ text-align: right;
84
+ }
85
+
86
+ /* dim non-primary columns */
87
+ .c_punctuation,
88
+ .function_type,
89
+ .variable_type,
90
+ .property_type,
91
+ .signal_type,
92
+ .define_keyword,
93
+ .datatype_keyword,
94
+ .typedef_keyword,
95
+ .property_flags,
96
+ .signal_flags,
97
+ .parameter_annotations,
98
+ .enum_member_annotations,
99
+ .struct_member_annotations,
100
+ .union_member_annotations
101
+ {
102
+ color: #888a85;
103
+ }
104
+
105
+ .function_type a,
106
+ .function_type a:visited,
107
+ .function_type a:hover,
108
+ .property_type a,
109
+ .property_type a:visited,
110
+ .property_type a:hover,
111
+ .signal_type a,
112
+ .signal_type a:visited,
113
+ .signal_type a:hover,
114
+ .signal_flags a,
115
+ .signal_flags a:visited,
116
+ .signal_flags a:hover
117
+ {
118
+ color: #729fcf;
119
+ }
120
+
121
+ td p
122
+ {
123
+ margin: 0.25em;
124
+ }
125
+
139
126
  div.table table
140
127
  {
141
128
  border-collapse: collapse;
@@ -158,6 +145,11 @@ div.table table th
158
145
  background-color: #d3d7cf;
159
146
  }
160
147
 
148
+ h4
149
+ {
150
+ color: #555753;
151
+ }
152
+
161
153
  hr
162
154
  {
163
155
  /* tango:aluminium 1 */
@@ -166,6 +158,7 @@ hr
166
158
  border: none 0px;
167
159
  height: 1px;
168
160
  clear: both;
161
+ margin: 2.0em 0em 2.0em 0em;
169
162
  }
170
163
 
171
164
  dl.toc dt
@@ -203,46 +196,57 @@ dl.toc > dt
203
196
  .informalfigure,
204
197
  .figure
205
198
  {
206
- margin: 2em;
199
+ margin: 1em;
207
200
  }
208
201
 
209
202
  .informalexample,
210
203
  .example
211
204
  {
212
- margin: 2em;
205
+ margin-top: 1em;
206
+ margin-bottom: 1em;
213
207
  }
214
208
 
215
209
  .warning
216
210
  {
217
211
  /* tango:orange 0/1 */
218
212
  background: #ffeed9;
213
+ background: rgba(252, 175, 62, 0.1);
219
214
  border-color: #ffb04f;
215
+ border-color: rgba(252, 175, 62, 0.2);
220
216
  }
221
217
  .note
222
218
  {
223
219
  /* tango:chameleon 0/0.5 */
224
220
  background: #d8ffb2;
221
+ background: rgba(138, 226, 52, 0.1);
225
222
  border-color: #abf562;
223
+ border-color: rgba(138, 226, 52, 0.2);
226
224
  }
227
- .note, .warning
225
+ div.blockquote
226
+ {
227
+ border-color: #eeeeec;
228
+ }
229
+ .note, .warning, div.blockquote
228
230
  {
229
231
  padding: 0.5em;
230
232
  border-width: 1px;
231
233
  border-style: solid;
232
234
  margin: 2em;
233
235
  }
234
- .note h3, .warning h3
236
+ .note p, .warning p
235
237
  {
236
- margin-top: 0.0em
238
+ margin: 0;
237
239
  }
238
- .note p, .warning p
240
+
241
+ div.warning h3.title,
242
+ div.note h3.title
239
243
  {
240
- margin-bottom: 0.0em
244
+ display: none;
241
245
  }
242
246
 
243
247
  p + div.section
244
248
  {
245
- margin-top: 2.5em;
249
+ margin-top: 1em;
246
250
  }
247
251
 
248
252
  div.refnamediv,
@@ -252,7 +256,7 @@ div.refsect2,
252
256
  div.toc,
253
257
  div.section
254
258
  {
255
- margin-bottom: 2.5em;
259
+ margin-bottom: 1em;
256
260
  }
257
261
 
258
262
  /* blob links */
@@ -265,33 +269,52 @@ h2 .extralinks, h3 .extralinks
265
269
  font-weight: normal;
266
270
  }
267
271
 
272
+ .lineart
273
+ {
274
+ color: #d3d7cf;
275
+ font-weight: normal;
276
+ }
277
+
268
278
  .annotation
269
279
  {
270
280
  /* tango:aluminium 5 */
271
281
  color: #555753;
272
- font-size: 80%;
273
282
  font-weight: normal;
274
283
  }
275
284
 
285
+ .structfield
286
+ {
287
+ font-style: normal;
288
+ font-weight: normal;
289
+ }
290
+
291
+ acronym,abbr
292
+ {
293
+ border-bottom: 1px dotted gray;
294
+ }
295
+
276
296
  /* code listings */
277
297
 
278
- .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
279
- .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
280
- .listing_code .programlisting .function { color: #000000; font-weight: bold; }
281
- .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
282
- .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
298
+ .listing_code .programlisting .normal,
299
+ .listing_code .programlisting .normal a,
300
+ .listing_code .programlisting .number,
301
+ .listing_code .programlisting .cbracket,
302
+ .listing_code .programlisting .symbol { color: #555753; }
303
+ .listing_code .programlisting .comment,
283
304
  .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
284
- .listing_code .programlisting .normal { color: #000000; }
285
- .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
305
+ .listing_code .programlisting .function,
306
+ .listing_code .programlisting .function a,
286
307
  .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
287
- .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
288
- .listing_code .programlisting .type { color: #000000; }
289
- .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
290
- .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
308
+ .listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
309
+ .listing_code .programlisting .keyword,
310
+ .listing_code .programlisting .usertype,
311
+ .listing_code .programlisting .type,
312
+ .listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
291
313
 
292
314
  .listing_frame {
293
315
  /* tango:sky blue 1 */
294
316
  border: solid 1px #729fcf;
317
+ border: solid 1px rgba(114, 159, 207, 0.2);
295
318
  padding: 0px;
296
319
  }
297
320
 
@@ -303,19 +326,151 @@ h2 .extralinks, h3 .extralinks
303
326
  .listing_lines {
304
327
  /* tango:sky blue 0.5 */
305
328
  background: #a6c5e3;
329
+ background: rgba(114, 159, 207, 0.2);
306
330
  /* tango:aluminium 6 */
307
331
  color: #2e3436;
308
332
  }
309
333
  .listing_code {
310
334
  /* tango:sky blue 0 */
311
335
  background: #e6f3ff;
336
+ background: rgba(114, 159, 207, 0.1);
312
337
  }
313
338
  .listing_code .programlisting {
314
339
  /* override from previous */
315
340
  border: none 0px;
316
341
  padding: 0px;
342
+ background: none;
317
343
  }
318
344
  .listing_lines pre, .listing_code pre {
319
345
  margin: 0px;
320
346
  }
321
347
 
348
+ @media screen {
349
+ sup a.footnote
350
+ {
351
+ position: relative;
352
+ top: 0em ! important;
353
+ }
354
+ /* this is needed so that the local anchors are displayed below the naviagtion */
355
+ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
356
+ {
357
+ display: inline-block;
358
+ position: relative;
359
+ top:-5em;
360
+ }
361
+ /* this seems to be a bug in the xsl style sheets when generating indexes */
362
+ div.index div.index
363
+ {
364
+ top: 0em;
365
+ }
366
+ /* make space for the fixed navigation bar and add space at the bottom so that
367
+ * link targets appear somewhat close to top
368
+ */
369
+ body
370
+ {
371
+ padding-top: 2.5em;
372
+ padding-bottom: 500px;
373
+ max-width: 60em;
374
+ }
375
+ p
376
+ {
377
+ max-width: 60em;
378
+ }
379
+ /* style and size the navigation bar */
380
+ table.navigation#top
381
+ {
382
+ position: fixed;
383
+ background: #e2e2e2;
384
+ border-bottom: solid 1px #babdb6;
385
+ border-spacing: 5px;
386
+ margin-top: 0;
387
+ margin-bottom: 0;
388
+ top: 0;
389
+ left: 0;
390
+ z-index: 10;
391
+ }
392
+ table.navigation#top td
393
+ {
394
+ padding-left: 6px;
395
+ padding-right: 6px;
396
+ }
397
+ .navigation a, .navigation a:visited
398
+ {
399
+ /* tango:sky blue 3 */
400
+ color: #204a87;
401
+ }
402
+ .navigation a:hover
403
+ {
404
+ /* tango:sky blue 2 */
405
+ color: #3465a4;
406
+ }
407
+ td.shortcuts
408
+ {
409
+ /* tango:sky blue 2 */
410
+ color: #3465a4;
411
+ font-size: 80%;
412
+ white-space: nowrap;
413
+ }
414
+ td.shortcuts .dim
415
+ {
416
+ color: #babdb6;
417
+ }
418
+ .navigation .title
419
+ {
420
+ font-size: 80%;
421
+ max-width: none;
422
+ margin: 0px;
423
+ font-weight: normal;
424
+ }
425
+ }
426
+ @media screen and (min-width: 60em) {
427
+ /* screen larger than 60em */
428
+ body { margin: auto; }
429
+ }
430
+ @media screen and (max-width: 60em) {
431
+ /* screen less than 60em */
432
+ #nav_hierarchy { display: none; }
433
+ #nav_interfaces { display: none; }
434
+ #nav_prerequisites { display: none; }
435
+ #nav_derived_interfaces { display: none; }
436
+ #nav_implementations { display: none; }
437
+ #nav_child_properties { display: none; }
438
+ #nav_style_properties { display: none; }
439
+ #nav_index { display: none; }
440
+ #nav_glossary { display: none; }
441
+ .gallery_image { display: none; }
442
+ .property_flags { display: none; }
443
+ .signal_flags { display: none; }
444
+ .parameter_annotations { display: none; }
445
+ .enum_member_annotations { display: none; }
446
+ .struct_member_annotations { display: none; }
447
+ .union_member_annotations { display: none; }
448
+ /* now that a column is hidden, optimize space */
449
+ col.parameters_name { width: auto; }
450
+ col.parameters_description { width: auto; }
451
+ col.struct_members_name { width: auto; }
452
+ col.struct_members_description { width: auto; }
453
+ col.enum_members_name { width: auto; }
454
+ col.enum_members_description { width: auto; }
455
+ col.union_members_name { width: auto; }
456
+ col.union_members_description { width: auto; }
457
+ .listing_lines { display: none; }
458
+ }
459
+ @media print {
460
+ table.navigation {
461
+ visibility: collapse;
462
+ display: none;
463
+ }
464
+ div.titlepage table.navigation {
465
+ visibility: visible;
466
+ display: table;
467
+ background: #e2e2e2;
468
+ border: solid 1px #babdb6;
469
+ margin-top: 0;
470
+ margin-bottom: 0;
471
+ top: 0;
472
+ left: 0;
473
+ height: 3em;
474
+ }
475
+ }
476
+