clutter-gtk 2.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +74 -0
- data/lib/clutter-gtk.rb +65 -0
- data/sample/events.rb +178 -0
- data/sample/multistage.rb +176 -0
- data/sample/redhand.png +0 -0
- data/sample/test-actor.rb +165 -0
- data/sample/test-scroll.rb +176 -0
- data/sample/test.rb +171 -0
- data/sample/window-test.rb +115 -0
- data/sample/window-test2.rb +134 -0
- data/test/clutter-gtk-test-utils.rb +21 -0
- data/test/run-test.rb +50 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/clutter-gtk.h +17 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-actor.h +87 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-embed.h +94 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-texture.h +115 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-util.h +46 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-version.h +111 -0
- data/vendor/local/include/clutter-gtk-1.0/clutter-gtk/gtk-clutter-window.h +90 -0
- data/vendor/local/lib/girepository-1.0/GtkClutter-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.a +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.la +41 -0
- data/vendor/local/lib/pkgconfig/clutter-gtk-1.0.pc +13 -0
- data/vendor/local/share/gir-1.0/GtkClutter-1.0.gir +669 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterActor.html +275 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterEmbed.html +272 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterWindow.html +170 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/annotation-glossary.html +58 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch01.html +36 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch02.html +42 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch03.html +34 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html +257 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0.devhelp2 +50 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-glossary.html +35 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-hierarchy.html +45 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-index.html +60 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-objects.html +38 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.html +82 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.sgml +53 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix01.html +100 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix02.html +203 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix03.html +71 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix04.html +32 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/license.html +59 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/style.css +266 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/up.png +0 -0
- data/vendor/local/share/license/clutter-gtk/COPYING +504 -0
- 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 +145 -0
@@ -0,0 +1,50 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
+
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
|
+
<book xmlns="http://www.devhelp.net/book" title="Clutter-Gtk 1.4.4 Reference Manual" link="index.html" author="" name="clutter-gtk-1.0" version="2" language="c">
|
4
|
+
<chapters>
|
5
|
+
<sub name="Clutter-Gtk Overview" link="ch01.html"/>
|
6
|
+
<sub name="Clutter-Gtk Widgets" link="ch02.html">
|
7
|
+
<sub name="GtkClutterEmbed" link="GtkClutterEmbed.html"/>
|
8
|
+
<sub name="GtkClutterActor" link="GtkClutterActor.html"/>
|
9
|
+
<sub name="GtkClutterWindow" link="GtkClutterWindow.html"/>
|
10
|
+
</sub>
|
11
|
+
<sub name="Miscellaneous" link="ch03.html">
|
12
|
+
<sub name="Utility Functions" link="clutter-gtk-1.0-Utility-Functions.html"/>
|
13
|
+
</sub>
|
14
|
+
<sub name="Index" link="ix01.html"/>
|
15
|
+
<sub name="Clutter-GTK Actors and Objects" link="cluttergtk-objects.html">
|
16
|
+
<sub name="Object Hierarchy" link="cluttergtk-object-hierarchy.html"/>
|
17
|
+
<sub name="Object Index" link="cluttergtk-object-index.html"/>
|
18
|
+
</sub>
|
19
|
+
<sub name="Glossaries" link="cluttergtk-glossary.html">
|
20
|
+
<sub name="Annotation Glossary" link="annotation-glossary.html"/>
|
21
|
+
</sub>
|
22
|
+
<sub name="Index of all symbols" link="ix02.html"/>
|
23
|
+
<sub name="Index of new symbols in 1.0" link="ix03.html"/>
|
24
|
+
<sub name="Index of deprecated symbols" link="ix04.html"/>
|
25
|
+
<sub name="License" link="license.html"/>
|
26
|
+
</chapters>
|
27
|
+
<functions>
|
28
|
+
<keyword type="struct" name="struct GtkClutterEmbed" link="GtkClutterEmbed.html#GtkClutterEmbed-struct"/>
|
29
|
+
<keyword type="struct" name="struct GtkClutterEmbedClass" link="GtkClutterEmbed.html#GtkClutterEmbedClass"/>
|
30
|
+
<keyword type="function" name="gtk_clutter_embed_new ()" link="GtkClutterEmbed.html#gtk-clutter-embed-new"/>
|
31
|
+
<keyword type="function" name="gtk_clutter_embed_get_stage ()" link="GtkClutterEmbed.html#gtk-clutter-embed-get-stage"/>
|
32
|
+
<keyword type="function" name="gtk_clutter_embed_set_use_layout_size ()" link="GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size" since="1.4"/>
|
33
|
+
<keyword type="function" name="gtk_clutter_embed_get_use_layout_size ()" link="GtkClutterEmbed.html#gtk-clutter-embed-get-use-layout-size" since="1.4"/>
|
34
|
+
<keyword type="property" name="The "use-layout-size" property" link="GtkClutterEmbed.html#GtkClutterEmbed--use-layout-size"/>
|
35
|
+
<keyword type="struct" name="struct GtkClutterActor" link="GtkClutterActor.html#GtkClutterActor-struct"/>
|
36
|
+
<keyword type="struct" name="struct GtkClutterActorClass" link="GtkClutterActor.html#GtkClutterActorClass"/>
|
37
|
+
<keyword type="function" name="gtk_clutter_actor_new ()" link="GtkClutterActor.html#gtk-clutter-actor-new"/>
|
38
|
+
<keyword type="function" name="gtk_clutter_actor_new_with_contents ()" link="GtkClutterActor.html#gtk-clutter-actor-new-with-contents"/>
|
39
|
+
<keyword type="function" name="gtk_clutter_actor_get_contents ()" link="GtkClutterActor.html#gtk-clutter-actor-get-contents"/>
|
40
|
+
<keyword type="function" name="gtk_clutter_actor_get_widget ()" link="GtkClutterActor.html#gtk-clutter-actor-get-widget"/>
|
41
|
+
<keyword type="property" name="The "contents" property" link="GtkClutterActor.html#GtkClutterActor--contents"/>
|
42
|
+
<keyword type="struct" name="struct GtkClutterWindow" link="GtkClutterWindow.html#GtkClutterWindow-struct"/>
|
43
|
+
<keyword type="struct" name="struct GtkClutterWindowClass" link="GtkClutterWindow.html#GtkClutterWindowClass"/>
|
44
|
+
<keyword type="function" name="gtk_clutter_window_new ()" link="GtkClutterWindow.html#gtk-clutter-window-new"/>
|
45
|
+
<keyword type="function" name="gtk_clutter_window_get_stage ()" link="GtkClutterWindow.html#gtk-clutter-window-get-stage"/>
|
46
|
+
<keyword type="function" name="gtk_clutter_init ()" link="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init"/>
|
47
|
+
<keyword type="function" name="gtk_clutter_init_with_args ()" link="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init-with-args"/>
|
48
|
+
<keyword type="function" name="gtk_clutter_get_option_group ()" link="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-get-option-group"/>
|
49
|
+
</functions>
|
50
|
+
</book>
|
@@ -0,0 +1,35 @@
|
|
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>Part II. Glossaries</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="cluttergtk-object-index.html" title="Object Index">
|
10
|
+
<link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
|
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="cluttergtk-object-index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td> </td>
|
18
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
19
|
+
<th width="100%" align="center">Clutter-Gtk 1.4.4
|
20
|
+
Reference Manual</th>
|
21
|
+
<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr></table>
|
23
|
+
<div class="part">
|
24
|
+
<div class="titlepage"><div><div><h1 class="title">
|
25
|
+
<a name="cluttergtk-glossary"></a>Part II. Glossaries</h1></div></div></div>
|
26
|
+
<div class="toc">
|
27
|
+
<p><b>Table of Contents</b></p>
|
28
|
+
<dl><dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt></dl>
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
<div class="footer">
|
32
|
+
<hr>
|
33
|
+
Generated by GTK-Doc V1.18.1</div>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -0,0 +1,45 @@
|
|
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>Object Hierarchy</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="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
9
|
+
<link rel="prev" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
10
|
+
<link rel="next" href="cluttergtk-object-index.html" title="Object Index">
|
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="cluttergtk-objects.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td><a accesskey="u" href="cluttergtk-objects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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="cluttergtk-object-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr></table>
|
23
|
+
<div class="chapter">
|
24
|
+
<div class="titlepage"><div><div><h2 class="title">
|
25
|
+
<a name="cluttergtk-object-hierarchy"></a>Object Hierarchy</h2></div></div></div>
|
26
|
+
<pre class="screen">
|
27
|
+
GObject
|
28
|
+
GInitiallyUnowned
|
29
|
+
ClutterActor
|
30
|
+
<a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a>
|
31
|
+
ClutterTexture
|
32
|
+
GtkClutterTexture
|
33
|
+
GtkWidget
|
34
|
+
GtkContainer
|
35
|
+
<a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a>
|
36
|
+
GtkBin
|
37
|
+
GtkWindow
|
38
|
+
<a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a>
|
39
|
+
</pre>
|
40
|
+
</div>
|
41
|
+
<div class="footer">
|
42
|
+
<hr>
|
43
|
+
Generated by GTK-Doc V1.18.1</div>
|
44
|
+
</body>
|
45
|
+
</html>
|
@@ -0,0 +1,60 @@
|
|
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>Object Index</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="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
9
|
+
<link rel="prev" href="cluttergtk-object-hierarchy.html" title="Object Hierarchy">
|
10
|
+
<link rel="next" href="cluttergtk-glossary.html" title="Part II. Glossaries">
|
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="cluttergtk-object-hierarchy.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
17
|
+
<td><a accesskey="u" href="cluttergtk-objects.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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="cluttergtk-glossary.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr></table>
|
23
|
+
<div class="chapter">
|
24
|
+
<div class="titlepage"><div><div><h2 class="title">
|
25
|
+
<a name="cluttergtk-object-index"></a>Object Index</h2></div></div></div>
|
26
|
+
<div class="informaltable"><table width="100%" border="0">
|
27
|
+
<colgroup>
|
28
|
+
<col>
|
29
|
+
<col>
|
30
|
+
<col>
|
31
|
+
</colgroup>
|
32
|
+
<tbody>
|
33
|
+
<tr>
|
34
|
+
<td>ClutterActor</td>
|
35
|
+
<td>ClutterTexture</td>
|
36
|
+
<td>GInitiallyUnowned</td>
|
37
|
+
</tr>
|
38
|
+
<tr>
|
39
|
+
<td>GObject</td>
|
40
|
+
<td>GtkBin</td>
|
41
|
+
<td><a class="link" href="GtkClutterActor.html" title="GtkClutterActor">GtkClutterActor</a></td>
|
42
|
+
</tr>
|
43
|
+
<tr>
|
44
|
+
<td><a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed">GtkClutterEmbed</a></td>
|
45
|
+
<td>GtkClutterTexture</td>
|
46
|
+
<td><a class="link" href="GtkClutterWindow.html" title="GtkClutterWindow">GtkClutterWindow</a></td>
|
47
|
+
</tr>
|
48
|
+
<tr>
|
49
|
+
<td>GtkContainer</td>
|
50
|
+
<td>GtkWidget</td>
|
51
|
+
<td>GtkWindow</td>
|
52
|
+
</tr>
|
53
|
+
</tbody>
|
54
|
+
</table></div>
|
55
|
+
</div>
|
56
|
+
<div class="footer">
|
57
|
+
<hr>
|
58
|
+
Generated by GTK-Doc V1.18.1</div>
|
59
|
+
</body>
|
60
|
+
</html>
|
@@ -0,0 +1,38 @@
|
|
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>Part I. Clutter-GTK Actors and Objects</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="ix01.html" title="Index">
|
10
|
+
<link rel="next" href="cluttergtk-object-hierarchy.html" title="Object Hierarchy">
|
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="ix01.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="cluttergtk-object-hierarchy.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
22
|
+
</tr></table>
|
23
|
+
<div class="part">
|
24
|
+
<div class="titlepage"><div><div><h1 class="title">
|
25
|
+
<a name="cluttergtk-objects"></a>Part I. Clutter-GTK Actors and Objects</h1></div></div></div>
|
26
|
+
<div class="toc">
|
27
|
+
<p><b>Table of Contents</b></p>
|
28
|
+
<dl>
|
29
|
+
<dt><span class="chapter"><a href="cluttergtk-object-hierarchy.html">Object Hierarchy</a></span></dt>
|
30
|
+
<dt><span class="chapter"><a href="cluttergtk-object-index.html">Object Index</a></span></dt>
|
31
|
+
</dl>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
<div class="footer">
|
35
|
+
<hr>
|
36
|
+
Generated by GTK-Doc V1.18.1</div>
|
37
|
+
</body>
|
38
|
+
</html>
|
Binary file
|
@@ -0,0 +1,82 @@
|
|
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>Clutter-Gtk 1.4.4 Reference Manual</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="next" href="ch01.html" title="Clutter-Gtk Overview">
|
9
|
+
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
|
10
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
11
|
+
</head>
|
12
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
13
|
+
<div class="book">
|
14
|
+
<div class="titlepage">
|
15
|
+
<div>
|
16
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter-Gtk 1.4.4
|
17
|
+
Reference Manual</p></th></tr></table></div>
|
18
|
+
<div><p class="releaseinfo">Version 1.4.4
|
19
|
+
</p></div>
|
20
|
+
<div><p class="copyright">Copyright © 2006, 2007, 2008, 2009 Intel Corporation</p></div>
|
21
|
+
<div><div class="legalnotice">
|
22
|
+
<a name="id-1.1.4"></a><p>
|
23
|
+
Permission is granted to copy, distribute and/or modify this
|
24
|
+
document under the terms of the <em class="citetitle">GNU Free
|
25
|
+
Documentation License</em>, Version 1.1 or any later
|
26
|
+
version published by the Free Software Foundation with no
|
27
|
+
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
28
|
+
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
|
29
|
+
Documentation License</em> from the Free Software
|
30
|
+
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
|
31
|
+
to:
|
32
|
+
|
33
|
+
</p>
|
34
|
+
<div class="address"><p><br>
|
35
|
+
The Free Software Foundation, Inc.,<br>
|
36
|
+
<span class="street">59 Temple Place</span> - Suite 330,<br>
|
37
|
+
<span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
|
38
|
+
<span class="country">USA</span><br>
|
39
|
+
</p></div>
|
40
|
+
<p>
|
41
|
+
</p>
|
42
|
+
</div></div>
|
43
|
+
</div>
|
44
|
+
<hr>
|
45
|
+
</div>
|
46
|
+
<div class="toc"><dl>
|
47
|
+
<dt><span class="chapter"><a href="ch01.html">Clutter-Gtk Overview</a></span></dt>
|
48
|
+
<dt><span class="chapter"><a href="ch02.html">Clutter-Gtk Widgets</a></span></dt>
|
49
|
+
<dd><dl>
|
50
|
+
<dt>
|
51
|
+
<span class="refentrytitle"><a href="GtkClutterEmbed.html">GtkClutterEmbed</a></span><span class="refpurpose"> — Widget for embedding a Clutter scene</span>
|
52
|
+
</dt>
|
53
|
+
<dt>
|
54
|
+
<span class="refentrytitle"><a href="GtkClutterActor.html">GtkClutterActor</a></span><span class="refpurpose"> — actor for embedding a Widget in a Clutter stage</span>
|
55
|
+
</dt>
|
56
|
+
<dt>
|
57
|
+
<span class="refentrytitle"><a href="GtkClutterWindow.html">GtkClutterWindow</a></span><span class="refpurpose"> — a GtkWindow that embeds its contents onto a stage</span>
|
58
|
+
</dt>
|
59
|
+
</dl></dd>
|
60
|
+
<dt><span class="chapter"><a href="ch03.html">Miscellaneous</a></span></dt>
|
61
|
+
<dd><dl><dt>
|
62
|
+
<span class="refentrytitle"><a href="clutter-gtk-1.0-Utility-Functions.html">Utility Functions</a></span><span class="refpurpose"> — Utility functions for integrating Clutter in GTK+</span>
|
63
|
+
</dt></dl></dd>
|
64
|
+
<dt><span class="index"><a href="ix01.html">Index</a></span></dt>
|
65
|
+
<dt><span class="part"><a href="cluttergtk-objects.html">I. Clutter-GTK Actors and Objects</a></span></dt>
|
66
|
+
<dd><dl>
|
67
|
+
<dt><span class="chapter"><a href="cluttergtk-object-hierarchy.html">Object Hierarchy</a></span></dt>
|
68
|
+
<dt><span class="chapter"><a href="cluttergtk-object-index.html">Object Index</a></span></dt>
|
69
|
+
</dl></dd>
|
70
|
+
<dt><span class="part"><a href="cluttergtk-glossary.html">II. Glossaries</a></span></dt>
|
71
|
+
<dd><dl><dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt></dl></dd>
|
72
|
+
<dt><span class="index"><a href="ix02.html">Index of all symbols</a></span></dt>
|
73
|
+
<dt><span class="index"><a href="ix03.html">Index of new symbols in 1.0</a></span></dt>
|
74
|
+
<dt><span class="index"><a href="ix04.html">Index of deprecated symbols</a></span></dt>
|
75
|
+
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
|
76
|
+
</dl></div>
|
77
|
+
</div>
|
78
|
+
<div class="footer">
|
79
|
+
<hr>
|
80
|
+
Generated by GTK-Doc V1.18.1</div>
|
81
|
+
</body>
|
82
|
+
</html>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
<ANCHOR id="GtkClutterEmbed" href="clutter-gtk-1.0/GtkClutterEmbed.html">
|
2
|
+
<ANCHOR id="GtkClutterEmbed.synopsis" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.synopsis">
|
3
|
+
<ANCHOR id="GtkClutterEmbed.object-hierarchy" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.object-hierarchy">
|
4
|
+
<ANCHOR id="GtkClutterEmbed.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.implemented-interfaces">
|
5
|
+
<ANCHOR id="GtkClutterEmbed.properties" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.properties">
|
6
|
+
<ANCHOR id="GtkClutterEmbed.description" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.description">
|
7
|
+
<ANCHOR id="GtkClutterEmbed.details" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.details">
|
8
|
+
<ANCHOR id="GtkClutterEmbed-struct" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed-struct">
|
9
|
+
<ANCHOR id="GtkClutterEmbedClass" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbedClass">
|
10
|
+
<ANCHOR id="gtk-clutter-embed-new" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-new">
|
11
|
+
<ANCHOR id="gtk-clutter-embed-get-stage" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-get-stage">
|
12
|
+
<ANCHOR id="gtk-clutter-embed-set-use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size">
|
13
|
+
<ANCHOR id="gtk-clutter-embed-get-use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#gtk-clutter-embed-get-use-layout-size">
|
14
|
+
<ANCHOR id="GtkClutterEmbed.property-details" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.property-details">
|
15
|
+
<ANCHOR id="GtkClutterEmbed--use-layout-size" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed--use-layout-size">
|
16
|
+
<ANCHOR id="GtkClutterEmbed.see-also" href="clutter-gtk-1.0/GtkClutterEmbed.html#GtkClutterEmbed.see-also">
|
17
|
+
<ANCHOR id="GtkClutterActor" href="clutter-gtk-1.0/GtkClutterActor.html">
|
18
|
+
<ANCHOR id="GtkClutterActor.synopsis" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.synopsis">
|
19
|
+
<ANCHOR id="GtkClutterActor.object-hierarchy" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.object-hierarchy">
|
20
|
+
<ANCHOR id="GtkClutterActor.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.implemented-interfaces">
|
21
|
+
<ANCHOR id="GtkClutterActor.properties" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.properties">
|
22
|
+
<ANCHOR id="GtkClutterActor.description" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.description">
|
23
|
+
<ANCHOR id="GtkClutterActor.details" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.details">
|
24
|
+
<ANCHOR id="GtkClutterActor-struct" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor-struct">
|
25
|
+
<ANCHOR id="GtkClutterActorClass" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActorClass">
|
26
|
+
<ANCHOR id="gtk-clutter-actor-new" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-new">
|
27
|
+
<ANCHOR id="gtk-clutter-actor-new-with-contents" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-new-with-contents">
|
28
|
+
<ANCHOR id="gtk-clutter-actor-get-contents" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-get-contents">
|
29
|
+
<ANCHOR id="gtk-clutter-actor-get-widget" href="clutter-gtk-1.0/GtkClutterActor.html#gtk-clutter-actor-get-widget">
|
30
|
+
<ANCHOR id="GtkClutterActor.property-details" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor.property-details">
|
31
|
+
<ANCHOR id="GtkClutterActor--contents" href="clutter-gtk-1.0/GtkClutterActor.html#GtkClutterActor--contents">
|
32
|
+
<ANCHOR id="GtkClutterWindow" href="clutter-gtk-1.0/GtkClutterWindow.html">
|
33
|
+
<ANCHOR id="GtkClutterWindow.synopsis" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.synopsis">
|
34
|
+
<ANCHOR id="GtkClutterWindow.object-hierarchy" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.object-hierarchy">
|
35
|
+
<ANCHOR id="GtkClutterWindow.implemented-interfaces" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.implemented-interfaces">
|
36
|
+
<ANCHOR id="GtkClutterWindow.description" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.description">
|
37
|
+
<ANCHOR id="GtkClutterWindow.details" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow.details">
|
38
|
+
<ANCHOR id="GtkClutterWindow-struct" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindow-struct">
|
39
|
+
<ANCHOR id="GtkClutterWindowClass" href="clutter-gtk-1.0/GtkClutterWindow.html#GtkClutterWindowClass">
|
40
|
+
<ANCHOR id="gtk-clutter-window-new" href="clutter-gtk-1.0/GtkClutterWindow.html#gtk-clutter-window-new">
|
41
|
+
<ANCHOR id="gtk-clutter-window-get-stage" href="clutter-gtk-1.0/GtkClutterWindow.html#gtk-clutter-window-get-stage">
|
42
|
+
<ANCHOR id="clutter-gtk-1.0-Utility-Functions" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html">
|
43
|
+
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.synopsis" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.synopsis">
|
44
|
+
<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">
|
45
|
+
<ANCHOR id="clutter-gtk-1.0-Utility-Functions.details" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#clutter-gtk-1.0-Utility-Functions.details">
|
46
|
+
<ANCHOR id="gtk-clutter-init" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init">
|
47
|
+
<ANCHOR id="gtk-clutter-init-with-args" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init-with-args">
|
48
|
+
<ANCHOR id="gtk-clutter-get-option-group" href="clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-get-option-group">
|
49
|
+
<ANCHOR id="annotation-glossterm-array" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-array">
|
50
|
+
<ANCHOR id="annotation-glossterm-allow-none" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-allow-none">
|
51
|
+
<ANCHOR id="annotation-glossterm-inout" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-inout">
|
52
|
+
<ANCHOR id="annotation-glossterm-transfer full" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-transfer full">
|
53
|
+
<ANCHOR id="annotation-glossterm-transfer none" href="clutter-gtk-1.0/annotation-glossary.html#annotation-glossterm-transfer none">
|
@@ -0,0 +1,100 @@
|
|
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</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="clutter-gtk-1.0-Utility-Functions.html" title="Utility Functions">
|
10
|
+
<link rel="next" href="cluttergtk-objects.html" title="Part I. Clutter-GTK Actors and Objects">
|
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="clutter-gtk-1.0-Utility-Functions.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="cluttergtk-objects.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.5"></a>Index</h1></div></div></div>
|
26
|
+
<div class="index">
|
27
|
+
<div class="indexdiv">
|
28
|
+
<h3>A</h3>
|
29
|
+
<dl>
|
30
|
+
<dt>gtk_clutter_actor_get_contents, <a class="indexterm" href="GtkClutterActor.html#gtk-clutter-actor-get-contents">gtk_clutter_actor_get_contents ()</a>
|
31
|
+
</dt>
|
32
|
+
<dt>gtk_clutter_actor_get_widget, <a class="indexterm" href="GtkClutterActor.html#gtk-clutter-actor-get-widget">gtk_clutter_actor_get_widget ()</a>
|
33
|
+
</dt>
|
34
|
+
<dt>gtk_clutter_actor_new, <a class="indexterm" href="GtkClutterActor.html#gtk-clutter-actor-new">gtk_clutter_actor_new ()</a>
|
35
|
+
</dt>
|
36
|
+
<dt>gtk_clutter_actor_new_with_contents, <a class="indexterm" href="GtkClutterActor.html#gtk-clutter-actor-new-with-contents">gtk_clutter_actor_new_with_contents ()</a>
|
37
|
+
</dt>
|
38
|
+
</dl>
|
39
|
+
</div>
|
40
|
+
<div class="indexdiv">
|
41
|
+
<h3>E</h3>
|
42
|
+
<dl>
|
43
|
+
<dt>gtk_clutter_embed_get_stage, <a class="indexterm" href="GtkClutterEmbed.html#gtk-clutter-embed-get-stage">gtk_clutter_embed_get_stage ()</a>
|
44
|
+
</dt>
|
45
|
+
<dt>gtk_clutter_embed_get_use_layout_size, <a class="indexterm" href="GtkClutterEmbed.html#gtk-clutter-embed-get-use-layout-size">gtk_clutter_embed_get_use_layout_size ()</a>
|
46
|
+
</dt>
|
47
|
+
<dt>gtk_clutter_embed_new, <a class="indexterm" href="GtkClutterEmbed.html#gtk-clutter-embed-new">gtk_clutter_embed_new ()</a>
|
48
|
+
</dt>
|
49
|
+
<dt>gtk_clutter_embed_set_use_layout_size, <a class="indexterm" href="GtkClutterEmbed.html#gtk-clutter-embed-set-use-layout-size">gtk_clutter_embed_set_use_layout_size ()</a>
|
50
|
+
</dt>
|
51
|
+
</dl>
|
52
|
+
</div>
|
53
|
+
<div class="indexdiv">
|
54
|
+
<h3>G</h3>
|
55
|
+
<dl>
|
56
|
+
<dt>gtk_clutter_get_option_group, <a class="indexterm" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-get-option-group">gtk_clutter_get_option_group ()</a>
|
57
|
+
</dt>
|
58
|
+
<dt>GtkClutterActor, <a class="indexterm" href="GtkClutterActor.html#GtkClutterActor-struct">struct GtkClutterActor</a>
|
59
|
+
</dt>
|
60
|
+
<dt>GtkClutterActor:contents, <a class="indexterm" href="GtkClutterActor.html#GtkClutterActor--contents">The "contents" property</a>
|
61
|
+
</dt>
|
62
|
+
<dt>GtkClutterActorClass, <a class="indexterm" href="GtkClutterActor.html#GtkClutterActorClass">struct GtkClutterActorClass</a>
|
63
|
+
</dt>
|
64
|
+
<dt>GtkClutterEmbed, <a class="indexterm" href="GtkClutterEmbed.html#GtkClutterEmbed-struct">struct GtkClutterEmbed</a>
|
65
|
+
</dt>
|
66
|
+
<dt>GtkClutterEmbed:use-layout-size, <a class="indexterm" href="GtkClutterEmbed.html#GtkClutterEmbed--use-layout-size">The "use-layout-size" property</a>
|
67
|
+
</dt>
|
68
|
+
<dt>GtkClutterEmbedClass, <a class="indexterm" href="GtkClutterEmbed.html#GtkClutterEmbedClass">struct GtkClutterEmbedClass</a>
|
69
|
+
</dt>
|
70
|
+
<dt>GtkClutterWindow, <a class="indexterm" href="GtkClutterWindow.html#GtkClutterWindow-struct">struct GtkClutterWindow</a>
|
71
|
+
</dt>
|
72
|
+
<dt>GtkClutterWindowClass, <a class="indexterm" href="GtkClutterWindow.html#GtkClutterWindowClass">struct GtkClutterWindowClass</a>
|
73
|
+
</dt>
|
74
|
+
</dl>
|
75
|
+
</div>
|
76
|
+
<div class="indexdiv">
|
77
|
+
<h3>I</h3>
|
78
|
+
<dl>
|
79
|
+
<dt>gtk_clutter_init, <a class="indexterm" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init">gtk_clutter_init ()</a>
|
80
|
+
</dt>
|
81
|
+
<dt>gtk_clutter_init_with_args, <a class="indexterm" href="clutter-gtk-1.0-Utility-Functions.html#gtk-clutter-init-with-args">gtk_clutter_init_with_args ()</a>
|
82
|
+
</dt>
|
83
|
+
</dl>
|
84
|
+
</div>
|
85
|
+
<div class="indexdiv">
|
86
|
+
<h3>W</h3>
|
87
|
+
<dl>
|
88
|
+
<dt>gtk_clutter_window_get_stage, <a class="indexterm" href="GtkClutterWindow.html#gtk-clutter-window-get-stage">gtk_clutter_window_get_stage ()</a>
|
89
|
+
</dt>
|
90
|
+
<dt>gtk_clutter_window_new, <a class="indexterm" href="GtkClutterWindow.html#gtk-clutter-window-new">gtk_clutter_window_new ()</a>
|
91
|
+
</dt>
|
92
|
+
</dl>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
<div class="footer">
|
97
|
+
<hr>
|
98
|
+
Generated by GTK-Doc V1.18.1</div>
|
99
|
+
</body>
|
100
|
+
</html>
|