rsvg2 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/ext/rsvg2/extconf.rb +1 -1
- data/ext/rsvg2/rbrsvg.c +2 -15
- data/ext/rsvg2/rbrsvghandle.c +44 -197
- data/ext/rsvg2/rsvg2.h +13 -19
- data/lib/2.0/rsvg2.so +0 -0
- data/lib/2.1/rsvg2.so +0 -0
- data/lib/2.2/rsvg2.so +0 -0
- data/lib/rsvg2.rb +26 -11
- data/sample/svg-viewer.rb +2 -2
- data/test/rsvg2-test-utils.rb +11 -0
- data/test/test-handle.rb +4 -0
- data/vendor/local/bin/csslint-0.6.exe +0 -0
- data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
- data/vendor/local/bin/librsvg-2-2.dll +0 -0
- data/vendor/local/bin/rsvg-convert.exe +0 -0
- data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +2 -2
- data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
- data/vendor/local/lib/libcroco-0.6.a +0 -0
- data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
- data/vendor/local/lib/libcroco-0.6.la +2 -2
- data/vendor/local/lib/librsvg-2.a +0 -0
- data/vendor/local/lib/librsvg-2.dll.a +0 -0
- data/vendor/local/lib/librsvg-2.la +2 -2
- data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +2 -2
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html +724 -1039
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +32 -29
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +19 -16
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +16 -13
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +17 -14
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +20 -15
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +15 -12
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +22 -17
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +23 -18
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +36 -31
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +85 -80
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.sgml +28 -31
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +9 -9
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +15 -15
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +59 -55
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +190 -247
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +239 -336
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +70 -95
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +37 -77
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +9 -9
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/style.css +104 -314
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/up.png +0 -0
- metadata +4 -7
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/rsvg-2.0/up-insensitive.png +0 -0
@@ -2,26 +2,30 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Using RSVG with cairo</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="RSVG Libary Reference Manual">
|
8
8
|
<link rel="up" href="rsvg.html" title="Part I. API Reference">
|
9
9
|
<link rel="prev" href="rsvg-Using-RSVG-with-GIO.html" title="Using RSVG with GIO">
|
10
10
|
<link rel="next" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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="
|
16
|
-
<
|
17
|
-
<a
|
18
|
-
|
19
|
-
|
20
|
-
<
|
21
|
-
<td><a accesskey="
|
22
|
-
|
23
|
-
<td
|
24
|
-
</
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
|
+
<tr valign="middle">
|
17
|
+
<td><a accesskey="p" href="rsvg-Using-RSVG-with-GIO.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
+
<td><a accesskey="u" href="rsvg.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
+
<th width="100%" align="center">RSVG Libary Reference Manual</th>
|
21
|
+
<td><a accesskey="n" href="rsvg-Using-RSVG-with-GdkPixbuf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr>
|
23
|
+
<tr><td colspan="5" class="shortcuts">
|
24
|
+
<a href="#rsvg-Using-RSVG-with-cairo.synopsis" class="shortcut">Top</a>
|
25
|
+
|
|
26
|
+
<a href="#rsvg-Using-RSVG-with-cairo.description" class="shortcut">Description</a>
|
27
|
+
</td></tr>
|
28
|
+
</table>
|
25
29
|
<div class="refentry">
|
26
30
|
<a name="rsvg-Using-RSVG-with-cairo"></a><div class="titlepage"></div>
|
27
31
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -29,126 +33,97 @@
|
|
29
33
|
<h2><span class="refentrytitle"><a name="rsvg-Using-RSVG-with-cairo.top_of_page"></a>Using RSVG with cairo</span></h2>
|
30
34
|
<p>Using RSVG with cairo</p>
|
31
35
|
</td>
|
32
|
-
<td
|
36
|
+
<td valign="top" align="right"></td>
|
33
37
|
</tr></table></div>
|
34
|
-
<div class="
|
35
|
-
<a name="rsvg-Using-RSVG-with-cairo.
|
36
|
-
<
|
37
|
-
<
|
38
|
-
<
|
39
|
-
<
|
40
|
-
</
|
41
|
-
|
42
|
-
<tr>
|
43
|
-
<td class="function_type">
|
44
|
-
<a href="/home/vagrant/ruby-gnome2.win32/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.win32/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>
|
38
|
+
<div class="refsynopsisdiv">
|
39
|
+
<a name="rsvg-Using-RSVG-with-cairo.synopsis"></a><h2>Synopsis</h2>
|
40
|
+
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="rsvg-Using-RSVG-with-cairo.html#rsvg-handle-render-cairo" title="rsvg_handle_render_cairo ()">rsvg_handle_render_cairo</a> (<em class="parameter"><code><a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a> *handle</code></em>,
|
41
|
+
<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>);
|
42
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <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> (<em class="parameter"><code><a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a> *handle</code></em>,
|
43
|
+
<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>,
|
44
|
+
<em class="parameter"><code>const <span class="type">char</span> *id</code></em>);
|
45
|
+
</pre>
|
60
46
|
</div>
|
61
47
|
<div class="refsect1">
|
62
48
|
<a name="rsvg-Using-RSVG-with-cairo.description"></a><h2>Description</h2>
|
63
49
|
</div>
|
64
50
|
<div class="refsect1">
|
65
|
-
<a name="rsvg-Using-RSVG-with-cairo.
|
51
|
+
<a name="rsvg-Using-RSVG-with-cairo.details"></a><h2>Details</h2>
|
66
52
|
<div class="refsect2">
|
67
|
-
<a name="rsvg-handle-render-cairo"></a><h3>rsvg_handle_render_cairo
|
68
|
-
<pre class="programlisting"><a href="
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
<
|
74
|
-
<div class="informaltable"><table width="100%" border="0">
|
53
|
+
<a name="rsvg-handle-render-cairo"></a><h3>rsvg_handle_render_cairo ()</h3>
|
54
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
55
|
+
<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>
|
56
|
+
<p>
|
57
|
+
Draws a SVG to a Cairo surface
|
58
|
+
</p>
|
59
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
75
60
|
<colgroup>
|
76
|
-
<col
|
77
|
-
<col
|
78
|
-
<col width="200px" class="parameters_annotations">
|
61
|
+
<col align="left" valign="top">
|
62
|
+
<col>
|
79
63
|
</colgroup>
|
80
64
|
<tbody>
|
81
65
|
<tr>
|
82
|
-
<td class="
|
83
|
-
<td
|
84
|
-
|
66
|
+
<td><p><span class="term"><em class="parameter"><code>handle</code></em> :</span></p></td>
|
67
|
+
<td>A <a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
72
|
+
<td>A Cairo renderer</td>
|
85
73
|
</tr>
|
86
74
|
<tr>
|
87
|
-
<td class="
|
88
|
-
<td
|
89
|
-
<
|
75
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
76
|
+
<td>
|
77
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if drawing succeeded.</td>
|
90
78
|
</tr>
|
91
79
|
</tbody>
|
92
80
|
</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.win32/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
81
|
<p class="since">Since 2.14</p>
|
100
82
|
</div>
|
101
83
|
<hr>
|
102
84
|
<div class="refsect2">
|
103
|
-
<a name="rsvg-handle-render-cairo-sub"></a><h3>rsvg_handle_render_cairo_sub
|
104
|
-
<pre class="programlisting"><a href="
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
<
|
111
|
-
<div class="informaltable"><table width="100%" border="0">
|
85
|
+
<a name="rsvg-handle-render-cairo-sub"></a><h3>rsvg_handle_render_cairo_sub ()</h3>
|
86
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> 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>,
|
87
|
+
<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>,
|
88
|
+
<em class="parameter"><code>const <span class="type">char</span> *id</code></em>);</pre>
|
89
|
+
<p>
|
90
|
+
Draws a subset of a SVG to a Cairo surface
|
91
|
+
</p>
|
92
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
112
93
|
<colgroup>
|
113
|
-
<col
|
114
|
-
<col
|
115
|
-
<col width="200px" class="parameters_annotations">
|
94
|
+
<col align="left" valign="top">
|
95
|
+
<col>
|
116
96
|
</colgroup>
|
117
97
|
<tbody>
|
118
98
|
<tr>
|
119
|
-
<td class="
|
120
|
-
<td
|
121
|
-
|
99
|
+
<td><p><span class="term"><em class="parameter"><code>handle</code></em> :</span></p></td>
|
100
|
+
<td>A <a class="link" href="RsvgHandle.html" title="RsvgHandle"><span class="type">RsvgHandle</span></a>
|
101
|
+
</td>
|
122
102
|
</tr>
|
123
103
|
<tr>
|
124
|
-
<td class="
|
125
|
-
<td
|
126
|
-
<td class="parameter_annotations"> </td>
|
104
|
+
<td><p><span class="term"><em class="parameter"><code>cr</code></em> :</span></p></td>
|
105
|
+
<td>A Cairo renderer</td>
|
127
106
|
</tr>
|
128
107
|
<tr>
|
129
|
-
<td class="
|
130
|
-
<td
|
108
|
+
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
|
109
|
+
<td>An element's id within the SVG, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to render
|
131
110
|
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. </
|
133
|
-
|
111
|
+
that you wish to render, pass "#<span class="type">layer1</span>" as the id. <span class="annotation">[nullable]</span>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
<tr>
|
115
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
116
|
+
<td>
|
117
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if drawing succeeded.</td>
|
134
118
|
</tr>
|
135
119
|
</tbody>
|
136
120
|
</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.win32/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
121
|
<p class="since">Since 2.14</p>
|
144
122
|
</div>
|
145
123
|
</div>
|
146
|
-
<div class="refsect1">
|
147
|
-
<a name="rsvg-Using-RSVG-with-cairo.other_details"></a><h2>Types and Values</h2>
|
148
|
-
</div>
|
149
124
|
</div>
|
150
125
|
<div class="footer">
|
151
126
|
<hr>
|
152
|
-
Generated by GTK-Doc V1.
|
127
|
+
Generated by GTK-Doc V1.19</div>
|
153
128
|
</body>
|
154
129
|
</html>
|
@@ -2,26 +2,30 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Version check and feature tests</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="RSVG Libary Reference Manual">
|
8
8
|
<link rel="up" href="rsvg.html" title="Part I. API Reference">
|
9
9
|
<link rel="prev" href="rsvg-Using-RSVG-with-GdkPixbuf.html" title="Using RSVG with GdkPixbuf">
|
10
10
|
<link rel="next" href="object-tree.html" title="Object Hierarchy">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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="
|
16
|
-
<
|
17
|
-
<a
|
18
|
-
|
19
|
-
|
20
|
-
<
|
21
|
-
<td><a accesskey="
|
22
|
-
|
23
|
-
<td
|
24
|
-
</
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
16
|
+
<tr valign="middle">
|
17
|
+
<td><a accesskey="p" href="rsvg-Using-RSVG-with-GdkPixbuf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
18
|
+
<td><a accesskey="u" href="rsvg.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
20
|
+
<th width="100%" align="center">RSVG Libary Reference Manual</th>
|
21
|
+
<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr>
|
23
|
+
<tr><td colspan="5" class="shortcuts">
|
24
|
+
<a href="#rsvg-Version-check-and-feature-tests.synopsis" class="shortcut">Top</a>
|
25
|
+
|
|
26
|
+
<a href="#rsvg-Version-check-and-feature-tests.description" class="shortcut">Description</a>
|
27
|
+
</td></tr>
|
28
|
+
</table>
|
25
29
|
<div class="refentry">
|
26
30
|
<a name="rsvg-Version-check-and-feature-tests"></a><div class="titlepage"></div>
|
27
31
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -29,69 +33,27 @@
|
|
29
33
|
<h2><span class="refentrytitle"><a name="rsvg-Version-check-and-feature-tests.top_of_page"></a>Version check and feature tests</span></h2>
|
30
34
|
<p>Version check and feature tests</p>
|
31
35
|
</td>
|
32
|
-
<td
|
36
|
+
<td valign="top" align="right"></td>
|
33
37
|
</tr></table></div>
|
34
|
-
<div class="
|
35
|
-
<a name="rsvg-Version-check-and-feature-tests.
|
36
|
-
<
|
37
|
-
<
|
38
|
-
<
|
39
|
-
<
|
40
|
-
</
|
41
|
-
|
42
|
-
|
43
|
-
<
|
44
|
-
<
|
45
|
-
</
|
46
|
-
|
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>
|
38
|
+
<div class="refsynopsisdiv">
|
39
|
+
<a name="rsvg-Version-check-and-feature-tests.synopsis"></a><h2>Synopsis</h2>
|
40
|
+
<pre class="synopsis">#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MAJOR-VERSION:CAPS" title="LIBRSVG_MAJOR_VERSION">LIBRSVG_MAJOR_VERSION</a>
|
41
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MINOR-VERSION:CAPS" title="LIBRSVG_MINOR_VERSION">LIBRSVG_MINOR_VERSION</a>
|
42
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-MICRO-VERSION:CAPS" title="LIBRSVG_MICRO_VERSION">LIBRSVG_MICRO_VERSION</a>
|
43
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-VERSION:CAPS" title="LIBRSVG_VERSION">LIBRSVG_VERSION</a>
|
44
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-VERSION:CAPS" title="LIBRSVG_CHECK_VERSION()">LIBRSVG_CHECK_VERSION</a> (major,
|
45
|
+
minor,
|
46
|
+
micro)
|
47
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-SVGZ:CAPS" title="LIBRSVG_HAVE_SVGZ">LIBRSVG_HAVE_SVGZ</a>
|
48
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-HAVE-CSS:CAPS" title="LIBRSVG_HAVE_CSS">LIBRSVG_HAVE_CSS</a>
|
49
|
+
#define <a class="link" href="rsvg-Version-check-and-feature-tests.html#LIBRSVG-CHECK-FEATURE:CAPS" title="LIBRSVG_CHECK_FEATURE()">LIBRSVG_CHECK_FEATURE</a> (FEATURE)
|
50
|
+
</pre>
|
89
51
|
</div>
|
90
52
|
<div class="refsect1">
|
91
53
|
<a name="rsvg-Version-check-and-feature-tests.description"></a><h2>Description</h2>
|
92
54
|
</div>
|
93
55
|
<div class="refsect1">
|
94
|
-
<a name="rsvg-Version-check-and-feature-tests.
|
56
|
+
<a name="rsvg-Version-check-and-feature-tests.details"></a><h2>Details</h2>
|
95
57
|
<div class="refsect2">
|
96
58
|
<a name="LIBRSVG-MAJOR-VERSION:CAPS"></a><h3>LIBRSVG_MAJOR_VERSION</h3>
|
97
59
|
<pre class="programlisting">#define LIBRSVG_MAJOR_VERSION</pre>
|
@@ -108,6 +70,11 @@
|
|
108
70
|
</div>
|
109
71
|
<hr>
|
110
72
|
<div class="refsect2">
|
73
|
+
<a name="LIBRSVG-VERSION:CAPS"></a><h3>LIBRSVG_VERSION</h3>
|
74
|
+
<pre class="programlisting">#define LIBRSVG_VERSION</pre>
|
75
|
+
</div>
|
76
|
+
<hr>
|
77
|
+
<div class="refsect2">
|
111
78
|
<a name="LIBRSVG-CHECK-VERSION:CAPS"></a><h3>LIBRSVG_CHECK_VERSION()</h3>
|
112
79
|
<pre class="programlisting">#define LIBRSVG_CHECK_VERSION(major,minor,micro)</pre>
|
113
80
|
</div>
|
@@ -127,16 +94,9 @@
|
|
127
94
|
<pre class="programlisting">#define LIBRSVG_CHECK_FEATURE(FEATURE)</pre>
|
128
95
|
</div>
|
129
96
|
</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
97
|
</div>
|
138
98
|
<div class="footer">
|
139
99
|
<hr>
|
140
|
-
Generated by GTK-Doc V1.
|
100
|
+
Generated by GTK-Doc V1.19</div>
|
141
101
|
</body>
|
142
102
|
</html>
|
@@ -2,22 +2,22 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
5
|
+
<title>Part I. API Reference</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="RSVG Libary Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="RSVG Libary Reference Manual">
|
9
9
|
<link rel="prev" href="index.html" title="RSVG Libary Reference Manual">
|
10
10
|
<link rel="next" href="RsvgHandle.html" title="RsvgHandle">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19 (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="
|
16
|
-
<td
|
17
|
-
<td
|
18
|
-
<td><img src="
|
19
|
-
<
|
20
|
-
<td><a accesskey="n" href="RsvgHandle.html"><img src="right.png" width="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
16
|
+
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td> </td>
|
18
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
|
+
<th width="100%" align="center">RSVG Libary Reference Manual</th>
|
20
|
+
<td><a accesskey="n" href="RsvgHandle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="part">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -52,6 +52,6 @@
|
|
52
52
|
</div>
|
53
53
|
<div class="footer">
|
54
54
|
<hr>
|
55
|
-
Generated by GTK-Doc V1.
|
55
|
+
Generated by GTK-Doc V1.19</div>
|
56
56
|
</body>
|
57
57
|
</html>
|
@@ -1,23 +1,15 @@
|
|
1
|
-
body
|
2
|
-
{
|
3
|
-
font-family: cantarell, sans-serif;
|
4
|
-
}
|
5
1
|
.synopsis, .classsynopsis
|
6
2
|
{
|
7
3
|
/* tango:aluminium 1/2 */
|
8
4
|
background: #eeeeec;
|
9
|
-
|
10
|
-
border: solid 1px rgb(238, 238, 236);
|
5
|
+
border: solid 1px #d3d7cf;
|
11
6
|
padding: 0.5em;
|
12
7
|
}
|
13
8
|
.programlisting
|
14
9
|
{
|
15
10
|
/* tango:sky blue 0/1 */
|
16
|
-
/* fallback for no rgba support */
|
17
11
|
background: #e6f3ff;
|
18
12
|
border: solid 1px #729fcf;
|
19
|
-
background: rgba(114, 159, 207, 0.1);
|
20
|
-
border: solid 1px rgba(114, 159, 207, 0.2);
|
21
13
|
padding: 0.5em;
|
22
14
|
}
|
23
15
|
.variablelist
|
@@ -30,6 +22,89 @@ body
|
|
30
22
|
vertical-align: top;
|
31
23
|
}
|
32
24
|
|
25
|
+
@media screen {
|
26
|
+
sup a.footnote
|
27
|
+
{
|
28
|
+
position: relative;
|
29
|
+
top: 0em ! important;
|
30
|
+
|
31
|
+
}
|
32
|
+
/* this is needed so that the local anchors are displayed below the naviagtion */
|
33
|
+
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]
|
34
|
+
{
|
35
|
+
display: inline-block;
|
36
|
+
position: relative;
|
37
|
+
top:-5em;
|
38
|
+
}
|
39
|
+
/* this seems to be a bug in the xsl style sheets when generating indexes */
|
40
|
+
div.index div.index
|
41
|
+
{
|
42
|
+
top: 0em;
|
43
|
+
}
|
44
|
+
/* make space for the fixed navigation bar and add space at the bottom so that
|
45
|
+
* link targets appear somewhat close to top
|
46
|
+
*/
|
47
|
+
body
|
48
|
+
{
|
49
|
+
padding-top: 3.2em;
|
50
|
+
padding-bottom: 20em;
|
51
|
+
}
|
52
|
+
/* style and size the navigation bar */
|
53
|
+
table.navigation#top
|
54
|
+
{
|
55
|
+
position: fixed;
|
56
|
+
/* tango:scarlet red 0/1 */
|
57
|
+
background: #ffe6e6;
|
58
|
+
border: solid 1px #ef2929;
|
59
|
+
margin-top: 0;
|
60
|
+
margin-bottom: 0;
|
61
|
+
top: 0;
|
62
|
+
left: 0;
|
63
|
+
height: 3em;
|
64
|
+
z-index: 10;
|
65
|
+
}
|
66
|
+
.navigation a, .navigation a:visited
|
67
|
+
{
|
68
|
+
/* tango:scarlet red 3 */
|
69
|
+
color: #a40000;
|
70
|
+
}
|
71
|
+
.navigation a:hover
|
72
|
+
{
|
73
|
+
/* tango:scarlet red 1 */
|
74
|
+
color: #ef2929;
|
75
|
+
}
|
76
|
+
td.shortcuts
|
77
|
+
{
|
78
|
+
/* tango:scarlet red 1 */
|
79
|
+
color: #ef2929;
|
80
|
+
font-size: 80%;
|
81
|
+
white-space: nowrap;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
@media print {
|
85
|
+
table.navigation {
|
86
|
+
visibility: collapse;
|
87
|
+
display: none;
|
88
|
+
}
|
89
|
+
div.titlepage table.navigation {
|
90
|
+
visibility: visible;
|
91
|
+
display: table;
|
92
|
+
/* tango:scarlet red 0/1 */
|
93
|
+
background: #ffe6e6;
|
94
|
+
border: solid 1px #ef2929;
|
95
|
+
margin-top: 0;
|
96
|
+
margin-bottom: 0;
|
97
|
+
top: 0;
|
98
|
+
left: 0;
|
99
|
+
height: 3em;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
.navigation .title
|
104
|
+
{
|
105
|
+
font-size: 200%;
|
106
|
+
}
|
107
|
+
|
33
108
|
div.gallery-float
|
34
109
|
{
|
35
110
|
float: left;
|
@@ -57,72 +132,6 @@ a:hover
|
|
57
132
|
color: #729fcf;
|
58
133
|
}
|
59
134
|
|
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
135
|
div.table table
|
127
136
|
{
|
128
137
|
border-collapse: collapse;
|
@@ -145,43 +154,14 @@ div.table table th
|
|
145
154
|
background-color: #d3d7cf;
|
146
155
|
}
|
147
156
|
|
148
|
-
h4
|
149
|
-
{
|
150
|
-
color: #555753;
|
151
|
-
}
|
152
|
-
|
153
157
|
hr
|
154
158
|
{
|
155
|
-
/* tango:aluminium
|
156
|
-
color: #
|
157
|
-
background: #
|
159
|
+
/* tango:aluminium 3 */
|
160
|
+
color: #babdb6;
|
161
|
+
background: #babdb6;
|
158
162
|
border: none 0px;
|
159
163
|
height: 1px;
|
160
164
|
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
165
|
}
|
186
166
|
|
187
167
|
.footer
|
@@ -193,70 +173,31 @@ dl.toc > dt
|
|
193
173
|
font-size: 80%;
|
194
174
|
}
|
195
175
|
|
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
176
|
.warning
|
210
177
|
{
|
211
178
|
/* tango:orange 0/1 */
|
212
179
|
background: #ffeed9;
|
213
|
-
background: rgba(252, 175, 62, 0.1);
|
214
180
|
border-color: #ffb04f;
|
215
|
-
border-color: rgba(252, 175, 62, 0.2);
|
216
181
|
}
|
217
182
|
.note
|
218
183
|
{
|
219
184
|
/* tango:chameleon 0/0.5 */
|
220
185
|
background: #d8ffb2;
|
221
|
-
background: rgba(138, 226, 52, 0.1);
|
222
186
|
border-color: #abf562;
|
223
|
-
border-color: rgba(138, 226, 52, 0.2);
|
224
187
|
}
|
225
|
-
|
226
|
-
{
|
227
|
-
border-color: #eeeeec;
|
228
|
-
}
|
229
|
-
.note, .warning, div.blockquote
|
188
|
+
.note, .warning
|
230
189
|
{
|
231
190
|
padding: 0.5em;
|
232
191
|
border-width: 1px;
|
233
192
|
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
193
|
}
|
246
|
-
|
247
|
-
p + div.section
|
194
|
+
.note h3, .warning h3
|
248
195
|
{
|
249
|
-
margin-top:
|
196
|
+
margin-top: 0.0em
|
250
197
|
}
|
251
|
-
|
252
|
-
div.refnamediv,
|
253
|
-
div.refsynopsisdiv,
|
254
|
-
div.refsect1,
|
255
|
-
div.refsect2,
|
256
|
-
div.toc,
|
257
|
-
div.section
|
198
|
+
.note p, .warning p
|
258
199
|
{
|
259
|
-
margin-bottom:
|
200
|
+
margin-bottom: 0.0em
|
260
201
|
}
|
261
202
|
|
262
203
|
/* blob links */
|
@@ -269,52 +210,33 @@ h2 .extralinks, h3 .extralinks
|
|
269
210
|
font-weight: normal;
|
270
211
|
}
|
271
212
|
|
272
|
-
.lineart
|
273
|
-
{
|
274
|
-
color: #d3d7cf;
|
275
|
-
font-weight: normal;
|
276
|
-
}
|
277
|
-
|
278
213
|
.annotation
|
279
214
|
{
|
280
215
|
/* tango:aluminium 5 */
|
281
216
|
color: #555753;
|
217
|
+
font-size: 80%;
|
282
218
|
font-weight: normal;
|
283
219
|
}
|
284
220
|
|
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
221
|
/* code listings */
|
297
222
|
|
298
|
-
.listing_code .programlisting .
|
299
|
-
.listing_code .programlisting .
|
300
|
-
.listing_code .programlisting .
|
301
|
-
.listing_code .programlisting .
|
302
|
-
.listing_code .programlisting .
|
303
|
-
.listing_code .programlisting .comment,
|
223
|
+
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
|
224
|
+
.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
|
225
|
+
.listing_code .programlisting .function { color: #000000; font-weight: bold; }
|
226
|
+
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
|
227
|
+
.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
|
304
228
|
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
|
305
|
-
.listing_code .programlisting .
|
306
|
-
.listing_code .programlisting .
|
229
|
+
.listing_code .programlisting .normal { color: #000000; }
|
230
|
+
.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
|
307
231
|
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
|
308
|
-
.listing_code .programlisting .string { color: #
|
309
|
-
.listing_code .programlisting .
|
310
|
-
.listing_code .programlisting .
|
311
|
-
.listing_code .programlisting .
|
312
|
-
.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
|
232
|
+
.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
|
233
|
+
.listing_code .programlisting .type { color: #000000; }
|
234
|
+
.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
|
235
|
+
.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
|
313
236
|
|
314
237
|
.listing_frame {
|
315
238
|
/* tango:sky blue 1 */
|
316
239
|
border: solid 1px #729fcf;
|
317
|
-
border: solid 1px rgba(114, 159, 207, 0.2);
|
318
240
|
padding: 0px;
|
319
241
|
}
|
320
242
|
|
@@ -326,151 +248,19 @@ acronym,abbr
|
|
326
248
|
.listing_lines {
|
327
249
|
/* tango:sky blue 0.5 */
|
328
250
|
background: #a6c5e3;
|
329
|
-
background: rgba(114, 159, 207, 0.2);
|
330
251
|
/* tango:aluminium 6 */
|
331
252
|
color: #2e3436;
|
332
253
|
}
|
333
254
|
.listing_code {
|
334
255
|
/* tango:sky blue 0 */
|
335
256
|
background: #e6f3ff;
|
336
|
-
background: rgba(114, 159, 207, 0.1);
|
337
257
|
}
|
338
258
|
.listing_code .programlisting {
|
339
259
|
/* override from previous */
|
340
260
|
border: none 0px;
|
341
261
|
padding: 0px;
|
342
|
-
background: none;
|
343
262
|
}
|
344
263
|
.listing_lines pre, .listing_code pre {
|
345
264
|
margin: 0px;
|
346
265
|
}
|
347
266
|
|
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
|
-
|