rsvg2 2.2.4-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. checksums.yaml +7 -0
  2. data/README +35 -0
  3. data/Rakefile +69 -0
  4. data/ext/rsvg2/depend +6 -0
  5. data/ext/rsvg2/extconf.rb +89 -0
  6. data/ext/rsvg2/rbrsvg.c +206 -0
  7. data/ext/rsvg2/rbrsvgdimensiondata.c +194 -0
  8. data/ext/rsvg2/rbrsvghandle.c +496 -0
  9. data/ext/rsvg2/rsvg2.def +2 -0
  10. data/ext/rsvg2/rsvg2.h +70 -0
  11. data/extconf.rb +49 -0
  12. data/lib/2.0/rsvg2.so +0 -0
  13. data/lib/2.1/rsvg2.so +0 -0
  14. data/lib/2.2/rsvg2.so +0 -0
  15. data/lib/rsvg2.rb +33 -0
  16. data/sample/svg-viewer.rb +44 -0
  17. data/sample/svg2.rb +60 -0
  18. data/test/rsvg2-test-utils.rb +23 -0
  19. data/test/run-test.rb +49 -0
  20. data/test/test-handle.rb +91 -0
  21. data/vendor/local/bin/croco-0.6-config +87 -0
  22. data/vendor/local/bin/csslint-0.6.exe +0 -0
  23. data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
  24. data/vendor/local/bin/librsvg-2-2.dll +0 -0
  25. data/vendor/local/bin/rsvg-convert.exe +0 -0
  26. data/vendor/local/include/libcroco-0.6/libcroco/cr-additional-sel.h +98 -0
  27. data/vendor/local/include/libcroco-0.6/libcroco/cr-attr-sel.h +74 -0
  28. data/vendor/local/include/libcroco-0.6/libcroco/cr-cascade.h +74 -0
  29. data/vendor/local/include/libcroco-0.6/libcroco/cr-declaration.h +136 -0
  30. data/vendor/local/include/libcroco-0.6/libcroco/cr-doc-handler.h +298 -0
  31. data/vendor/local/include/libcroco-0.6/libcroco/cr-enc-handler.h +94 -0
  32. data/vendor/local/include/libcroco-0.6/libcroco/cr-fonts.h +315 -0
  33. data/vendor/local/include/libcroco-0.6/libcroco/cr-input.h +174 -0
  34. data/vendor/local/include/libcroco-0.6/libcroco/cr-num.h +127 -0
  35. data/vendor/local/include/libcroco-0.6/libcroco/cr-om-parser.h +98 -0
  36. data/vendor/local/include/libcroco-0.6/libcroco/cr-parser.h +128 -0
  37. data/vendor/local/include/libcroco-0.6/libcroco/cr-parsing-location.h +70 -0
  38. data/vendor/local/include/libcroco-0.6/libcroco/cr-prop-list.h +80 -0
  39. data/vendor/local/include/libcroco-0.6/libcroco/cr-pseudo.h +64 -0
  40. data/vendor/local/include/libcroco-0.6/libcroco/cr-rgb.h +94 -0
  41. data/vendor/local/include/libcroco-0.6/libcroco/cr-sel-eng.h +110 -0
  42. data/vendor/local/include/libcroco-0.6/libcroco/cr-selector.h +95 -0
  43. data/vendor/local/include/libcroco-0.6/libcroco/cr-simple-sel.h +130 -0
  44. data/vendor/local/include/libcroco-0.6/libcroco/cr-statement.h +440 -0
  45. data/vendor/local/include/libcroco-0.6/libcroco/cr-string.h +76 -0
  46. data/vendor/local/include/libcroco-0.6/libcroco/cr-style.h +339 -0
  47. data/vendor/local/include/libcroco-0.6/libcroco/cr-stylesheet.h +102 -0
  48. data/vendor/local/include/libcroco-0.6/libcroco/cr-term.h +190 -0
  49. data/vendor/local/include/libcroco-0.6/libcroco/cr-tknzr.h +115 -0
  50. data/vendor/local/include/libcroco-0.6/libcroco/cr-token.h +212 -0
  51. data/vendor/local/include/libcroco-0.6/libcroco/cr-utils.h +246 -0
  52. data/vendor/local/include/libcroco-0.6/libcroco/libcroco-config.h +17 -0
  53. data/vendor/local/include/libcroco-0.6/libcroco/libcroco.h +44 -0
  54. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-enum-types.h +24 -0
  55. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +28 -0
  56. data/vendor/local/include/librsvg-2.0/librsvg/rsvg-cairo.h +42 -0
  57. data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +264 -0
  58. data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
  59. data/vendor/local/lib/libcroco-0.6.a +0 -0
  60. data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
  61. data/vendor/local/lib/libcroco-0.6.la +41 -0
  62. data/vendor/local/lib/librsvg-2.a +0 -0
  63. data/vendor/local/lib/librsvg-2.dll.a +0 -0
  64. data/vendor/local/lib/librsvg-2.la +41 -0
  65. data/vendor/local/lib/pkgconfig/libcroco-0.6.pc +11 -0
  66. data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +15 -0
  67. data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +754 -0
  68. data/vendor/local/share/gtk-doc/html/libcroco/ch01.html +113 -0
  69. data/vendor/local/share/gtk-doc/html/libcroco/home.png +0 -0
  70. data/vendor/local/share/gtk-doc/html/libcroco/index.html +109 -0
  71. data/vendor/local/share/gtk-doc/html/libcroco/index.sgml +582 -0
  72. data/vendor/local/share/gtk-doc/html/libcroco/left.png +0 -0
  73. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html +337 -0
  74. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html +203 -0
  75. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-cascade.html +240 -0
  76. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-declaration.html +642 -0
  77. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-doc-handler.html +517 -0
  78. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-enc-handler.html +164 -0
  79. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-fonts.html +670 -0
  80. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-input.html +1102 -0
  81. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-num.html +265 -0
  82. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-om-parser.html +380 -0
  83. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parser.html +913 -0
  84. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parsing-location.html +205 -0
  85. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-prop-list.html +421 -0
  86. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-pseudo.html +141 -0
  87. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-rgb.html +503 -0
  88. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-sel-eng.html +346 -0
  89. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-selector.html +246 -0
  90. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-simple-sel.html +240 -0
  91. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-statement.html +1408 -0
  92. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-string.html +137 -0
  93. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-style.html +384 -0
  94. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-stylesheet.html +158 -0
  95. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-term.html +304 -0
  96. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-tknzr.html +312 -0
  97. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-token.html +428 -0
  98. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-utils.html +334 -0
  99. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-libcroco-config.html +80 -0
  100. data/vendor/local/share/gtk-doc/html/libcroco/libcroco.devhelp2 +511 -0
  101. data/vendor/local/share/gtk-doc/html/libcroco/right.png +0 -0
  102. data/vendor/local/share/gtk-doc/html/libcroco/style.css +266 -0
  103. data/vendor/local/share/gtk-doc/html/libcroco/up.png +0 -0
  104. data/vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html +1420 -0
  105. data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +55 -0
  106. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +55 -0
  107. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +43 -0
  108. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +47 -0
  109. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +46 -0
  110. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +39 -0
  111. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +54 -0
  112. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +53 -0
  113. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +100 -0
  114. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +323 -0
  115. data/vendor/local/share/gtk-doc/html/rsvg-2.0/home.png +0 -0
  116. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +88 -0
  117. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.sgml +106 -0
  118. data/vendor/local/share/gtk-doc/html/rsvg-2.0/left-insensitive.png +0 -0
  119. data/vendor/local/share/gtk-doc/html/rsvg-2.0/left.png +0 -0
  120. data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +57 -0
  121. data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +38 -0
  122. data/vendor/local/share/gtk-doc/html/rsvg-2.0/right-insensitive.png +0 -0
  123. data/vendor/local/share/gtk-doc/html/rsvg-2.0/right.png +0 -0
  124. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +94 -0
  125. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +360 -0
  126. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +484 -0
  127. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +154 -0
  128. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +142 -0
  129. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +57 -0
  130. data/vendor/local/share/gtk-doc/html/rsvg-2.0/style.css +476 -0
  131. data/vendor/local/share/gtk-doc/html/rsvg-2.0/up-insensitive.png +0 -0
  132. data/vendor/local/share/gtk-doc/html/rsvg-2.0/up.png +0 -0
  133. data/vendor/local/share/license/libcroco/AUTHORS +13 -0
  134. data/vendor/local/share/license/libcroco/COPYING +481 -0
  135. data/vendor/local/share/license/libcroco/COPYING.LIB +481 -0
  136. data/vendor/local/share/license/librsvg/AUTHORS +1 -0
  137. data/vendor/local/share/license/librsvg/COPYING +340 -0
  138. data/vendor/local/share/license/librsvg/COPYING.LIB +482 -0
  139. data/vendor/local/share/man/man1/rsvg-convert.1 +55 -0
  140. metadata +209 -0
@@ -0,0 +1,154 @@
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>RSVG Libary Reference Manual: Using RSVG with cairo</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
+ <link rel="up" href="rsvg.html" title="Part I. API Reference">
9
+ <link rel="prev" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">
10
+ <link rel="next" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
11
+ <meta name="generator" content="GTK-Doc V1.21 (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">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#rsvg-Using-RSVG-with-cairo.description" class="shortcut">Description</a></span>
19
+ </td>
20
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
+ <td><a accesskey="u" href="rsvg.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="p" href="rsvg-Using-RSVG-with-GIO.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="rsvg-Using-RSVG-with-GdkPixbuf.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ </tr></table>
25
+ <div class="refentry">
26
+ <a name="rsvg-Using-RSVG-with-cairo"></a><div class="titlepage"></div>
27
+ <div class="refnamediv"><table width="100%"><tr>
28
+ <td valign="top">
29
+ <h2><span class="refentrytitle"><a name="rsvg-Using-RSVG-with-cairo.top_of_page"></a>Using RSVG with cairo</span></h2>
30
+ <p>Using RSVG with cairo</p>
31
+ </td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
33
+ </tr></table></div>
34
+ <div class="refsect1">
35
+ <a name="rsvg-Using-RSVG-with-cairo.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="function_type">
44
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
45
+ </td>
46
+ <td class="function_name">
47
+ <a class="link" href="rsvg-Using-RSVG-with-cairo.html#rsvg-handle-render-cairo" title="rsvg_handle_render_cairo ()">rsvg_handle_render_cairo</a> <span class="c_punctuation">()</span>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td class="function_type">
52
+ <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="rsvg-Using-RSVG-with-cairo.html#rsvg-handle-render-cairo-sub" title="rsvg_handle_render_cairo_sub ()">rsvg_handle_render_cairo_sub</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ </tbody>
59
+ </table></div>
60
+ </div>
61
+ <div class="refsect1">
62
+ <a name="rsvg-Using-RSVG-with-cairo.description"></a><h2>Description</h2>
63
+ </div>
64
+ <div class="refsect1">
65
+ <a name="rsvg-Using-RSVG-with-cairo.functions_details"></a><h2>Functions</h2>
66
+ <div class="refsect2">
67
+ <a name="rsvg-handle-render-cairo"></a><h3>rsvg_handle_render_cairo ()</h3>
68
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
69
+ rsvg_handle_render_cairo (<em class="parameter"><code><a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a> *handle</code></em>,
70
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
71
+ <p>Draws a SVG to a Cairo surface</p>
72
+ <div class="refsect3">
73
+ <a name="id-1.2.5.5.2.5"></a><h4>Parameters</h4>
74
+ <div class="informaltable"><table width="100%" border="0">
75
+ <colgroup>
76
+ <col width="150px" class="parameters_name">
77
+ <col class="parameters_description">
78
+ <col width="200px" class="parameters_annotations">
79
+ </colgroup>
80
+ <tbody>
81
+ <tr>
82
+ <td class="parameter_name"><p>handle</p></td>
83
+ <td class="parameter_description"><p>A <a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a></p></td>
84
+ <td class="parameter_annotations"> </td>
85
+ </tr>
86
+ <tr>
87
+ <td class="parameter_name"><p>cr</p></td>
88
+ <td class="parameter_description"><p>A Cairo renderer</p></td>
89
+ <td class="parameter_annotations"> </td>
90
+ </tr>
91
+ </tbody>
92
+ </table></div>
93
+ </div>
94
+ <div class="refsect3">
95
+ <a name="id-1.2.5.5.2.6"></a><h4>Returns</h4>
96
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if drawing succeeded.</p>
97
+ <p></p>
98
+ </div>
99
+ <p class="since">Since 2.14</p>
100
+ </div>
101
+ <hr>
102
+ <div class="refsect2">
103
+ <a name="rsvg-handle-render-cairo-sub"></a><h3>rsvg_handle_render_cairo_sub ()</h3>
104
+ <pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
105
+ rsvg_handle_render_cairo_sub (<em class="parameter"><code><a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a> *handle</code></em>,
106
+ <em class="parameter"><code><a href="/usr/share/gtk-doc/html/cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
107
+ <em class="parameter"><code>const <span class="type">char</span> *id</code></em>);</pre>
108
+ <p>Draws a subset of a SVG to a Cairo surface</p>
109
+ <div class="refsect3">
110
+ <a name="id-1.2.5.5.3.5"></a><h4>Parameters</h4>
111
+ <div class="informaltable"><table width="100%" border="0">
112
+ <colgroup>
113
+ <col width="150px" class="parameters_name">
114
+ <col class="parameters_description">
115
+ <col width="200px" class="parameters_annotations">
116
+ </colgroup>
117
+ <tbody>
118
+ <tr>
119
+ <td class="parameter_name"><p>handle</p></td>
120
+ <td class="parameter_description"><p>A <a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a></p></td>
121
+ <td class="parameter_annotations"> </td>
122
+ </tr>
123
+ <tr>
124
+ <td class="parameter_name"><p>cr</p></td>
125
+ <td class="parameter_description"><p>A Cairo renderer</p></td>
126
+ <td class="parameter_annotations"> </td>
127
+ </tr>
128
+ <tr>
129
+ <td class="parameter_name"><p>id</p></td>
130
+ <td class="parameter_description"><p> An element's id within the SVG, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to render
131
+ the whole SVG. For example, if you have a layer called "layer1"
132
+ that you wish to render, pass "#<span class="type">layer1</span>" as the id. </p></td>
133
+ <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
134
+ </tr>
135
+ </tbody>
136
+ </table></div>
137
+ </div>
138
+ <div class="refsect3">
139
+ <a name="id-1.2.5.5.3.6"></a><h4>Returns</h4>
140
+ <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if drawing succeeded.</p>
141
+ <p></p>
142
+ </div>
143
+ <p class="since">Since 2.14</p>
144
+ </div>
145
+ </div>
146
+ <div class="refsect1">
147
+ <a name="rsvg-Using-RSVG-with-cairo.other_details"></a><h2>Types and Values</h2>
148
+ </div>
149
+ </div>
150
+ <div class="footer">
151
+ <hr>
152
+ Generated by GTK-Doc V1.21</div>
153
+ </body>
154
+ </html>
@@ -0,0 +1,142 @@
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>RSVG Libary Reference Manual: Version check and feature tests</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
+ <link rel="up" href="rsvg.html" title="Part I. API Reference">
9
+ <link rel="prev" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
10
+ <link rel="next" href="object-tree.html" title="Object Hierarchy">
11
+ <meta name="generator" content="GTK-Doc V1.21 (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">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#rsvg-Version-check-and-feature-tests.description" class="shortcut">Description</a></span>
19
+ </td>
20
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
+ <td><a accesskey="u" href="rsvg.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
+ <td><a accesskey="p" href="rsvg-Using-RSVG-with-GdkPixbuf.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="object-tree.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
+ </tr></table>
25
+ <div class="refentry">
26
+ <a name="rsvg-Version-check-and-feature-tests"></a><div class="titlepage"></div>
27
+ <div class="refnamediv"><table width="100%"><tr>
28
+ <td valign="top">
29
+ <h2><span class="refentrytitle"><a name="rsvg-Version-check-and-feature-tests.top_of_page"></a>Version check and feature tests</span></h2>
30
+ <p>Version check and feature tests</p>
31
+ </td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
33
+ </tr></table></div>
34
+ <div class="refsect1">
35
+ <a name="rsvg-Version-check-and-feature-tests.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="define_keyword">#define</td>
44
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MAJOR-VERSION:CAPS" title="LIBRSVG_MAJOR_VERSION">LIBRSVG_MAJOR_VERSION</a></td>
45
+ </tr>
46
+ <tr>
47
+ <td class="define_keyword">#define</td>
48
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MINOR-VERSION:CAPS" title="LIBRSVG_MINOR_VERSION">LIBRSVG_MINOR_VERSION</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td class="define_keyword">#define</td>
52
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MICRO-VERSION:CAPS" title="LIBRSVG_MICRO_VERSION">LIBRSVG_MICRO_VERSION</a></td>
53
+ </tr>
54
+ <tr>
55
+ <td class="define_keyword">#define</td>
56
+ <td class="function_name">
57
+ <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-VERSION:CAPS" title="LIBRSVG_CHECK_VERSION()">LIBRSVG_CHECK_VERSION</a><span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td class="define_keyword">#define</td>
62
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-SVGZ:CAPS" title="LIBRSVG_HAVE_SVGZ">LIBRSVG_HAVE_SVGZ</a></td>
63
+ </tr>
64
+ <tr>
65
+ <td class="define_keyword">#define</td>
66
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-CSS:CAPS" title="LIBRSVG_HAVE_CSS">LIBRSVG_HAVE_CSS</a></td>
67
+ </tr>
68
+ <tr>
69
+ <td class="define_keyword">#define</td>
70
+ <td class="function_name">
71
+ <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-FEATURE:CAPS" title="LIBRSVG_CHECK_FEATURE()">LIBRSVG_CHECK_FEATURE</a><span class="c_punctuation">()</span>
72
+ </td>
73
+ </tr>
74
+ </tbody>
75
+ </table></div>
76
+ </div>
77
+ <div class="refsect1">
78
+ <a name="rsvg-Version-check-and-feature-tests.other"></a><h2>Types and Values</h2>
79
+ <div class="informaltable"><table width="100%" border="0">
80
+ <colgroup>
81
+ <col width="150px" class="name">
82
+ <col class="description">
83
+ </colgroup>
84
+ <tbody><tr>
85
+ <td class="define_keyword">#define</td>
86
+ <td class="function_name"><a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-VERSION:CAPS" title="LIBRSVG_VERSION">LIBRSVG_VERSION</a></td>
87
+ </tr></tbody>
88
+ </table></div>
89
+ </div>
90
+ <div class="refsect1">
91
+ <a name="rsvg-Version-check-and-feature-tests.description"></a><h2>Description</h2>
92
+ </div>
93
+ <div class="refsect1">
94
+ <a name="rsvg-Version-check-and-feature-tests.functions_details"></a><h2>Functions</h2>
95
+ <div class="refsect2">
96
+ <a name="LIBRSVG-MAJOR-VERSION:CAPS"></a><h3>LIBRSVG_MAJOR_VERSION</h3>
97
+ <pre class="programlisting">#define LIBRSVG_MAJOR_VERSION</pre>
98
+ </div>
99
+ <hr>
100
+ <div class="refsect2">
101
+ <a name="LIBRSVG-MINOR-VERSION:CAPS"></a><h3>LIBRSVG_MINOR_VERSION</h3>
102
+ <pre class="programlisting">#define LIBRSVG_MINOR_VERSION</pre>
103
+ </div>
104
+ <hr>
105
+ <div class="refsect2">
106
+ <a name="LIBRSVG-MICRO-VERSION:CAPS"></a><h3>LIBRSVG_MICRO_VERSION</h3>
107
+ <pre class="programlisting">#define LIBRSVG_MICRO_VERSION</pre>
108
+ </div>
109
+ <hr>
110
+ <div class="refsect2">
111
+ <a name="LIBRSVG-CHECK-VERSION:CAPS"></a><h3>LIBRSVG_CHECK_VERSION()</h3>
112
+ <pre class="programlisting">#define LIBRSVG_CHECK_VERSION(major,minor,micro)</pre>
113
+ </div>
114
+ <hr>
115
+ <div class="refsect2">
116
+ <a name="LIBRSVG-HAVE-SVGZ:CAPS"></a><h3>LIBRSVG_HAVE_SVGZ</h3>
117
+ <pre class="programlisting">#define LIBRSVG_HAVE_SVGZ</pre>
118
+ </div>
119
+ <hr>
120
+ <div class="refsect2">
121
+ <a name="LIBRSVG-HAVE-CSS:CAPS"></a><h3>LIBRSVG_HAVE_CSS</h3>
122
+ <pre class="programlisting">#define LIBRSVG_HAVE_CSS</pre>
123
+ </div>
124
+ <hr>
125
+ <div class="refsect2">
126
+ <a name="LIBRSVG-CHECK-FEATURE:CAPS"></a><h3>LIBRSVG_CHECK_FEATURE()</h3>
127
+ <pre class="programlisting">#define LIBRSVG_CHECK_FEATURE(FEATURE)</pre>
128
+ </div>
129
+ </div>
130
+ <div class="refsect1">
131
+ <a name="rsvg-Version-check-and-feature-tests.other_details"></a><h2>Types and Values</h2>
132
+ <div class="refsect2">
133
+ <a name="LIBRSVG-VERSION:CAPS"></a><h3>LIBRSVG_VERSION</h3>
134
+ <pre class="programlisting">#define LIBRSVG_VERSION</pre>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ <div class="footer">
139
+ <hr>
140
+ Generated by GTK-Doc V1.21</div>
141
+ </body>
142
+ </html>
@@ -0,0 +1,57 @@
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>RSVG Libary Reference Manual: Part I. API Reference</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="RSVG Libary Reference Manual">
8
+ <link rel="up" href="index.html" title="RSVG Libary Reference Manual">
9
+ <link rel="prev" href="index.html" title="RSVG Libary Reference Manual">
10
+ <link rel="next" href="RsvgHandle.html" title="RsvgHandle">
11
+ <meta name="generator" content="GTK-Doc V1.21 (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="RsvgHandle.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="part">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="rsvg"></a>Part I. API Reference</h1></div></div></div>
25
+ <div class="partintro">
26
+ <div></div>
27
+ <p>
28
+ The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files.
29
+ </p>
30
+ <div class="toc">
31
+ <p><b>Table of Contents</b></p>
32
+ <dl class="toc">
33
+ <dt>
34
+ <span class="refentrytitle"><a href="RsvgHandle.html">RsvgHandle</a></span><span class="refpurpose"> — Create and manipulate SVG objects</span>
35
+ </dt>
36
+ <dt>
37
+ <span class="refentrytitle"><a href="rsvg-Using-RSVG-with-GIO.html">Using RSVG with GIO</a></span><span class="refpurpose"></span>
38
+ </dt>
39
+ <dt>
40
+ <span class="refentrytitle"><a href="rsvg-Using-RSVG-with-cairo.html">Using RSVG with cairo</a></span><span class="refpurpose"></span>
41
+ </dt>
42
+ <dt>
43
+ <span class="refentrytitle"><a href="rsvg-Using-RSVG-with-GdkPixbuf.html">Using RSVG with GdkPixbuf</a></span><span class="refpurpose"> — How to render SVGs into GdkPixbufs, for easy use in GTK+
44
+ applications</span>
45
+ </dt>
46
+ <dt>
47
+ <span class="refentrytitle"><a href="rsvg-Version-check-and-feature-tests.html">Version check and feature tests</a></span><span class="refpurpose"></span>
48
+ </dt>
49
+ </dl>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ <div class="footer">
54
+ <hr>
55
+ Generated by GTK-Doc V1.21</div>
56
+ </body>
57
+ </html>
@@ -0,0 +1,476 @@
1
+ body
2
+ {
3
+ font-family: cantarell, sans-serif;
4
+ }
5
+ .synopsis, .classsynopsis
6
+ {
7
+ /* tango:aluminium 1/2 */
8
+ background: #eeeeec;
9
+ background: rgba(238, 238, 236, 0.5);
10
+ border: solid 1px rgb(238, 238, 236);
11
+ padding: 0.5em;
12
+ }
13
+ .programlisting
14
+ {
15
+ /* tango:sky blue 0/1 */
16
+ /* fallback for no rgba support */
17
+ background: #e6f3ff;
18
+ border: solid 1px #729fcf;
19
+ background: rgba(114, 159, 207, 0.1);
20
+ border: solid 1px rgba(114, 159, 207, 0.2);
21
+ padding: 0.5em;
22
+ }
23
+ .variablelist
24
+ {
25
+ padding: 4px;
26
+ margin-left: 3em;
27
+ }
28
+ .variablelist td:first-child
29
+ {
30
+ vertical-align: top;
31
+ }
32
+
33
+ div.gallery-float
34
+ {
35
+ float: left;
36
+ padding: 10px;
37
+ }
38
+ div.gallery-float img
39
+ {
40
+ border-style: none;
41
+ }
42
+ div.gallery-spacer
43
+ {
44
+ clear: both;
45
+ }
46
+
47
+ a, a:visited
48
+ {
49
+ text-decoration: none;
50
+ /* tango:sky blue 2 */
51
+ color: #3465a4;
52
+ }
53
+ a:hover
54
+ {
55
+ text-decoration: underline;
56
+ /* tango:sky blue 1 */
57
+ color: #729fcf;
58
+ }
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
+
126
+ div.table table
127
+ {
128
+ border-collapse: collapse;
129
+ border-spacing: 0px;
130
+ /* tango:aluminium 3 */
131
+ border: solid 1px #babdb6;
132
+ }
133
+
134
+ div.table table td, div.table table th
135
+ {
136
+ /* tango:aluminium 3 */
137
+ border: solid 1px #babdb6;
138
+ padding: 3px;
139
+ vertical-align: top;
140
+ }
141
+
142
+ div.table table th
143
+ {
144
+ /* tango:aluminium 2 */
145
+ background-color: #d3d7cf;
146
+ }
147
+
148
+ h4
149
+ {
150
+ color: #555753;
151
+ }
152
+
153
+ hr
154
+ {
155
+ /* tango:aluminium 1 */
156
+ color: #d3d7cf;
157
+ background: #d3d7cf;
158
+ border: none 0px;
159
+ height: 1px;
160
+ clear: both;
161
+ margin: 2.0em 0em 2.0em 0em;
162
+ }
163
+
164
+ dl.toc dt
165
+ {
166
+ padding-bottom: 0.25em;
167
+ }
168
+
169
+ dl.toc > dd > dl > dt
170
+ {
171
+ padding-top: 0.25em;
172
+ padding-bottom: 0.25em;
173
+ }
174
+
175
+ dl.toc > dt
176
+ {
177
+ padding-top: 1em;
178
+ padding-bottom: 0.5em;
179
+ font-weight: bold;
180
+ }
181
+
182
+ .parameter
183
+ {
184
+ font-style: normal;
185
+ }
186
+
187
+ .footer
188
+ {
189
+ padding-top: 3.5em;
190
+ /* tango:aluminium 3 */
191
+ color: #babdb6;
192
+ text-align: center;
193
+ font-size: 80%;
194
+ }
195
+
196
+ .informalfigure,
197
+ .figure
198
+ {
199
+ margin: 1em;
200
+ }
201
+
202
+ .informalexample,
203
+ .example
204
+ {
205
+ margin-top: 1em;
206
+ margin-bottom: 1em;
207
+ }
208
+
209
+ .warning
210
+ {
211
+ /* tango:orange 0/1 */
212
+ background: #ffeed9;
213
+ background: rgba(252, 175, 62, 0.1);
214
+ border-color: #ffb04f;
215
+ border-color: rgba(252, 175, 62, 0.2);
216
+ }
217
+ .note
218
+ {
219
+ /* tango:chameleon 0/0.5 */
220
+ background: #d8ffb2;
221
+ background: rgba(138, 226, 52, 0.1);
222
+ border-color: #abf562;
223
+ border-color: rgba(138, 226, 52, 0.2);
224
+ }
225
+ div.blockquote
226
+ {
227
+ border-color: #eeeeec;
228
+ }
229
+ .note, .warning, div.blockquote
230
+ {
231
+ padding: 0.5em;
232
+ border-width: 1px;
233
+ border-style: solid;
234
+ margin: 2em;
235
+ }
236
+ .note p, .warning p
237
+ {
238
+ margin: 0;
239
+ }
240
+
241
+ div.warning h3.title,
242
+ div.note h3.title
243
+ {
244
+ display: none;
245
+ }
246
+
247
+ p + div.section
248
+ {
249
+ margin-top: 1em;
250
+ }
251
+
252
+ div.refnamediv,
253
+ div.refsynopsisdiv,
254
+ div.refsect1,
255
+ div.refsect2,
256
+ div.toc,
257
+ div.section
258
+ {
259
+ margin-bottom: 1em;
260
+ }
261
+
262
+ /* blob links */
263
+ h2 .extralinks, h3 .extralinks
264
+ {
265
+ float: right;
266
+ /* tango:aluminium 3 */
267
+ color: #babdb6;
268
+ font-size: 80%;
269
+ font-weight: normal;
270
+ }
271
+
272
+ .lineart
273
+ {
274
+ color: #d3d7cf;
275
+ font-weight: normal;
276
+ }
277
+
278
+ .annotation
279
+ {
280
+ /* tango:aluminium 5 */
281
+ color: #555753;
282
+ font-weight: normal;
283
+ }
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
+
296
+ /* code listings */
297
+
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,
304
+ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
305
+ .listing_code .programlisting .function,
306
+ .listing_code .programlisting .function a,
307
+ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 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 */
313
+
314
+ .listing_frame {
315
+ /* tango:sky blue 1 */
316
+ border: solid 1px #729fcf;
317
+ border: solid 1px rgba(114, 159, 207, 0.2);
318
+ padding: 0px;
319
+ }
320
+
321
+ .listing_lines, .listing_code {
322
+ margin-top: 0px;
323
+ margin-bottom: 0px;
324
+ padding: 0.5em;
325
+ }
326
+ .listing_lines {
327
+ /* tango:sky blue 0.5 */
328
+ background: #a6c5e3;
329
+ background: rgba(114, 159, 207, 0.2);
330
+ /* tango:aluminium 6 */
331
+ color: #2e3436;
332
+ }
333
+ .listing_code {
334
+ /* tango:sky blue 0 */
335
+ background: #e6f3ff;
336
+ background: rgba(114, 159, 207, 0.1);
337
+ }
338
+ .listing_code .programlisting {
339
+ /* override from previous */
340
+ border: none 0px;
341
+ padding: 0px;
342
+ background: none;
343
+ }
344
+ .listing_lines pre, .listing_code pre {
345
+ margin: 0px;
346
+ }
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
+