clutter-gtk 2.0.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. data/Rakefile +74 -0
  2. data/lib/clutter-gtk.rb +65 -0
  3. data/sample/events.rb +178 -0
  4. data/sample/multistage.rb +176 -0
  5. data/sample/redhand.png +0 -0
  6. data/sample/test-actor.rb +165 -0
  7. data/sample/test-scroll.rb +176 -0
  8. data/sample/test.rb +171 -0
  9. data/sample/window-test.rb +115 -0
  10. data/sample/window-test2.rb +134 -0
  11. data/test/clutter-gtk-test-utils.rb +21 -0
  12. data/test/run-test.rb +50 -0
  13. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h +17 -0
  14. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h +87 -0
  15. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h +94 -0
  16. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-texture.h +115 -0
  17. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h +46 -0
  18. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h +111 -0
  19. data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h +90 -0
  20. data/vendor/local/lib/girepository-1.0/GtkClutter-1.0.typelib +0 -0
  21. data/vendor/local/lib/libclutter-gtk-1.0.a +0 -0
  22. data/vendor/local/lib/libclutter-gtk-1.0.la +41 -0
  23. data/vendor/local/lib/pkgconfig/clutter-gtk-1.0.pc +13 -0
  24. data/vendor/local/share/gir-1.0/GtkClutter-1.0.gir +669 -0
  25. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterActor.html +275 -0
  26. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterEmbed.html +272 -0
  27. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterWindow.html +170 -0
  28. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/annotation-glossary.html +58 -0
  29. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch01.html +36 -0
  30. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch02.html +42 -0
  31. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch03.html +34 -0
  32. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html +257 -0
  33. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0.devhelp2 +50 -0
  34. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-glossary.html +35 -0
  35. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-hierarchy.html +45 -0
  36. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-index.html +60 -0
  37. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-objects.html +38 -0
  38. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/home.png +0 -0
  39. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.html +82 -0
  40. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.sgml +53 -0
  41. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix01.html +100 -0
  42. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix02.html +203 -0
  43. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix03.html +71 -0
  44. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix04.html +32 -0
  45. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/left.png +0 -0
  46. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/license.html +59 -0
  47. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/right.png +0 -0
  48. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/style.css +266 -0
  49. data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/up.png +0 -0
  50. data/vendor/local/share/license/clutter-gtk/COPYING +504 -0
  51. data/vendor/local/share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
  52. data/vendor/local/share/locale/pl/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
  53. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
  54. metadata +145 -0
@@ -0,0 +1,203 @@
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>Index of all symbols</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7
+ <link rel="home" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
8
+ <link rel="up" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
9
+ <link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
10
+ <link rel="next" href="ix03.html" title="Index of new symbols in 1.0">
11
+ <meta name="generator" content="GTK-Doc V1.18.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="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="annotation-glossary.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td> </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">Clutter-Gtk 1.4.4
21
+ Reference Manual</th>
22
+ <td><a accesskey="n" href="ix03.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
+ </tr>
24
+ <tr><td colspan="5" class="shortcuts">
25
+ <a class="shortcut" href="#idxA">A</a>
26
+  | 
27
+ <a class="shortcut" href="#idxC">C</a>
28
+  | 
29
+ <a class="shortcut" href="#idxE">E</a>
30
+  | 
31
+ <a class="shortcut" href="#idxG">G</a>
32
+  | 
33
+ <a class="shortcut" href="#idxI">I</a>
34
+  | 
35
+ <a class="shortcut" href="#idxT">T</a>
36
+  | 
37
+ <a class="shortcut" href="#idxW">W</a>
38
+ </td></tr>
39
+ </table>
40
+ <div class="index">
41
+ <div class="titlepage"><div><div><h1 class="title">
42
+ <a name="id-1.8"></a>Index of all symbols</h1></div></div></div>
43
+ <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
44
+ <dt>
45
+ <a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-contents" title="gtk_clutter_actor_get_contents ()">gtk_clutter_actor_get_contents</a>, function in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
46
+ </dt>
47
+ <dd></dd>
48
+ <dt>
49
+ <a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-widget" title="gtk_clutter_actor_get_widget ()">gtk_clutter_actor_get_widget</a>, function in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
50
+ </dt>
51
+ <dd></dd>
52
+ <dt>
53
+ <a class="link" href="GtkClutterActor.html#gtk-clutter-actor-new" title="gtk_clutter_actor_new ()">gtk_clutter_actor_new</a>, function in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
54
+ </dt>
55
+ <dd></dd>
56
+ <dt>
57
+ <a class="link" href="GtkClutterActor.html#gtk-clutter-actor-new-with-contents" title="gtk_clutter_actor_new_with_contents ()">gtk_clutter_actor_new_with_contents</a>, function in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
58
+ </dt>
59
+ <dd></dd>
60
+ <a name="idxC"></a><h3 class="title">C</h3>
61
+ <dt>
62
+ gtk_clutter_check_version, function in Versioning
63
+ </dt>
64
+ <dd></dd>
65
+ <dt>
66
+ CLUTTER_GTK_CHECK_VERSION, macro in Versioning
67
+ </dt>
68
+ <dd></dd>
69
+ <dt>
70
+ CLUTTER_GTK_MAJOR_VERSION, macro in Versioning
71
+ </dt>
72
+ <dd></dd>
73
+ <dt>
74
+ CLUTTER_GTK_MICRO_VERSION, macro in Versioning
75
+ </dt>
76
+ <dd></dd>
77
+ <dt>
78
+ CLUTTER_GTK_MINOR_VERSION, macro in Versioning
79
+ </dt>
80
+ <dd></dd>
81
+ <dt>
82
+ CLUTTER_GTK_VERSION, macro in Versioning
83
+ </dt>
84
+ <dd></dd>
85
+ <dt>
86
+ CLUTTER_GTK_VERSION_HEX, macro in Versioning
87
+ </dt>
88
+ <dd></dd>
89
+ <dt>
90
+ CLUTTER_GTK_VERSION_S, macro in Versioning
91
+ </dt>
92
+ <dd></dd>
93
+ <a name="idxE"></a><h3 class="title">E</h3>
94
+ <dt>
95
+ <a class="link" href="GtkClutterEmbed.html#gtk-clutter-embed-get-stage" title="gtk_clutter_embed_get_stage ()">gtk_clutter_embed_get_stage</a>, function in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
96
+ </dt>
97
+ <dd></dd>
98
+ <dt>
99
+ <a class="link" href="GtkClutterEmbed.html#gtk-clutter-embed-get-use-layout-size" title="gtk_clutter_embed_get_use_layout_size ()">gtk_clutter_embed_get_use_layout_size</a>, function in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
100
+ </dt>
101
+ <dd></dd>
102
+ <dt>
103
+ <a class="link" href="GtkClutterEmbed.html#gtk-clutter-embed-new" title="gtk_clutter_embed_new ()">gtk_clutter_embed_new</a>, function in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
104
+ </dt>
105
+ <dd></dd>
106
+ <dt>
107
+ <a class="link" href="GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size" title="gtk_clutter_embed_set_use_layout_size ()">gtk_clutter_embed_set_use_layout_size</a>, function in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
108
+ </dt>
109
+ <dd></dd>
110
+ <a name="idxG"></a><h3 class="title">G</h3>
111
+ <dt>
112
+ <a class="link" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-get-option-group" title="gtk_clutter_get_option_group ()">gtk_clutter_get_option_group</a>, function in <a class="link" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">Utility Functions</a>
113
+ </dt>
114
+ <dd></dd>
115
+ <dt>
116
+ <a class="link" href="GtkClutterActor.html#GtkClutterActor-struct" title="struct GtkClutterActor">GtkClutterActor</a>, struct in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
117
+ </dt>
118
+ <dd></dd>
119
+ <dt>
120
+ <a class="link" href="GtkClutterActor.html#GtkClutterActor--contents" title='The "contents" property'>GtkClutterActor:contents</a>, object property in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
121
+ </dt>
122
+ <dd></dd>
123
+ <dt>
124
+ <a class="link" href="GtkClutterActor.html#GtkClutterActorClass" title="struct GtkClutterActorClass">GtkClutterActorClass</a>, struct in <a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
125
+ </dt>
126
+ <dd></dd>
127
+ <dt>
128
+ <a class="link" href="GtkClutterEmbed.html#GtkClutterEmbed-struct" title="struct GtkClutterEmbed">GtkClutterEmbed</a>, struct in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
129
+ </dt>
130
+ <dd></dd>
131
+ <dt>
132
+ <a class="link" href="GtkClutterEmbed.html#GtkClutterEmbed--use-layout-size" title='The "use-layout-size" property'>GtkClutterEmbed:use-layout-size</a>, object property in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
133
+ </dt>
134
+ <dd></dd>
135
+ <dt>
136
+ <a class="link" href="GtkClutterEmbed.html#GtkClutterEmbedClass" title="struct GtkClutterEmbedClass">GtkClutterEmbedClass</a>, struct in <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
137
+ </dt>
138
+ <dd></dd>
139
+ <dt>
140
+ GtkClutterTexture, struct in GtkClutterTexture
141
+ </dt>
142
+ <dd></dd>
143
+ <dt>
144
+ GtkClutterTextureClass, struct in GtkClutterTexture
145
+ </dt>
146
+ <dd></dd>
147
+ <dt>
148
+ GtkClutterTextureError, enum in GtkClutterTexture
149
+ </dt>
150
+ <dd></dd>
151
+ <dt>
152
+ <a class="link" href="GtkClutterWindow.html#GtkClutterWindow-struct" title="struct GtkClutterWindow">GtkClutterWindow</a>, struct in <a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a>
153
+ </dt>
154
+ <dd></dd>
155
+ <dt>
156
+ <a class="link" href="GtkClutterWindow.html#GtkClutterWindowClass" title="struct GtkClutterWindowClass">GtkClutterWindowClass</a>, struct in <a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a>
157
+ </dt>
158
+ <dd></dd>
159
+ <a name="idxI"></a><h3 class="title">I</h3>
160
+ <dt>
161
+ <a class="link" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init" title="gtk_clutter_init ()">gtk_clutter_init</a>, function in <a class="link" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">Utility Functions</a>
162
+ </dt>
163
+ <dd></dd>
164
+ <dt>
165
+ <a class="link" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init-with-args" title="gtk_clutter_init_with_args ()">gtk_clutter_init_with_args</a>, function in <a class="link" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">Utility Functions</a>
166
+ </dt>
167
+ <dd></dd>
168
+ <a name="idxT"></a><h3 class="title">T</h3>
169
+ <dt>
170
+ GTK_CLUTTER_TEXTURE_ERROR, macro in GtkClutterTexture
171
+ </dt>
172
+ <dd></dd>
173
+ <dt>
174
+ gtk_clutter_texture_new, function in GtkClutterTexture
175
+ </dt>
176
+ <dd></dd>
177
+ <dt>
178
+ gtk_clutter_texture_set_from_icon_name, function in GtkClutterTexture
179
+ </dt>
180
+ <dd></dd>
181
+ <dt>
182
+ gtk_clutter_texture_set_from_pixbuf, function in GtkClutterTexture
183
+ </dt>
184
+ <dd></dd>
185
+ <dt>
186
+ gtk_clutter_texture_set_from_stock, function in GtkClutterTexture
187
+ </dt>
188
+ <dd></dd>
189
+ <a name="idxW"></a><h3 class="title">W</h3>
190
+ <dt>
191
+ <a class="link" href="GtkClutterWindow.html#gtk-clutter-window-get-stage" title="gtk_clutter_window_get_stage ()">gtk_clutter_window_get_stage</a>, function in <a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a>
192
+ </dt>
193
+ <dd></dd>
194
+ <dt>
195
+ <a class="link" href="GtkClutterWindow.html#gtk-clutter-window-new" title="gtk_clutter_window_new ()">gtk_clutter_window_new</a>, function in <a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a>
196
+ </dt>
197
+ <dd></dd>
198
+ </div>
199
+ <div class="footer">
200
+ <hr>
201
+ Generated by GTK-Doc V1.18.1</div>
202
+ </body>
203
+ </html>
@@ -0,0 +1,71 @@
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>Index of new symbols in 1.0</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7
+ <link rel="home" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
8
+ <link rel="up" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
9
+ <link rel="prev" href="ix02.html" title="Index of all symbols">
10
+ <link rel="next" href="ix04.html" title="Index of deprecated symbols">
11
+ <meta name="generator" content="GTK-Doc V1.18.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="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="ix02.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td> </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">Clutter-Gtk 1.4.4
21
+ Reference Manual</th>
22
+ <td><a accesskey="n" href="ix04.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
+ </tr>
24
+ <tr><td colspan="5" class="shortcuts">
25
+ <a class="shortcut" href="#idxC">C</a>
26
+  | 
27
+ <a class="shortcut" href="#idxG">G</a>
28
+  | 
29
+ <a class="shortcut" href="#idxT">T</a>
30
+ </td></tr>
31
+ </table>
32
+ <div class="index">
33
+ <div class="titlepage"><div><div><h1 class="title">
34
+ <a name="id-1.9"></a>Index of new symbols in 1.0</h1></div></div></div>
35
+ <a name="idx"></a><a name="idxC"></a><h3 class="title">C</h3>
36
+ <dt>
37
+ gtk_clutter_check_version, function in Versioning
38
+ </dt>
39
+ <dd></dd>
40
+ <a name="idxG"></a><h3 class="title">G</h3>
41
+ <dt>
42
+ GtkClutterTexture, struct in GtkClutterTexture
43
+ </dt>
44
+ <dd></dd>
45
+ <dt>
46
+ GtkClutterTextureClass, struct in GtkClutterTexture
47
+ </dt>
48
+ <dd></dd>
49
+ <dt>
50
+ GtkClutterTextureError, enum in GtkClutterTexture
51
+ </dt>
52
+ <dd></dd>
53
+ <a name="idxT"></a><h3 class="title">T</h3>
54
+ <dt>
55
+ GTK_CLUTTER_TEXTURE_ERROR, macro in GtkClutterTexture
56
+ </dt>
57
+ <dd></dd>
58
+ <dt>
59
+ gtk_clutter_texture_new, function in GtkClutterTexture
60
+ </dt>
61
+ <dd></dd>
62
+ <dt>
63
+ gtk_clutter_texture_set_from_icon_name, function in GtkClutterTexture
64
+ </dt>
65
+ <dd></dd>
66
+ </div>
67
+ <div class="footer">
68
+ <hr>
69
+ Generated by GTK-Doc V1.18.1</div>
70
+ </body>
71
+ </html>
@@ -0,0 +1,32 @@
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>Index of deprecated symbols</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7
+ <link rel="home" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
8
+ <link rel="up" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
9
+ <link rel="prev" href="ix03.html" title="Index of new symbols in 1.0">
10
+ <link rel="next" href="license.html" title="Appendix A. License">
11
+ <meta name="generator" content="GTK-Doc V1.18.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="2"><tr valign="middle">
16
+ <td><a accesskey="p" href="ix03.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">Clutter-Gtk 1.4.4
20
+ Reference Manual</th>
21
+ <td><a accesskey="n" href="license.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr></table>
23
+ <div class="index">
24
+ <div class="titlepage"><div><div><h1 class="title">
25
+ <a name="id-1.10"></a>Index of deprecated symbols</h1></div></div></div>
26
+ <a name="idx"></a>
27
+ </div>
28
+ <div class="footer">
29
+ <hr>
30
+ Generated by GTK-Doc V1.18.1</div>
31
+ </body>
32
+ </html>
@@ -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>Appendix A. License</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7
+ <link rel="home" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
8
+ <link rel="up" href="index.html" title="Clutter-Gtk 1.4.4 Reference Manual">
9
+ <link rel="prev" href="ix04.html" title="Index of deprecated symbols">
10
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
15
+ <td><a accesskey="p" href="ix04.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
+ <td> </td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
18
+ <th width="100%" align="center">Clutter-Gtk 1.4.4
19
+ Reference Manual</th>
20
+ <td> </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.18.1</div>
58
+ </body>
59
+ </html>
@@ -0,0 +1,266 @@
1
+ .synopsis, .classsynopsis
2
+ {
3
+ /* tango:aluminium 1/2 */
4
+ background: #eeeeec;
5
+ border: solid 1px #d3d7cf;
6
+ padding: 0.5em;
7
+ }
8
+ .programlisting
9
+ {
10
+ /* tango:sky blue 0/1 */
11
+ background: #e6f3ff;
12
+ border: solid 1px #729fcf;
13
+ padding: 0.5em;
14
+ }
15
+ .variablelist
16
+ {
17
+ padding: 4px;
18
+ margin-left: 3em;
19
+ }
20
+ .variablelist td:first-child
21
+ {
22
+ vertical-align: top;
23
+ }
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
+
108
+ div.gallery-float
109
+ {
110
+ float: left;
111
+ padding: 10px;
112
+ }
113
+ div.gallery-float img
114
+ {
115
+ border-style: none;
116
+ }
117
+ div.gallery-spacer
118
+ {
119
+ clear: both;
120
+ }
121
+
122
+ a, a:visited
123
+ {
124
+ text-decoration: none;
125
+ /* tango:sky blue 2 */
126
+ color: #3465a4;
127
+ }
128
+ a:hover
129
+ {
130
+ text-decoration: underline;
131
+ /* tango:sky blue 1 */
132
+ color: #729fcf;
133
+ }
134
+
135
+ div.table table
136
+ {
137
+ border-collapse: collapse;
138
+ border-spacing: 0px;
139
+ /* tango:aluminium 3 */
140
+ border: solid 1px #babdb6;
141
+ }
142
+
143
+ div.table table td, div.table table th
144
+ {
145
+ /* tango:aluminium 3 */
146
+ border: solid 1px #babdb6;
147
+ padding: 3px;
148
+ vertical-align: top;
149
+ }
150
+
151
+ div.table table th
152
+ {
153
+ /* tango:aluminium 2 */
154
+ background-color: #d3d7cf;
155
+ }
156
+
157
+ hr
158
+ {
159
+ /* tango:aluminium 3 */
160
+ color: #babdb6;
161
+ background: #babdb6;
162
+ border: none 0px;
163
+ height: 1px;
164
+ clear: both;
165
+ }
166
+
167
+ .footer
168
+ {
169
+ padding-top: 3.5em;
170
+ /* tango:aluminium 3 */
171
+ color: #babdb6;
172
+ text-align: center;
173
+ font-size: 80%;
174
+ }
175
+
176
+ .warning
177
+ {
178
+ /* tango:orange 0/1 */
179
+ background: #ffeed9;
180
+ border-color: #ffb04f;
181
+ }
182
+ .note
183
+ {
184
+ /* tango:chameleon 0/0.5 */
185
+ background: #d8ffb2;
186
+ border-color: #abf562;
187
+ }
188
+ .note, .warning
189
+ {
190
+ padding: 0.5em;
191
+ border-width: 1px;
192
+ border-style: solid;
193
+ }
194
+ .note h3, .warning h3
195
+ {
196
+ margin-top: 0.0em
197
+ }
198
+ .note p, .warning p
199
+ {
200
+ margin-bottom: 0.0em
201
+ }
202
+
203
+ /* blob links */
204
+ h2 .extralinks, h3 .extralinks
205
+ {
206
+ float: right;
207
+ /* tango:aluminium 3 */
208
+ color: #babdb6;
209
+ font-size: 80%;
210
+ font-weight: normal;
211
+ }
212
+
213
+ .annotation
214
+ {
215
+ /* tango:aluminium 5 */
216
+ color: #555753;
217
+ font-size: 80%;
218
+ font-weight: normal;
219
+ }
220
+
221
+ /* code listings */
222
+
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 */
228
+ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
229
+ .listing_code .programlisting .normal { color: #000000; }
230
+ .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
231
+ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 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 */
236
+
237
+ .listing_frame {
238
+ /* tango:sky blue 1 */
239
+ border: solid 1px #729fcf;
240
+ padding: 0px;
241
+ }
242
+
243
+ .listing_lines, .listing_code {
244
+ margin-top: 0px;
245
+ margin-bottom: 0px;
246
+ padding: 0.5em;
247
+ }
248
+ .listing_lines {
249
+ /* tango:sky blue 0.5 */
250
+ background: #a6c5e3;
251
+ /* tango:aluminium 6 */
252
+ color: #2e3436;
253
+ }
254
+ .listing_code {
255
+ /* tango:sky blue 0 */
256
+ background: #e6f3ff;
257
+ }
258
+ .listing_code .programlisting {
259
+ /* override from previous */
260
+ border: none 0px;
261
+ padding: 0px;
262
+ }
263
+ .listing_lines pre, .listing_code pre {
264
+ margin: 0px;
265
+ }
266
+