clutter-gtk 3.0.7-x86-mingw32 → 3.0.8-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 +1 -1
- data/vendor/local/bin/libclutter-gtk-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h +4 -4
- data/vendor/local/lib/girepository-1.0/GtkClutter-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/clutter-gtk-1.0.pc +1 -1
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterActor.html +11 -11
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterEmbed.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterWindow.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch01.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch03.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0.devhelp2 +5 -2
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-glossary.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-index.html +4 -4
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-objects.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.html +11 -8
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix01.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix02.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix03.html +6 -6
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix04.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix05.html +46 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix06.html +31 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix07.html +31 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/license.html +7 -7
- data/vendor/local/share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo +0 -0
- metadata +10 -8
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.sgml +0 -61
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38fbc429c000230c86c55e32f125f49fcb23e9ac
|
4
|
+
data.tar.gz: 5b999c5a039d4922ddcaf62279eb7d7e28f04e11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf954f57b4998be5eff367bafb8a6111f7b95f7c25a7601ea23dc991e3351fa46d6799f4b19fa097782cbef9ed302f7be1e08684708ad4ce9da20f03a57604c
|
7
|
+
data.tar.gz: 6a1e452a6523990ce119a451d2d964ec7ececf055213736be573e765fc79e836052e1184248df59570bc11c72bbd5c4fc0f36d063e06da74ed317ec7513d74f5
|
data/Rakefile
CHANGED
@@ -46,7 +46,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
46
46
|
:name => "clutter-gtk",
|
47
47
|
:download_site => :gnome,
|
48
48
|
:label => "Clutter-GTK",
|
49
|
-
:version => "1.
|
49
|
+
:version => "1.8.0",
|
50
50
|
:compression_method => "xz",
|
51
51
|
:windows => {
|
52
52
|
:configure_args => [
|
Binary file
|
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
|
|
54
54
|
* The minor version of the Clutter-GTK library (2, if %CLUTTER_GTK_VERSION
|
55
55
|
* is 1.2.3)
|
56
56
|
*/
|
57
|
-
#define CLUTTER_GTK_MINOR_VERSION (
|
57
|
+
#define CLUTTER_GTK_MINOR_VERSION (8)
|
58
58
|
|
59
59
|
/**
|
60
60
|
* CLUTTER_GTK_MICRO_VERSION:
|
@@ -62,14 +62,14 @@ G_BEGIN_DECLS
|
|
62
62
|
* The micro version of the Clutter-GTK library (3, if %CLUTTER_GTK_VERSION
|
63
63
|
* is 1.2.3)
|
64
64
|
*/
|
65
|
-
#define CLUTTER_GTK_MICRO_VERSION (
|
65
|
+
#define CLUTTER_GTK_MICRO_VERSION (0)
|
66
66
|
|
67
67
|
/**
|
68
68
|
* CLUTTER_GTK_VERSION:
|
69
69
|
*
|
70
70
|
* The full version of the Clutter-GTK library, like 1.2.3
|
71
71
|
*/
|
72
|
-
#define CLUTTER_GTK_VERSION 1.
|
72
|
+
#define CLUTTER_GTK_VERSION 1.8.0
|
73
73
|
|
74
74
|
/**
|
75
75
|
* CLUTTER_GTK_VERSION_S:
|
@@ -77,7 +77,7 @@ G_BEGIN_DECLS
|
|
77
77
|
* The full version of the Clutter-GTK library, in string form (suited for
|
78
78
|
* string concatenation)
|
79
79
|
*/
|
80
|
-
#define CLUTTER_GTK_VERSION_S "1.
|
80
|
+
#define CLUTTER_GTK_VERSION_S "1.8.0"
|
81
81
|
|
82
82
|
/**
|
83
83
|
* CLUTTER_GTK_VERSION_HEX:
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libclutter-gtk-1.0.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,19 +13,19 @@ library_names='libclutter-gtk-1.0.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter-gtk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la -lcomdlg32 -lwinspool -lcomctl32 /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32 -limm32 -lshell32 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter-gtk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la -lcomdlg32 -lwinspool -lcomctl32 /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/libepoxy.la -lopengl32 -limm32 -lshell32 -ldwmapi /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la -lusp10 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libpcre.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libclutter-gtk-1.0.
|
26
|
-
current=
|
27
|
-
age=
|
28
|
-
revision=
|
26
|
+
current=800
|
27
|
+
age=800
|
28
|
+
revision=0
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkClutterActor: Clutter-Gtk 1.
|
5
|
+
<title>GtkClutterActor: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
|
10
10
|
<link rel="prev" href="GtkClutterEmbed.html" title="GtkClutterEmbed">
|
11
11
|
<link rel="next" href="GtkClutterWindow.html" title="GtkClutterWindow">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -146,7 +146,7 @@ gtk_clutter_actor_new (<em class="parameter"><code><span class="type">void</span
|
|
146
146
|
by retrieving the internal <span class="type">GtkBin</span> container using
|
147
147
|
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-widget" title="gtk_clutter_actor_get_widget ()"><code class="function">gtk_clutter_actor_get_widget()</code></a> and adding the <span class="type">GtkWidget</span> to it.</p>
|
148
148
|
<div class="refsect3">
|
149
|
-
<a name="
|
149
|
+
<a name="gtk-clutter-actor-new.returns"></a><h4>Returns</h4>
|
150
150
|
<p> the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p>
|
151
151
|
</div>
|
152
152
|
</div>
|
@@ -177,7 +177,7 @@ used to embed a Gtk widget into a clutter scene.</p>
|
|
177
177
|
|
178
178
|
<p></p>
|
179
179
|
<div class="refsect3">
|
180
|
-
<a name="
|
180
|
+
<a name="gtk-clutter-actor-new-with-contents.parameters"></a><h4>Parameters</h4>
|
181
181
|
<div class="informaltable"><table width="100%" border="0">
|
182
182
|
<colgroup>
|
183
183
|
<col width="150px" class="parameters_name">
|
@@ -192,7 +192,7 @@ used to embed a Gtk widget into a clutter scene.</p>
|
|
192
192
|
</table></div>
|
193
193
|
</div>
|
194
194
|
<div class="refsect3">
|
195
|
-
<a name="
|
195
|
+
<a name="gtk-clutter-actor-new-with-contents.returns"></a><h4>Returns</h4>
|
196
196
|
<p> the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p>
|
197
197
|
</div>
|
198
198
|
</div>
|
@@ -223,7 +223,7 @@ gtk_clutter_actor_get_contents (<em class="parameter"><code><a class="link" href
|
|
223
223
|
|
224
224
|
<p></p>
|
225
225
|
<div class="refsect3">
|
226
|
-
<a name="
|
226
|
+
<a name="gtk-clutter-actor-get-contents.parameters"></a><h4>Parameters</h4>
|
227
227
|
<div class="informaltable"><table width="100%" border="0">
|
228
228
|
<colgroup>
|
229
229
|
<col width="150px" class="parameters_name">
|
@@ -238,7 +238,7 @@ gtk_clutter_actor_get_contents (<em class="parameter"><code><a class="link" href
|
|
238
238
|
</table></div>
|
239
239
|
</div>
|
240
240
|
<div class="refsect3">
|
241
|
-
<a name="
|
241
|
+
<a name="gtk-clutter-actor-get-contents.returns"></a><h4>Returns</h4>
|
242
242
|
<p> a <span class="type">GtkWidget</span>, or <code class="literal">NULL</code> if not content
|
243
243
|
has been set. </p>
|
244
244
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -251,7 +251,7 @@ has been set. </p>
|
|
251
251
|
gtk_clutter_actor_get_widget (<em class="parameter"><code><a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> *actor</code></em>);</pre>
|
252
252
|
<p>Retrieves the <span class="type">GtkBin</span> used to hold the <a class="link" href="GtkClutterActor.html#GtkClutterActor--contents" title="The “contents” property"><span class="type">“contents”</span></a> widget</p>
|
253
253
|
<div class="refsect3">
|
254
|
-
<a name="
|
254
|
+
<a name="gtk-clutter-actor-get-widget.parameters"></a><h4>Parameters</h4>
|
255
255
|
<div class="informaltable"><table width="100%" border="0">
|
256
256
|
<colgroup>
|
257
257
|
<col width="150px" class="parameters_name">
|
@@ -266,7 +266,7 @@ gtk_clutter_actor_get_widget (<em class="parameter"><code><a class="link" href="
|
|
266
266
|
</table></div>
|
267
267
|
</div>
|
268
268
|
<div class="refsect3">
|
269
|
-
<a name="
|
269
|
+
<a name="gtk-clutter-actor-get-widget.returns"></a><h4>Returns</h4>
|
270
270
|
<p> a <span class="type">GtkBin</span>. </p>
|
271
271
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
272
272
|
</div>
|
@@ -299,6 +299,6 @@ gtk_clutter_actor_get_widget (<em class="parameter"><code><a class="link" href="
|
|
299
299
|
</div>
|
300
300
|
</div>
|
301
301
|
<div class="footer">
|
302
|
-
<hr>Generated by GTK-Doc V1.
|
302
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
303
303
|
</body>
|
304
304
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkClutterEmbed: Clutter-Gtk 1.
|
5
|
+
<title>GtkClutterEmbed: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
|
10
10
|
<link rel="prev" href="ch02.html" title="Clutter-Gtk Widgets">
|
11
11
|
<link rel="next" href="GtkClutterActor.html" title="GtkClutterActor">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -177,7 +177,7 @@ gtk_clutter_embed_new (<em class="parameter"><code><span class="type">void</span
|
|
177
177
|
<p>Creates a new <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed"><span class="type">GtkClutterEmbed</span></a> widget. This widget can be
|
178
178
|
used to build a scene using Clutter API into a GTK+ application.</p>
|
179
179
|
<div class="refsect3">
|
180
|
-
<a name="
|
180
|
+
<a name="gtk-clutter-embed-new.returns"></a><h4>Returns</h4>
|
181
181
|
<p> the newly created <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed"><span class="type">GtkClutterEmbed</span></a></p>
|
182
182
|
</div>
|
183
183
|
</div>
|
@@ -190,7 +190,7 @@ gtk_clutter_embed_get_stage (<em class="parameter"><code><a class="link" href="G
|
|
190
190
|
. The returned stage can be
|
191
191
|
used to add actors to the Clutter scene.</p>
|
192
192
|
<div class="refsect3">
|
193
|
-
<a name="
|
193
|
+
<a name="gtk-clutter-embed-get-stage.parameters"></a><h4>Parameters</h4>
|
194
194
|
<div class="informaltable"><table width="100%" border="0">
|
195
195
|
<colgroup>
|
196
196
|
<col width="150px" class="parameters_name">
|
@@ -205,7 +205,7 @@ used to add actors to the Clutter scene.</p>
|
|
205
205
|
</table></div>
|
206
206
|
</div>
|
207
207
|
<div class="refsect3">
|
208
|
-
<a name="
|
208
|
+
<a name="gtk-clutter-embed-get-stage.returns"></a><h4>Returns</h4>
|
209
209
|
<p> the Clutter stage. You should never
|
210
210
|
destroy or unref the returned actor. </p>
|
211
211
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -235,7 +235,7 @@ size on the toplevel. This makes more sense when using the <em class="parameter"
|
|
235
235
|
|
236
236
|
as a viewport into a potentially unlimited clutter space.</p>
|
237
237
|
<div class="refsect3">
|
238
|
-
<a name="
|
238
|
+
<a name="gtk-clutter-embed-set-use-layout-size.parameters"></a><h4>Parameters</h4>
|
239
239
|
<div class="informaltable"><table width="100%" border="0">
|
240
240
|
<colgroup>
|
241
241
|
<col width="150px" class="parameters_name">
|
@@ -256,7 +256,7 @@ as a viewport into a potentially unlimited clutter space.</p>
|
|
256
256
|
</tbody>
|
257
257
|
</table></div>
|
258
258
|
</div>
|
259
|
-
<p class="since">Since: 1.4</p>
|
259
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
|
260
260
|
</div>
|
261
261
|
<hr>
|
262
262
|
<div class="refsect2">
|
@@ -266,7 +266,7 @@ gtk_clutter_embed_get_use_layout_size (<em class="parameter"><code><a class="lin
|
|
266
266
|
<p>Retrieves whether the embedding uses the layout size, see
|
267
267
|
<a class="link" href="GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size" title="gtk_clutter_embed_set_use_layout_size ()"><code class="function">gtk_clutter_embed_set_use_layout_size()</code></a> for details.</p>
|
268
268
|
<div class="refsect3">
|
269
|
-
<a name="
|
269
|
+
<a name="gtk-clutter-embed-get-use-layout-size.parameters"></a><h4>Parameters</h4>
|
270
270
|
<div class="informaltable"><table width="100%" border="0">
|
271
271
|
<colgroup>
|
272
272
|
<col width="150px" class="parameters_name">
|
@@ -281,10 +281,10 @@ gtk_clutter_embed_get_use_layout_size (<em class="parameter"><code><a class="lin
|
|
281
281
|
</table></div>
|
282
282
|
</div>
|
283
283
|
<div class="refsect3">
|
284
|
-
<a name="
|
284
|
+
<a name="gtk-clutter-embed-get-use-layout-size.returns"></a><h4>Returns</h4>
|
285
285
|
<p> <code class="literal">TRUE</code> if reporting stage size as widget size, <code class="literal">FALSE</code> otherwise.</p>
|
286
286
|
</div>
|
287
|
-
<p class="since">Since: 1.4</p>
|
287
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
|
288
288
|
</div>
|
289
289
|
</div>
|
290
290
|
<div class="refsect1">
|
@@ -315,7 +315,7 @@ data.</p>
|
|
315
315
|
<p>The <span class="type">GtkWidget</span> to be embedded into the <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p>
|
316
316
|
<p>Flags: Read / Write / Construct</p>
|
317
317
|
<p>Default value: FALSE</p>
|
318
|
-
<p class="since">Since: 1.4</p>
|
318
|
+
<p class="since">Since: <a class="link" href="ix05.html#api-index-1.4">1.4</a></p>
|
319
319
|
</div>
|
320
320
|
</div>
|
321
321
|
<div class="refsect1">
|
@@ -324,6 +324,6 @@ data.</p>
|
|
324
324
|
</div>
|
325
325
|
</div>
|
326
326
|
<div class="footer">
|
327
|
-
<hr>Generated by GTK-Doc V1.
|
327
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
328
328
|
</body>
|
329
329
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>GtkClutterWindow: Clutter-Gtk 1.
|
5
|
+
<title>GtkClutterWindow: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
|
10
10
|
<link rel="prev" href="GtkClutterActor.html" title="GtkClutterActor">
|
11
11
|
<link rel="next" href="ch03.html" title="Miscellaneous">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -117,7 +117,7 @@ gtk_clutter_window_new (<em class="parameter"><code><span class="type">void</spa
|
|
117
117
|
<span class="type">GtkWidget</span>s are placed. This allows other <span class="type">ClutterActor</span>s
|
118
118
|
to also be placed on the stage.</p>
|
119
119
|
<div class="refsect3">
|
120
|
-
<a name="
|
120
|
+
<a name="gtk-clutter-window-new.returns"></a><h4>Returns</h4>
|
121
121
|
<p> the newly created <a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow"><span class="type">GtkClutterWindow</span></a></p>
|
122
122
|
</div>
|
123
123
|
</div>
|
@@ -129,7 +129,7 @@ gtk_clutter_window_get_stage (<em class="parameter"><code><a class="link" href="
|
|
129
129
|
<p>Retrieves the <span class="type">ClutterStage</span> that this window is embedding</p>
|
130
130
|
<p>Use this function if you wish to add other actors to the <span class="type">ClutterStage</span>.</p>
|
131
131
|
<div class="refsect3">
|
132
|
-
<a name="
|
132
|
+
<a name="gtk-clutter-window-get-stage.parameters"></a><h4>Parameters</h4>
|
133
133
|
<div class="informaltable"><table width="100%" border="0">
|
134
134
|
<colgroup>
|
135
135
|
<col width="150px" class="parameters_name">
|
@@ -144,7 +144,7 @@ gtk_clutter_window_get_stage (<em class="parameter"><code><a class="link" href="
|
|
144
144
|
</table></div>
|
145
145
|
</div>
|
146
146
|
<div class="refsect3">
|
147
|
-
<a name="
|
147
|
+
<a name="gtk-clutter-window-get-stage.returns"></a><h4>Returns</h4>
|
148
148
|
<p> the window's <span class="type">ClutterStage</span>. </p>
|
149
149
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
150
150
|
</div>
|
@@ -172,6 +172,6 @@ only private data.</p>
|
|
172
172
|
</div>
|
173
173
|
</div>
|
174
174
|
<div class="footer">
|
175
|
-
<hr>Generated by GTK-Doc V1.
|
175
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
176
176
|
</body>
|
177
177
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Annotation Glossary: Clutter-Gtk 1.
|
5
|
+
<title>Annotation Glossary: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="cluttergtk-glossary.html" title="Part II. Glossaries">
|
10
10
|
<link rel="prev" href="cluttergtk-glossary.html" title="Part II. Glossaries">
|
11
11
|
<link rel="next" href="ix02.html" title="Index of all symbols">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -47,6 +47,6 @@
|
|
47
47
|
<dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
|
48
48
|
</div>
|
49
49
|
<div class="footer">
|
50
|
-
<hr>Generated by GTK-Doc V1.
|
50
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
51
51
|
</body>
|
52
52
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter-Gtk Overview: Clutter-Gtk 1.
|
5
|
+
<title>Clutter-Gtk Overview: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
10
|
-
<link rel="prev" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
|
+
<link rel="prev" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
11
11
|
<link rel="next" href="ch02.html" title="Clutter-Gtk Widgets">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -30,6 +30,6 @@
|
|
30
30
|
data structures and object classes with Clutter actors.</p>
|
31
31
|
</div>
|
32
32
|
<div class="footer">
|
33
|
-
<hr>Generated by GTK-Doc V1.
|
33
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
34
34
|
</body>
|
35
35
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter-Gtk Widgets: Clutter-Gtk 1.
|
5
|
+
<title>Clutter-Gtk Widgets: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="ch01.html" title="Clutter-Gtk Overview">
|
11
11
|
<link rel="next" href="GtkClutterEmbed.html" title="GtkClutterEmbed">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -36,6 +36,6 @@
|
|
36
36
|
</dl></div>
|
37
37
|
</div>
|
38
38
|
<div class="footer">
|
39
|
-
<hr>Generated by GTK-Doc V1.
|
39
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
40
40
|
</body>
|
41
41
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Miscellaneous: Clutter-Gtk 1.
|
5
|
+
<title>Miscellaneous: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="GtkClutterWindow.html" title="GtkClutterWindow">
|
11
11
|
<link rel="next" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,6 +28,6 @@
|
|
28
28
|
</dt></dl></div>
|
29
29
|
</div>
|
30
30
|
<div class="footer">
|
31
|
-
<hr>Generated by GTK-Doc V1.
|
31
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
32
32
|
</body>
|
33
33
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Utility Functions: Clutter-Gtk 1.
|
5
|
+
<title>Utility Functions: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="ch03.html" title="Miscellaneous">
|
10
10
|
<link rel="prev" href="ch03.html" title="Miscellaneous">
|
11
11
|
<link rel="next" href="ix01.html" title="Index">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<p>In order to properly integrate a Clutter scene into a GTK+ applications
|
73
73
|
a certain degree of state must be retrieved from GTK+ itself.</p>
|
74
74
|
<p>Clutter-GTK provides API for easing the process of synchronizing colors
|
75
|
-
with the current GTK+ theme and for loading image sources from <span class="type">GdkPixbuf</span>,
|
75
|
+
with the current GTK+ theme and for loading image sources from <a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a>,
|
76
76
|
GTK+ stock items and icon themes.</p>
|
77
77
|
</div>
|
78
78
|
<div class="refsect1">
|
@@ -85,7 +85,7 @@ gtk_clutter_init (<em class="parameter"><code><span class="type">int</span> *arg
|
|
85
85
|
<p>This function should be called instead of <code class="function">clutter_init()</code> and
|
86
86
|
<code class="function">gtk_init()</code>.</p>
|
87
87
|
<div class="refsect3">
|
88
|
-
<a name="
|
88
|
+
<a name="gtk-clutter-init.parameters"></a><h4>Parameters</h4>
|
89
89
|
<div class="informaltable"><table width="100%" border="0">
|
90
90
|
<colgroup>
|
91
91
|
<col width="150px" class="parameters_name">
|
@@ -108,7 +108,7 @@ arguments vector, or <code class="literal">NULL</code>. </p></td>
|
|
108
108
|
</table></div>
|
109
109
|
</div>
|
110
110
|
<div class="refsect3">
|
111
|
-
<a name="
|
111
|
+
<a name="gtk-clutter-init.returns"></a><h4>Returns</h4>
|
112
112
|
<p> <code class="literal">CLUTTER_INIT_SUCCESS</code> on success, a negative integer
|
113
113
|
on failure.</p>
|
114
114
|
</div>
|
@@ -126,7 +126,7 @@ gtk_clutter_init_with_args (<em class="parameter"><code><span class="type">int</
|
|
126
126
|
<p>This function should be called instead of <code class="function">clutter_init()</code> and
|
127
127
|
<code class="function">gtk_init_with_args()</code>.</p>
|
128
128
|
<div class="refsect3">
|
129
|
-
<a name="
|
129
|
+
<a name="gtk-clutter-init-with-args.parameters"></a><h4>Parameters</h4>
|
130
130
|
<div class="informaltable"><table width="100%" border="0">
|
131
131
|
<colgroup>
|
132
132
|
<col width="150px" class="parameters_name">
|
@@ -177,7 +177,7 @@ with <code class="function">gettext()</code>, or <code class="literal">NULL</cod
|
|
177
177
|
</table></div>
|
178
178
|
</div>
|
179
179
|
<div class="refsect3">
|
180
|
-
<a name="
|
180
|
+
<a name="gtk-clutter-init-with-args.returns"></a><h4>Returns</h4>
|
181
181
|
<p> <code class="literal">CLUTTER_INIT_SUCCESS</code> on success, a negative integer
|
182
182
|
on failure.</p>
|
183
183
|
</div>
|
@@ -239,7 +239,7 @@ the returned <span class="type">GOptionGroup</span> has returned <code class="li
|
|
239
239
|
guaranteed to be initialized.</p>
|
240
240
|
<p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
|
241
241
|
<div class="refsect3">
|
242
|
-
<a name="
|
242
|
+
<a name="gtk-clutter-get-option-group.returns"></a><h4>Returns</h4>
|
243
243
|
<p> a <span class="type">GOptionGroup</span> for the commandline arguments
|
244
244
|
recognized by ClutterGtk. </p>
|
245
245
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -251,6 +251,6 @@ recognized by ClutterGtk. </p>
|
|
251
251
|
</div>
|
252
252
|
</div>
|
253
253
|
<div class="footer">
|
254
|
-
<hr>Generated by GTK-Doc V1.
|
254
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
255
255
|
</body>
|
256
256
|
</html>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<book xmlns="" title="Clutter-Gtk 1.
|
2
|
+
<book xmlns="http://www.devhelp.net/book" title="Clutter-Gtk 1.8.0 Reference Manual" link="index.html" author="" name="clutter-gtk-1.0" version="2" language="c">
|
3
3
|
<chapters>
|
4
4
|
<sub name="Clutter-Gtk Overview" link="ch01.html"/>
|
5
5
|
<sub name="Clutter-Gtk Widgets" link="ch02.html">
|
@@ -20,7 +20,10 @@
|
|
20
20
|
</sub>
|
21
21
|
<sub name="Index of all symbols" link="ix02.html"/>
|
22
22
|
<sub name="Index of new symbols in 1.0" link="ix03.html"/>
|
23
|
-
<sub name="Index of
|
23
|
+
<sub name="Index of new symbols in 1.2" link="ix04.html"/>
|
24
|
+
<sub name="Index of new symbols in 1.4" link="ix05.html"/>
|
25
|
+
<sub name="Index of new symbols in 1.6" link="ix06.html"/>
|
26
|
+
<sub name="Index of deprecated symbols" link="ix07.html"/>
|
24
27
|
<sub name="License" link="license.html"/>
|
25
28
|
</chapters>
|
26
29
|
<functions>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Part II. Glossaries: Clutter-Gtk 1.
|
5
|
+
<title>Part II. Glossaries: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="cluttergtk-object-index.html" title="Object Index">
|
11
11
|
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -29,6 +29,6 @@
|
|
29
29
|
</div>
|
30
30
|
</div>
|
31
31
|
<div class="footer">
|
32
|
-
<hr>Generated by GTK-Doc V1.
|
32
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
33
33
|
</body>
|
34
34
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Object Hierarchy: Clutter-Gtk 1.
|
5
|
+
<title>Object Hierarchy: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
10
10
|
<link rel="prev" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
11
11
|
<link rel="next" href="cluttergtk-object-index.html" title="Object Index">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -39,6 +39,6 @@
|
|
39
39
|
</pre>
|
40
40
|
</div>
|
41
41
|
<div class="footer">
|
42
|
-
<hr>Generated by GTK-Doc V1.
|
42
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
43
43
|
</body>
|
44
44
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Object Index: Clutter-Gtk 1.
|
5
|
+
<title>Object Index: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="up" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
10
10
|
<link rel="prev" href="cluttergtk-object-hierarchy.html" title="Object Hierarchy">
|
11
11
|
<link rel="next" href="cluttergtk-glossary.html" title="Part II. Glossaries">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -54,6 +54,6 @@
|
|
54
54
|
</table></div>
|
55
55
|
</div>
|
56
56
|
<div class="footer">
|
57
|
-
<hr>Generated by GTK-Doc V1.
|
57
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
58
58
|
</body>
|
59
59
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Part I. Clutter-GTK Actors and Objects: Clutter-Gtk 1.
|
5
|
+
<title>Part I. Clutter-GTK Actors and Objects: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="ix01.html" title="Index">
|
11
11
|
<link rel="next" href="cluttergtk-object-hierarchy.html" title="Object Hierarchy">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</div>
|
33
33
|
</div>
|
34
34
|
<div class="footer">
|
35
|
-
<hr>Generated by GTK-Doc V1.
|
35
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
36
36
|
</body>
|
37
37
|
</html>
|
@@ -2,21 +2,21 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter-Gtk 1.
|
5
|
+
<title>Clutter-Gtk 1.8.0 Reference Manual: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
9
|
<link rel="next" href="ch01.html" title="Clutter-Gtk Overview">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
|
-
<div class="book">
|
14
|
+
<div lang="en" class="book">
|
15
15
|
<div class="titlepage">
|
16
16
|
<div>
|
17
|
-
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter-Gtk 1.
|
17
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter-Gtk 1.8.0
|
18
18
|
Reference Manual</p></th></tr></table></div>
|
19
|
-
<div><p class="releaseinfo">Version 1.
|
19
|
+
<div><p class="releaseinfo">Version 1.8.0
|
20
20
|
</p></div>
|
21
21
|
<div><p class="copyright">Copyright © 2006, 2007, 2008, 2009 Intel Corporation</p></div>
|
22
22
|
<div><div class="legalnotice">
|
@@ -72,11 +72,14 @@
|
|
72
72
|
<dd><dl><dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt></dl></dd>
|
73
73
|
<dt><span class="index"><a href="ix02.html">Index of all symbols</a></span></dt>
|
74
74
|
<dt><span class="index"><a href="ix03.html">Index of new symbols in 1.0</a></span></dt>
|
75
|
-
<dt><span class="index"><a href="ix04.html">Index of
|
75
|
+
<dt><span class="index"><a href="ix04.html">Index of new symbols in 1.2</a></span></dt>
|
76
|
+
<dt><span class="index"><a href="ix05.html">Index of new symbols in 1.4</a></span></dt>
|
77
|
+
<dt><span class="index"><a href="ix06.html">Index of new symbols in 1.6</a></span></dt>
|
78
|
+
<dt><span class="index"><a href="ix07.html">Index of deprecated symbols</a></span></dt>
|
76
79
|
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
77
80
|
</dl></div>
|
78
81
|
</div>
|
79
82
|
<div class="footer">
|
80
|
-
<hr>Generated by GTK-Doc V1.
|
83
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
81
84
|
</body>
|
82
85
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index: Clutter-Gtk 1.
|
5
|
+
<title>Index: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">
|
11
11
|
<link rel="next" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -94,6 +94,6 @@
|
|
94
94
|
</div>
|
95
95
|
</div>
|
96
96
|
<div class="footer">
|
97
|
-
<hr>Generated by GTK-Doc V1.
|
97
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
98
98
|
</body>
|
99
99
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of all symbols: Clutter-Gtk 1.
|
5
|
+
<title>Index of all symbols: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
|
11
11
|
<link rel="next" href="ix03.html" title="Index of new symbols in 1.0">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -192,6 +192,6 @@ gtk_clutter_texture_set_from_stock, function in GtkClutterTexture
|
|
192
192
|
<dd></dd>
|
193
193
|
</div>
|
194
194
|
<div class="footer">
|
195
|
-
<hr>Generated by GTK-Doc V1.
|
195
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
196
196
|
</body>
|
197
197
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of new symbols in 1.0: Clutter-Gtk 1.
|
5
|
+
<title>Index of new symbols in 1.0: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="ix02.html" title="Index of all symbols">
|
11
|
-
<link rel="next" href="ix04.html" title="Index of
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<link rel="next" href="ix04.html" title="Index of new symbols in 1.2">
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -60,6 +60,6 @@ gtk_clutter_texture_set_from_icon_name, function in GtkClutterTexture
|
|
60
60
|
<dd></dd>
|
61
61
|
</div>
|
62
62
|
<div class="footer">
|
63
|
-
<hr>Generated by GTK-Doc V1.
|
63
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
64
64
|
</body>
|
65
65
|
</html>
|
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Index of
|
5
|
+
<title>Index of new symbols in 1.2: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
10
|
<link rel="prev" href="ix03.html" title="Index of new symbols in 1.0">
|
11
|
-
<link rel="next" href="
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<link rel="next" href="ix05.html" title="Index of new symbols in 1.4">
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -18,14 +18,14 @@
|
|
18
18
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
19
19
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
20
20
|
<td><a accesskey="p" href="ix03.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
21
|
-
<td><a accesskey="n" href="
|
21
|
+
<td><a accesskey="n" href="ix05.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
22
22
|
</tr></table>
|
23
23
|
<div class="index">
|
24
24
|
<div class="titlepage"><div><div><h1 class="title">
|
25
|
-
<a name="id-1.10"></a>Index of
|
26
|
-
<
|
25
|
+
<a name="id-1.10"></a>Index of new symbols in 1.2</h1></div></div></div>
|
26
|
+
<div class="index"></div>
|
27
27
|
</div>
|
28
28
|
<div class="footer">
|
29
|
-
<hr>Generated by GTK-Doc V1.
|
29
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
30
30
|
</body>
|
31
31
|
</html>
|
@@ -0,0 +1,46 @@
|
|
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.4: Clutter-Gtk 1.8.0
|
6
|
+
Reference Manual</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
|
+
<link rel="prev" href="ix04.html" title="Index of new symbols in 1.2">
|
11
|
+
<link rel="next" href="ix06.html" title="Index of new symbols in 1.6">
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
14
|
+
</head>
|
15
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
16
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
17
|
+
<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxE">E</a>
|
18
|
+
<span class="dim">|</span>
|
19
|
+
<a class="shortcut" href="#idxG">G</a></span></td>
|
20
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
21
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
22
|
+
<td><a accesskey="p" href="ix04.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
23
|
+
<td><a accesskey="n" href="ix06.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
24
|
+
</tr></table>
|
25
|
+
<div class="index">
|
26
|
+
<div class="titlepage"><div><div><h1 class="title">
|
27
|
+
<a name="id-1.11"></a>Index of new symbols in 1.4</h1></div></div></div>
|
28
|
+
<a name="idx"></a><a name="idxE"></a><h3 class="title">E</h3>
|
29
|
+
<dt>
|
30
|
+
<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>
|
31
|
+
</dt>
|
32
|
+
<dd></dd>
|
33
|
+
<dt>
|
34
|
+
<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>
|
35
|
+
</dt>
|
36
|
+
<dd></dd>
|
37
|
+
<a name="idxG"></a><h3 class="title">G</h3>
|
38
|
+
<dt>
|
39
|
+
<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>
|
40
|
+
</dt>
|
41
|
+
<dd></dd>
|
42
|
+
</div>
|
43
|
+
<div class="footer">
|
44
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
45
|
+
</body>
|
46
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
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.6: Clutter-Gtk 1.8.0
|
6
|
+
Reference Manual</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
|
+
<link rel="prev" href="ix05.html" title="Index of new symbols in 1.4">
|
11
|
+
<link rel="next" href="ix07.html" title="Index of deprecated symbols">
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
14
|
+
</head>
|
15
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
16
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
17
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
18
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
19
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
20
|
+
<td><a accesskey="p" href="ix05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
21
|
+
<td><a accesskey="n" href="ix07.html"><img src="right.png" width="16" height="16" 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.12"></a>Index of new symbols in 1.6</h1></div></div></div>
|
26
|
+
<div class="index"></div>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -0,0 +1,31 @@
|
|
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: Clutter-Gtk 1.8.0
|
6
|
+
Reference Manual</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
|
+
<link rel="prev" href="ix06.html" title="Index of new symbols in 1.6">
|
11
|
+
<link rel="next" href="license.html" title="Appendix A. License">
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
13
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
14
|
+
</head>
|
15
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
16
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
17
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
18
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
19
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
20
|
+
<td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
21
|
+
<td><a accesskey="n" href="license.html"><img src="right.png" width="16" height="16" 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.13"></a>Index of deprecated symbols</h1></div></div></div>
|
26
|
+
<a name="idx"></a>
|
27
|
+
</div>
|
28
|
+
<div class="footer">
|
29
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
30
|
+
</body>
|
31
|
+
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Appendix A. License: Clutter-Gtk 1.
|
5
|
+
<title>Appendix A. License: Clutter-Gtk 1.8.0
|
6
6
|
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter-Gtk 1.
|
9
|
-
<link rel="up" href="index.html" title="Clutter-Gtk 1.
|
10
|
-
<link rel="prev" href="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter-Gtk 1.8.0 Reference Manual">
|
10
|
+
<link rel="prev" href="ix07.html" title="Index of deprecated symbols">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25 (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">
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<td width="100%" align="left" class="shortcuts"></td>
|
17
17
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
18
|
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
-
<td><a accesskey="p" href="
|
19
|
+
<td><a accesskey="p" href="ix07.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
20
|
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="appendix">
|
@@ -53,6 +53,6 @@
|
|
53
53
|
</p>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>Generated by GTK-Doc V1.
|
56
|
+
<hr>Generated by GTK-Doc V1.25</div>
|
57
57
|
</body>
|
58
58
|
</html>
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clutter-gtk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.8
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: clutter
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.
|
19
|
+
version: 3.0.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.
|
26
|
+
version: 3.0.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: gtk3
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0.
|
33
|
+
version: 3.0.8
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0.
|
40
|
+
version: 3.0.8
|
41
41
|
description: Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -85,11 +85,13 @@ files:
|
|
85
85
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-objects.html
|
86
86
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/home.png
|
87
87
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.html
|
88
|
-
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.sgml
|
89
88
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix01.html
|
90
89
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix02.html
|
91
90
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix03.html
|
92
91
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix04.html
|
92
|
+
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix05.html
|
93
|
+
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix06.html
|
94
|
+
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix07.html
|
93
95
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/left-insensitive.png
|
94
96
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/left.png
|
95
97
|
- vendor/local/share/gtk-doc/html/clutter-gtk-1.0/license.html
|
@@ -104,7 +106,7 @@ files:
|
|
104
106
|
- vendor/local/share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo
|
105
107
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
106
108
|
licenses:
|
107
|
-
- LGPLv2.1
|
109
|
+
- LGPLv2.1+
|
108
110
|
metadata: {}
|
109
111
|
post_install_message:
|
110
112
|
rdoc_options: []
|
@@ -1,61 +0,0 @@
|
|
1
|
-
<ANCHOR id="GtkClutterEmbed" href="clutter-gtk-1.0/GtkClutterEmbed.html">
|
2
|
-
<ANCHOR id="GtkClutterEmbed.functions" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.functions">
|
3
|
-
<ANCHOR id="GtkClutterEmbed.properties" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.properties">
|
4
|
-
<ANCHOR id="GtkClutterEmbed.other" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.other">
|
5
|
-
<ANCHOR id="GtkClutterEmbed.object-hierarchy" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.object-hierarchy">
|
6
|
-
<ANCHOR id="GtkClutterEmbed.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.implemented-interfaces">
|
7
|
-
<ANCHOR id="GtkClutterEmbed.description" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.description">
|
8
|
-
<ANCHOR id="GtkClutterEmbed.functions_details" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.functions_details">
|
9
|
-
<ANCHOR id="gtk-clutter-embed-new" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-new">
|
10
|
-
<ANCHOR id="gtk-clutter-embed-get-stage" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-get-stage">
|
11
|
-
<ANCHOR id="gtk-clutter-embed-set-use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size">
|
12
|
-
<ANCHOR id="gtk-clutter-embed-get-use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-get-use-layout-size">
|
13
|
-
<ANCHOR id="GtkClutterEmbed.other_details" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.other_details">
|
14
|
-
<ANCHOR id="GtkClutterEmbed-struct" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed-struct">
|
15
|
-
<ANCHOR id="GtkClutterEmbedClass" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbedClass">
|
16
|
-
<ANCHOR id="GtkClutterEmbed.property-details" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.property-details">
|
17
|
-
<ANCHOR id="GtkClutterEmbed--use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed--use-layout-size">
|
18
|
-
<ANCHOR id="GtkClutterEmbed.see-also" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.see-also">
|
19
|
-
<ANCHOR id="GtkClutterActor" href="clutter-gtk-1.0/GtkClutterActor.html">
|
20
|
-
<ANCHOR id="GtkClutterActor.functions" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.functions">
|
21
|
-
<ANCHOR id="GtkClutterActor.properties" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.properties">
|
22
|
-
<ANCHOR id="GtkClutterActor.other" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.other">
|
23
|
-
<ANCHOR id="GtkClutterActor.object-hierarchy" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.object-hierarchy">
|
24
|
-
<ANCHOR id="GtkClutterActor.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.implemented-interfaces">
|
25
|
-
<ANCHOR id="GtkClutterActor.description" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.description">
|
26
|
-
<ANCHOR id="GtkClutterActor.functions_details" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.functions_details">
|
27
|
-
<ANCHOR id="gtk-clutter-actor-new" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-new">
|
28
|
-
<ANCHOR id="gtk-clutter-actor-new-with-contents" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-new-with-contents">
|
29
|
-
<ANCHOR id="gtk-clutter-actor-get-contents" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-get-contents">
|
30
|
-
<ANCHOR id="gtk-clutter-actor-get-widget" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-get-widget">
|
31
|
-
<ANCHOR id="GtkClutterActor.other_details" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.other_details">
|
32
|
-
<ANCHOR id="GtkClutterActor-struct" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor-struct">
|
33
|
-
<ANCHOR id="GtkClutterActorClass" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActorClass">
|
34
|
-
<ANCHOR id="GtkClutterActor.property-details" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.property-details">
|
35
|
-
<ANCHOR id="GtkClutterActor--contents" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor--contents">
|
36
|
-
<ANCHOR id="GtkClutterWindow" href="clutter-gtk-1.0/GtkClutterWindow.html">
|
37
|
-
<ANCHOR id="GtkClutterWindow.functions" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.functions">
|
38
|
-
<ANCHOR id="GtkClutterWindow.other" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.other">
|
39
|
-
<ANCHOR id="GtkClutterWindow.object-hierarchy" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.object-hierarchy">
|
40
|
-
<ANCHOR id="GtkClutterWindow.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.implemented-interfaces">
|
41
|
-
<ANCHOR id="GtkClutterWindow.description" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.description">
|
42
|
-
<ANCHOR id="GtkClutterWindow.functions_details" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.functions_details">
|
43
|
-
<ANCHOR id="gtk-clutter-window-new" href="clutter-gtk-1.0/GtkClutterWindow.html#gtk-clutter-window-new">
|
44
|
-
<ANCHOR id="gtk-clutter-window-get-stage" href="clutter-gtk-1.0/GtkClutterWindow.html#gtk-clutter-window-get-stage">
|
45
|
-
<ANCHOR id="GtkClutterWindow.other_details" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.other_details">
|
46
|
-
<ANCHOR id="GtkClutterWindow-struct" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow-struct">
|
47
|
-
<ANCHOR id="GtkClutterWindowClass" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindowClass">
|
48
|
-
<ANCHOR id="clutter-gtk-1.0-Utility-Functions" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html">
|
49
|
-
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.functions" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.functions">
|
50
|
-
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.description" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.description">
|
51
|
-
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.functions_details" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.functions_details">
|
52
|
-
<ANCHOR id="gtk-clutter-init" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init">
|
53
|
-
<ANCHOR id="gtk-clutter-init-with-args" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init-with-args">
|
54
|
-
<ANCHOR id="gtk-clutter-get-option-group" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-get-option-group">
|
55
|
-
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.other_details" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.other_details">
|
56
|
-
<ANCHOR id="annotation-glossterm-allow-none" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-allow-none">
|
57
|
-
<ANCHOR id="annotation-glossterm-array" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-array">
|
58
|
-
<ANCHOR id="annotation-glossterm-inout" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-inout">
|
59
|
-
<ANCHOR id="annotation-glossterm-skip" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-skip">
|
60
|
-
<ANCHOR id="annotation-glossterm-transfer full" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-transfer full">
|
61
|
-
<ANCHOR id="annotation-glossterm-transfer none" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-transfer none">
|