gdk_pixbuf2 2.2.4-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +29 -0
- data/Rakefile +34 -0
- data/ext/gdk_pixbuf2/depend +11 -0
- data/ext/gdk_pixbuf2/extconf.rb +66 -0
- data/ext/gdk_pixbuf2/gdk_pixbuf2.def +2 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c +179 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c +164 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.c +737 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf.h +41 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h +42 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h +35 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c +93 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c +71 -0
- data/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c +53 -0
- data/ext/gdk_pixbuf2/rbgdk-pixdata.c +213 -0
- data/extconf.rb +49 -0
- data/lib/2.0/gdk_pixbuf2.so +0 -0
- data/lib/2.1/gdk_pixbuf2.so +0 -0
- data/lib/2.2/gdk_pixbuf2.so +0 -0
- data/lib/gdk_pixbuf2.rb +57 -0
- data/sample/anim.rb +38 -0
- data/sample/composite.rb +45 -0
- data/sample/flip.rb +47 -0
- data/sample/floppybuddy.gif +0 -0
- data/sample/format.rb +39 -0
- data/sample/gnome-foot.png +0 -0
- data/sample/inline.rb +37 -0
- data/sample/loader.rb +20 -0
- data/sample/pixdata.rb +39 -0
- data/sample/rotate.rb +45 -0
- data/sample/save.rb +25 -0
- data/sample/scale.rb +45 -0
- data/sample/simpleanim.rb +34 -0
- data/sample/utils.rb +44 -0
- data/sample/xpm.rb +40 -0
- data/vendor/local/bin/gdk-pixbuf-csource.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-pixdata.exe +0 -0
- data/vendor/local/bin/gdk-pixbuf-query-loaders.exe +0 -0
- data/vendor/local/bin/libgdk_pixbuf-2.0-0.dll +0 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +204 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +464 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +33 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +120 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +343 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +108 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +36 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +64 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +158 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +43 -0
- data/vendor/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +168 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache +139 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.dll.a +0 -0
- data/vendor/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la +41 -0
- data/vendor/local/lib/gdk_pixbuf-2.0.def +128 -0
- data/vendor/local/lib/girepository-1.0/GdkPixbuf-2.0.typelib +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk_pixbuf-2.0.la +41 -0
- data/vendor/local/lib/pkgconfig/gdk-pixbuf-2.0.pc +19 -0
- data/vendor/local/share/gir-1.0/GdkPixbuf-2.0.gir +3443 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/GdkPixbufLoader.html +827 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/annotation-glossary.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-12.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-14.html +46 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-2.html +108 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-26.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-30.html +35 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-4.html +72 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-6.html +65 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-2-8.html +39 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-deprecated.html +53 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/api-index-full.html +787 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/composite.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Animations.html +1068 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-Loading.html +794 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-File-saving.html +864 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Image-Data-in-Memory.html +491 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Inline-data.html +639 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Module-Interface.html +1298 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html +208 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Scaling.html +914 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-The-GdkPixbuf-Structure.html +898 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Utilities.html +381 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Versioning.html +184 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-X-Drawables-to-Pixbufs.html +197 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-Xlib-Rendering.html +438 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-XlibRGB.html +1115 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-csource.html +167 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html +159 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-from-drawables.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-rendering.html +44 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf-query-loaders.html +85 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/gdk-pixbuf.devhelp2 +226 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.html +150 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/index.sgml +322 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn01.html +101 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/rn02.html +50 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/style.css +476 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk-pixbuf/up.png +0 -0
- data/vendor/local/share/license/gdk-pixbuf/AUTHORS +65 -0
- data/vendor/local/share/license/gdk-pixbuf/COPYING +482 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo +0 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-csource.1 +135 -0
- data/vendor/local/share/man/man1/gdk-pixbuf-query-loaders.1 +73 -0
- metadata +273 -0
Binary file
|
Binary file
|
@@ -0,0 +1,59 @@
|
|
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>GDK-PixBuf Reference Manual: Appendix A. License</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
|
+
<link rel="prev" href="api-index-2-30.html" title="Index of new symbols in 2.30">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="api-index-2-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="appendix">
|
23
|
+
<div class="titlepage"><div><div><h1 class="title">
|
24
|
+
<a name="license"></a>Appendix A. License</h1></div></div></div>
|
25
|
+
<p>
|
26
|
+
This library is free software; you can redistribute it and/or
|
27
|
+
modify it under the terms of the <em class="citetitle">GNU Library General
|
28
|
+
Public License</em> as published by the Free Software
|
29
|
+
Foundation; either version 2 of the License, or (at your option)
|
30
|
+
any later version.
|
31
|
+
</p>
|
32
|
+
<p>
|
33
|
+
This library is distributed in the hope that it will be useful,
|
34
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
35
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
36
|
+
<em class="citetitle">GNU Library General Public License</em> for
|
37
|
+
more details.
|
38
|
+
</p>
|
39
|
+
<p>
|
40
|
+
You may obtain a copy of the <em class="citetitle">GNU Library General
|
41
|
+
Public License</em> from the Free Software Foundation by
|
42
|
+
visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web
|
43
|
+
site</a> or by writing to:
|
44
|
+
|
45
|
+
</p>
|
46
|
+
<div class="address"><p><br>
|
47
|
+
Free Software Foundation, Inc.<br>
|
48
|
+
<span class="street">59 Temple Place</span> - Suite 330<br>
|
49
|
+
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span><br>
|
50
|
+
<span class="country">USA</span><br>
|
51
|
+
</p></div>
|
52
|
+
<p>
|
53
|
+
</p>
|
54
|
+
</div>
|
55
|
+
<div class="footer">
|
56
|
+
<hr>
|
57
|
+
Generated by GTK-Doc V1.20.1</div>
|
58
|
+
</body>
|
59
|
+
</html>
|
Binary file
|
Binary file
|
@@ -0,0 +1,101 @@
|
|
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>GDK-PixBuf Reference Manual: API Reference</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
|
+
<link rel="prev" href="index.html" title="GDK-PixBuf Reference Manual">
|
10
|
+
<link rel="next" href="gdk-pixbuf-Versioning.html" title="Initialization and Versions">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="gdk-pixbuf-Versioning.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="reference">
|
23
|
+
<div class="titlepage">
|
24
|
+
<div><div><h1 class="title">
|
25
|
+
<a name="id-1.2"></a>API Reference</h1></div></div>
|
26
|
+
<hr>
|
27
|
+
</div>
|
28
|
+
<div class="partintro">
|
29
|
+
<div></div>
|
30
|
+
<p>
|
31
|
+
This part presents the class and function reference for the
|
32
|
+
gdk-pixbuf library. Classes are described together with
|
33
|
+
their methods; individual functions are grouped by functional
|
34
|
+
group.
|
35
|
+
</p>
|
36
|
+
<div class="toc">
|
37
|
+
<p><b>Table of Contents</b></p>
|
38
|
+
<dl class="toc">
|
39
|
+
<dt>
|
40
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Versioning.html">Initialization and Versions</a></span><span class="refpurpose"> — Library version numbers.</span>
|
41
|
+
</dt>
|
42
|
+
<dt>
|
43
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-The-GdkPixbuf-Structure.html">The GdkPixbuf Structure</a></span><span class="refpurpose"> — Information that describes an image.</span>
|
44
|
+
</dt>
|
45
|
+
<dt>
|
46
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html">Reference Counting and Memory Mangement</a></span><span class="refpurpose"> — Functions for reference counting and memory management on pixbufs.</span>
|
47
|
+
</dt>
|
48
|
+
<dt>
|
49
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-File-Loading.html">File Loading</a></span><span class="refpurpose"> — Loading a pixbuf from a file.</span>
|
50
|
+
</dt>
|
51
|
+
<dt>
|
52
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-File-saving.html">File saving</a></span><span class="refpurpose"> — Saving a pixbuf to a file.</span>
|
53
|
+
</dt>
|
54
|
+
<dt>
|
55
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Image-Data-in-Memory.html">Image Data in Memory</a></span><span class="refpurpose"> — Creating a pixbuf from image data that is already in memory.</span>
|
56
|
+
</dt>
|
57
|
+
<dt>
|
58
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Inline-data.html">Inline data</a></span><span class="refpurpose"> — Functions for inlined pixbuf handling.</span>
|
59
|
+
</dt>
|
60
|
+
<dt>
|
61
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Scaling.html">Scaling</a></span><span class="refpurpose"> — Scaling pixbufs and scaling and compositing pixbufs</span>
|
62
|
+
</dt>
|
63
|
+
<dt>
|
64
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-rendering.html">Rendering</a></span><span class="refpurpose"> — Rendering a pixbuf to a GDK drawable.</span>
|
65
|
+
</dt>
|
66
|
+
<dt>
|
67
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-from-drawables.html">Drawables to Pixbufs</a></span><span class="refpurpose"> — Getting parts of a GDK drawable's image data into a pixbuf.</span>
|
68
|
+
</dt>
|
69
|
+
<dt>
|
70
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility and miscellaneous convenience functions.</span>
|
71
|
+
</dt>
|
72
|
+
<dt>
|
73
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Animations.html">Animations</a></span><span class="refpurpose"> — Animated images.</span>
|
74
|
+
</dt>
|
75
|
+
<dt>
|
76
|
+
<span class="refentrytitle"><a href="GdkPixbufLoader.html">GdkPixbufLoader</a></span><span class="refpurpose"> — Application-driven progressive image loading.</span>
|
77
|
+
</dt>
|
78
|
+
<dt>
|
79
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Module-Interface.html">Module Interface</a></span><span class="refpurpose"> — Extending GdkPixBuf</span>
|
80
|
+
</dt>
|
81
|
+
<dt>
|
82
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html">gdk-pixbuf Xlib initialization</a></span><span class="refpurpose"> — Initializing the gdk-pixbuf Xlib library.</span>
|
83
|
+
</dt>
|
84
|
+
<dt>
|
85
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-Xlib-Rendering.html">Xlib Rendering</a></span><span class="refpurpose"> — Rendering a pixbuf to an X drawable.</span>
|
86
|
+
</dt>
|
87
|
+
<dt>
|
88
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-X-Drawables-to-Pixbufs.html">X Drawables to Pixbufs</a></span><span class="refpurpose"> — Getting parts of an X drawable's image data into a pixbuf.</span>
|
89
|
+
</dt>
|
90
|
+
<dt>
|
91
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-XlibRGB.html">XlibRGB</a></span><span class="refpurpose"> — Rendering RGB buffers to X drawables.</span>
|
92
|
+
</dt>
|
93
|
+
</dl>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
</div>
|
97
|
+
<div class="footer">
|
98
|
+
<hr>
|
99
|
+
Generated by GTK-Doc V1.20.1</div>
|
100
|
+
</body>
|
101
|
+
</html>
|
@@ -0,0 +1,50 @@
|
|
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>GDK-PixBuf Reference Manual: Tools Reference</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
|
8
|
+
<link rel="up" href="index.html" title="GDK-PixBuf Reference Manual">
|
9
|
+
<link rel="prev" href="gdk-pixbuf-XlibRGB.html" title="XlibRGB">
|
10
|
+
<link rel="next" href="gdk-pixbuf-csource.html" title="gdk-pixbuf-csource">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20.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="gdk-pixbuf-XlibRGB.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="gdk-pixbuf-csource.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="reference">
|
23
|
+
<div class="titlepage">
|
24
|
+
<div><div><h1 class="title">
|
25
|
+
<a name="id-1.3"></a>Tools Reference</h1></div></div>
|
26
|
+
<hr>
|
27
|
+
</div>
|
28
|
+
<div class="partintro">
|
29
|
+
<div></div>
|
30
|
+
<p>
|
31
|
+
This part presents the tools which are shipped with the gdk-pixbuf library.
|
32
|
+
</p>
|
33
|
+
<div class="toc">
|
34
|
+
<p><b>Table of Contents</b></p>
|
35
|
+
<dl class="toc">
|
36
|
+
<dt>
|
37
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-csource.html">gdk-pixbuf-csource</a></span><span class="refpurpose"> — C code generation utility for GdkPixbuf images</span>
|
38
|
+
</dt>
|
39
|
+
<dt>
|
40
|
+
<span class="refentrytitle"><a href="gdk-pixbuf-query-loaders.html">gdk-pixbuf-query-loaders</a></span><span class="refpurpose"> — GdkPixbuf loader registration utility</span>
|
41
|
+
</dt>
|
42
|
+
</dl>
|
43
|
+
</div>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
<div class="footer">
|
47
|
+
<hr>
|
48
|
+
Generated by GTK-Doc V1.20.1</div>
|
49
|
+
</body>
|
50
|
+
</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
|
+
|