clutter-gtk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -4
- data/lib/clutter-gtk.rb +2 -3
- 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.a +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gtk-1.0.la +4 -4
- data/vendor/local/lib/pkgconfig/clutter-gtk-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkClutter-1.0.gir +41 -14
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterActor.html +207 -175
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterEmbed.html +213 -180
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/GtkClutterWindow.html +125 -116
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/annotation-glossary.html +27 -37
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch01.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch02.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ch03.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0-Utility-Functions.html +155 -154
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/clutter-gtk-1.0.devhelp2 +16 -16
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-glossary.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-hierarchy.html +23 -23
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-object-index.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/cluttergtk-objects.html +14 -14
- 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 +9 -8
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/index.sgml +24 -17
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix01.html +28 -28
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix02.html +41 -46
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix03.html +18 -23
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/ix04.html +13 -13
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/left-insensitive.png +0 -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 +13 -13
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/right-insensitive.png +0 -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 +314 -104
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter-gtk-1.0/up.png +0 -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 +15 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31f29cb9a0ef4288f158f0bff898bd58d5d0bf8b
|
4
|
+
data.tar.gz: 224615b33c2a60d1381489b0594edcf062507ef3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b2b143012bb86632d3813e31540f7c5605233b02dcac1c70fdcee6fb11670e560919279105a513b48d0623a08025b1edea42ae756a090f55696a629ef5e76f5
|
7
|
+
data.tar.gz: bccf5db5b447e7e6a6c3e5201ab68040c383dc9be5fc7d2cb2d2e63cb0c4294265d505101d88c4e387a8848083ef40863987e3802303a3053f47952668a2e04e
|
data/Rakefile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- ruby -*-
|
2
2
|
#
|
3
|
-
# Copyright (C) 2013 Ruby-GNOME2 Project Team
|
3
|
+
# Copyright (C) 2013-2014 Ruby-GNOME2 Project Team
|
4
4
|
#
|
5
5
|
# This library is free software; you can redistribute it and/or
|
6
6
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -47,7 +47,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
47
47
|
:name => "clutter-gtk",
|
48
48
|
:download_site => :gnome,
|
49
49
|
:label => "Clutter-GTK",
|
50
|
-
:version => "1.
|
50
|
+
:version => "1.6.0",
|
51
51
|
:compression_method => "xz",
|
52
52
|
:windows => {
|
53
53
|
:configure_args => [
|
@@ -65,8 +65,6 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
65
65
|
end
|
66
66
|
package_task.define
|
67
67
|
|
68
|
-
Rake::Task["native:clutter-gtk:i386-mingw32"].prerequisites.clear
|
69
|
-
|
70
68
|
namespace :dependency do
|
71
69
|
desc "Install depenencies"
|
72
70
|
task :install do
|
data/lib/clutter-gtk.rb
CHANGED
@@ -43,9 +43,9 @@ module ClutterGtk
|
|
43
43
|
remove_method(:init)
|
44
44
|
remove_method(:const_missing)
|
45
45
|
end
|
46
|
+
Clutter.init(argv) if Clutter.respond_to?(:init)
|
46
47
|
loader = Loader.new(self, argv)
|
47
48
|
loader.load("GtkClutter")
|
48
|
-
Clutter.init(argv) if Clutter.respond_to?(:init)
|
49
49
|
end
|
50
50
|
end
|
51
51
|
|
@@ -62,11 +62,10 @@ module ClutterGtk
|
|
62
62
|
def pre_load(repository, namespace)
|
63
63
|
init = repository.find(namespace, "init")
|
64
64
|
arguments = [
|
65
|
-
1 + @init_arguments.size,
|
66
65
|
[$0] + @init_arguments,
|
67
66
|
]
|
68
67
|
error, returned_arguments = init.invoke(:arguments => arguments)
|
69
|
-
@init_arguments.replace(returned_arguments)
|
68
|
+
@init_arguments.replace(returned_arguments[1..-1])
|
70
69
|
if error.to_i <= 0
|
71
70
|
raise InitError, "failed to initialize Clutter: #{error.name}"
|
72
71
|
end
|
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 (6)
|
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.6.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.6.0"
|
81
81
|
|
82
82
|
/**
|
83
83
|
* CLUTTER_GTK_VERSION_HEX:
|
Binary file
|
Binary file
|
Binary file
|
@@ -17,15 +17,15 @@ old_library=''
|
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter-gtk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk3/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-
|
20
|
+
dependency_libs=' -R/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter-gtk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk3/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la -lopengl32 /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gdk3/vendor/local/lib/libgtk-3.la -lcomdlg32 -lwinspool -lcomctl32 /home/kou/work/ruby/ruby-gnome2.win32/gdk3/vendor/local/lib/libgdk-3.la -limm32 -lshell32 /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo-gobject.la -lffi -lintl /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lpthread'
|
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=600
|
27
|
+
age=600
|
28
|
+
revision=0
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
@@ -75,7 +75,8 @@ bin = gtk_clutter_actor_get_widget (GTK_CLUTTER_ACTOR (actor));
|
|
75
75
|
return gtk_bin_get_child (GTK_BIN (bin));
|
76
76
|
]|</doc>
|
77
77
|
<return-value transfer-ownership="none">
|
78
|
-
<doc xml:space="preserve">a #GtkWidget, or %NULL if not content
|
78
|
+
<doc xml:space="preserve">a #GtkWidget, or %NULL if not content
|
79
|
+
has been set</doc>
|
79
80
|
<type name="Gtk.Widget" c:type="GtkWidget*"/>
|
80
81
|
</return-value>
|
81
82
|
<parameters>
|
@@ -189,7 +190,8 @@ used to build a scene using Clutter API into a GTK+ application.</doc>
|
|
189
190
|
<doc xml:space="preserve">Retrieves the #ClutterStage from @embed. The returned stage can be
|
190
191
|
used to add actors to the Clutter scene.</doc>
|
191
192
|
<return-value transfer-ownership="none">
|
192
|
-
<doc xml:space="preserve">the Clutter stage. You should never
|
193
|
+
<doc xml:space="preserve">the Clutter stage. You should never
|
194
|
+
destroy or unref the returned actor.</doc>
|
193
195
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
194
196
|
</return-value>
|
195
197
|
<parameters>
|
@@ -333,7 +335,8 @@ only private data and should be accessed using the provided API.</doc>
|
|
333
335
|
version="1.0">
|
334
336
|
<doc xml:space="preserve">Creates a new #GtkClutterTexture actor.</doc>
|
335
337
|
<return-value transfer-ownership="none">
|
336
|
-
<doc xml:space="preserve">the newly created #GtkClutterTexture
|
338
|
+
<doc xml:space="preserve">the newly created #GtkClutterTexture
|
339
|
+
instance</doc>
|
337
340
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
338
341
|
</return-value>
|
339
342
|
</constructor>
|
@@ -358,7 +361,10 @@ current icon theme.</doc>
|
|
358
361
|
<doc xml:space="preserve">a #GtkClutterTexture</doc>
|
359
362
|
<type name="Texture" c:type="GtkClutterTexture*"/>
|
360
363
|
</instance-parameter>
|
361
|
-
<parameter name="widget"
|
364
|
+
<parameter name="widget"
|
365
|
+
transfer-ownership="none"
|
366
|
+
nullable="1"
|
367
|
+
allow-none="1">
|
362
368
|
<doc xml:space="preserve">a #GtkWidget or %NULL</doc>
|
363
369
|
<type name="Gtk.Widget" c:type="GtkWidget*"/>
|
364
370
|
</parameter>
|
@@ -585,7 +591,8 @@ After g_option_context_parse() on a #GOptionContext containing the
|
|
585
591
|
the returned #GOptionGroup has returned %TRUE, Clutter and GTK-Clutter are
|
586
592
|
guaranteed to be initialized.</doc>
|
587
593
|
<return-value transfer-ownership="full">
|
588
|
-
<doc xml:space="preserve">a #GOptionGroup for the commandline arguments
|
594
|
+
<doc xml:space="preserve">a #GOptionGroup for the commandline arguments
|
595
|
+
recognized by ClutterGtk</doc>
|
589
596
|
<type name="GLib.OptionGroup" c:type="GOptionGroup*"/>
|
590
597
|
</return-value>
|
591
598
|
</function>
|
@@ -593,7 +600,8 @@ guaranteed to be initialized.</doc>
|
|
593
600
|
<doc xml:space="preserve">This function should be called instead of clutter_init() and
|
594
601
|
gtk_init().</doc>
|
595
602
|
<return-value transfer-ownership="none">
|
596
|
-
<doc xml:space="preserve">%CLUTTER_INIT_SUCCESS on success, a negative integer
|
603
|
+
<doc xml:space="preserve">%CLUTTER_INIT_SUCCESS on success, a negative integer
|
604
|
+
on failure.</doc>
|
597
605
|
<type name="Clutter.InitError" c:type="ClutterInitError"/>
|
598
606
|
</return-value>
|
599
607
|
<parameters>
|
@@ -601,6 +609,7 @@ gtk_init().</doc>
|
|
601
609
|
direction="inout"
|
602
610
|
caller-allocates="0"
|
603
611
|
transfer-ownership="full"
|
612
|
+
nullable="1"
|
604
613
|
allow-none="1">
|
605
614
|
<doc xml:space="preserve">pointer to the arguments count, or %NULL</doc>
|
606
615
|
<type name="gint" c:type="int*"/>
|
@@ -609,8 +618,10 @@ gtk_init().</doc>
|
|
609
618
|
direction="inout"
|
610
619
|
caller-allocates="0"
|
611
620
|
transfer-ownership="full"
|
621
|
+
nullable="1"
|
612
622
|
allow-none="1">
|
613
|
-
<doc xml:space="preserve">pointer to the
|
623
|
+
<doc xml:space="preserve">pointer to the
|
624
|
+
arguments vector, or %NULL</doc>
|
614
625
|
<array length="0" zero-terminated="0" c:type="char***">
|
615
626
|
<type name="utf8" c:type="char**"/>
|
616
627
|
</array>
|
@@ -623,7 +634,8 @@ gtk_init().</doc>
|
|
623
634
|
<doc xml:space="preserve">This function should be called instead of clutter_init() and
|
624
635
|
gtk_init_with_args().</doc>
|
625
636
|
<return-value transfer-ownership="none">
|
626
|
-
<doc xml:space="preserve">%CLUTTER_INIT_SUCCESS on success, a negative integer
|
637
|
+
<doc xml:space="preserve">%CLUTTER_INIT_SUCCESS on success, a negative integer
|
638
|
+
on failure.</doc>
|
627
639
|
<type name="Clutter.InitError" c:type="ClutterInitError"/>
|
628
640
|
</return-value>
|
629
641
|
<parameters>
|
@@ -631,36 +643,51 @@ gtk_init_with_args().</doc>
|
|
631
643
|
direction="inout"
|
632
644
|
caller-allocates="0"
|
633
645
|
transfer-ownership="full"
|
646
|
+
nullable="1"
|
634
647
|
allow-none="1">
|
635
|
-
<doc xml:space="preserve">a pointer to the number of command line
|
648
|
+
<doc xml:space="preserve">a pointer to the number of command line
|
649
|
+
arguments, or %NULL</doc>
|
636
650
|
<type name="gint" c:type="int*"/>
|
637
651
|
</parameter>
|
638
652
|
<parameter name="argv"
|
639
653
|
direction="inout"
|
640
654
|
caller-allocates="0"
|
641
655
|
transfer-ownership="full"
|
656
|
+
nullable="1"
|
642
657
|
allow-none="1">
|
643
|
-
<doc xml:space="preserve">a pointer to the array
|
658
|
+
<doc xml:space="preserve">a pointer to the array
|
659
|
+
of command line arguments, or %NULL</doc>
|
644
660
|
<array length="0" zero-terminated="0" c:type="char***">
|
645
661
|
<type name="utf8" c:type="char**"/>
|
646
662
|
</array>
|
647
663
|
</parameter>
|
648
664
|
<parameter name="parameter_string"
|
649
665
|
transfer-ownership="none"
|
666
|
+
nullable="1"
|
650
667
|
allow-none="1">
|
651
|
-
<doc xml:space="preserve">a string which is displayed in
|
668
|
+
<doc xml:space="preserve">a string which is displayed in
|
669
|
+
the first line of <option>--help</option> output, after
|
670
|
+
<literal><replaceable>programname</replaceable> [OPTION...]</literal></doc>
|
652
671
|
<type name="utf8" c:type="const char*"/>
|
653
672
|
</parameter>
|
654
|
-
<parameter name="entries"
|
655
|
-
|
673
|
+
<parameter name="entries"
|
674
|
+
transfer-ownership="none"
|
675
|
+
nullable="1"
|
676
|
+
allow-none="1">
|
677
|
+
<doc xml:space="preserve">a
|
678
|
+
%NULL-terminated array of #GOptionEntry<!-- -->s describing the
|
679
|
+
options of your program</doc>
|
656
680
|
<array c:type="GOptionEntry*">
|
657
681
|
<type name="GLib.OptionEntry" c:type="GOptionEntry"/>
|
658
682
|
</array>
|
659
683
|
</parameter>
|
660
684
|
<parameter name="translation_domain"
|
661
685
|
transfer-ownership="none"
|
686
|
+
nullable="1"
|
662
687
|
allow-none="1">
|
663
|
-
<doc xml:space="preserve">a translation domain to use for
|
688
|
+
<doc xml:space="preserve">a translation domain to use for
|
689
|
+
translating the <option>--help</option> output for the options
|
690
|
+
in @entries with gettext(), or %NULL</doc>
|
664
691
|
<type name="utf8" c:type="const char*"/>
|
665
692
|
</parameter>
|
666
693
|
</parameters>
|
@@ -2,37 +2,30 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>
|
6
|
-
|
7
|
-
<
|
5
|
+
<title>Clutter-Gtk 1.6.0
|
6
|
+
Reference Manual: GtkClutterActor</title>
|
7
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
8
|
+
<link rel="home" href="index.html" title="Clutter-Gtk 1.6.0 Reference Manual">
|
8
9
|
<link rel="up" href="ch02.html" title="Clutter-Gtk Widgets">
|
9
10
|
<link rel="prev" href="GtkClutterEmbed.html" title="GtkClutterEmbed">
|
10
11
|
<link rel="next" href="GtkClutterWindow.html" title="GtkClutterWindow">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.20.1 (XML mode)">
|
12
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
14
|
</head>
|
14
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<
|
17
|
-
<
|
18
|
-
<
|
19
|
-
<
|
20
|
-
<
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
<
|
25
|
-
<a href="
|
26
|
-
|
27
|
-
|
28
|
-
|
|
29
|
-
<a href="#GtkClutterActor.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
30
|
-
|
|
31
|
-
<a href="#GtkClutterActor.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
|
32
|
-
|
|
33
|
-
<a href="#GtkClutterActor.properties" class="shortcut">Properties</a>
|
34
|
-
</td></tr>
|
35
|
-
</table>
|
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">
|
18
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
19
|
+
<a href="#GtkClutterActor.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
20
|
+
<a href="#GtkClutterActor.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span>
|
21
|
+
<a href="#GtkClutterActor.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span>
|
22
|
+
<a href="#GtkClutterActor.properties" class="shortcut">Properties</a></span>
|
23
|
+
</td>
|
24
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
25
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
26
|
+
<td><a accesskey="p" href="GtkClutterEmbed.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
27
|
+
<td><a accesskey="n" href="GtkClutterWindow.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
28
|
+
</tr></table>
|
36
29
|
<div class="refentry">
|
37
30
|
<a name="GtkClutterActor"></a><div class="titlepage"></div>
|
38
31
|
<div class="refnamediv"><table width="100%"><tr>
|
@@ -40,25 +33,92 @@
|
|
40
33
|
<h2><span class="refentrytitle"><a name="GtkClutterActor.top_of_page"></a>GtkClutterActor</span></h2>
|
41
34
|
<p>GtkClutterActor — actor for embedding a Widget in a Clutter stage</p>
|
42
35
|
</td>
|
43
|
-
<td valign="top" align="right"></td>
|
36
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
44
37
|
</tr></table></div>
|
45
|
-
<div class="
|
46
|
-
<a name="GtkClutterActor.
|
47
|
-
<
|
48
|
-
|
49
|
-
<
|
50
|
-
<
|
51
|
-
|
52
|
-
<
|
53
|
-
|
38
|
+
<div class="refsect1">
|
39
|
+
<a name="GtkClutterActor.functions"></a><h2>Functions</h2>
|
40
|
+
<div class="informaltable"><table width="100%" border="0">
|
41
|
+
<colgroup>
|
42
|
+
<col width="150px" class="functions_return">
|
43
|
+
<col class="functions_name">
|
44
|
+
</colgroup>
|
45
|
+
<tbody>
|
46
|
+
<tr>
|
47
|
+
<td class="function_type">
|
48
|
+
<span class="returnvalue">ClutterActor</span> *
|
49
|
+
</td>
|
50
|
+
<td class="function_name">
|
51
|
+
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-new" title="gtk_clutter_actor_new ()">gtk_clutter_actor_new</a> <span class="c_punctuation">()</span>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td class="function_type">
|
56
|
+
<span class="returnvalue">ClutterActor</span> *
|
57
|
+
</td>
|
58
|
+
<td class="function_name">
|
59
|
+
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-new-with-contents" title="gtk_clutter_actor_new_with_contents ()">gtk_clutter_actor_new_with_contents</a> <span class="c_punctuation">()</span>
|
60
|
+
</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td class="function_type">
|
64
|
+
<span class="returnvalue">GtkWidget</span> *
|
65
|
+
</td>
|
66
|
+
<td class="function_name">
|
67
|
+
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-contents" title="gtk_clutter_actor_get_contents ()">gtk_clutter_actor_get_contents</a> <span class="c_punctuation">()</span>
|
68
|
+
</td>
|
69
|
+
</tr>
|
70
|
+
<tr>
|
71
|
+
<td class="function_type">
|
72
|
+
<span class="returnvalue">GtkWidget</span> *
|
73
|
+
</td>
|
74
|
+
<td class="function_name">
|
75
|
+
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-widget" title="gtk_clutter_actor_get_widget ()">gtk_clutter_actor_get_widget</a> <span class="c_punctuation">()</span>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
</tbody>
|
79
|
+
</table></div>
|
80
|
+
</div>
|
81
|
+
<div class="refsect1">
|
82
|
+
<a name="GtkClutterActor.properties"></a><h2>Properties</h2>
|
83
|
+
<div class="informaltable"><table border="0">
|
84
|
+
<colgroup>
|
85
|
+
<col width="150px" class="properties_type">
|
86
|
+
<col width="300px" class="properties_name">
|
87
|
+
<col width="200px" class="properties_flags">
|
88
|
+
</colgroup>
|
89
|
+
<tbody><tr>
|
90
|
+
<td class="property_type">
|
91
|
+
<span class="type">GtkWidget</span> *</td>
|
92
|
+
<td class="property_name"><a class="link" href="GtkClutterActor.html#GtkClutterActor--contents" title="The “contents” property">contents</a></td>
|
93
|
+
<td class="property_flags">Read / Write / Construct</td>
|
94
|
+
</tr></tbody>
|
95
|
+
</table></div>
|
96
|
+
</div>
|
97
|
+
<div class="refsect1">
|
98
|
+
<a name="GtkClutterActor.other"></a><h2>Types and Values</h2>
|
99
|
+
<div class="informaltable"><table width="100%" border="0">
|
100
|
+
<colgroup>
|
101
|
+
<col width="150px" class="name">
|
102
|
+
<col class="description">
|
103
|
+
</colgroup>
|
104
|
+
<tbody>
|
105
|
+
<tr>
|
106
|
+
<td class="datatype_keyword">struct</td>
|
107
|
+
<td class="function_name"><a class="link" href="GtkClutterActor.html#GtkClutterActor-struct" title="struct GtkClutterActor">GtkClutterActor</a></td>
|
108
|
+
</tr>
|
109
|
+
<tr>
|
110
|
+
<td class="datatype_keyword">struct</td>
|
111
|
+
<td class="function_name"><a class="link" href="GtkClutterActor.html#GtkClutterActorClass" title="struct GtkClutterActorClass">GtkClutterActorClass</a></td>
|
112
|
+
</tr>
|
113
|
+
</tbody>
|
114
|
+
</table></div>
|
54
115
|
</div>
|
55
116
|
<div class="refsect1">
|
56
117
|
<a name="GtkClutterActor.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
57
|
-
<pre class="
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
+----GtkClutterActor
|
118
|
+
<pre class="screen"> GObject
|
119
|
+
<span class="lineart">╰──</span> GInitiallyUnowned
|
120
|
+
<span class="lineart">╰──</span> ClutterActor
|
121
|
+
<span class="lineart">╰──</span> GtkClutterActor
|
62
122
|
</pre>
|
63
123
|
</div>
|
64
124
|
<div class="refsect1">
|
@@ -68,79 +128,37 @@ GtkClutterActor implements
|
|
68
128
|
ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.</p>
|
69
129
|
</div>
|
70
130
|
<div class="refsect1">
|
71
|
-
<a name="GtkClutterActor.properties"></a><h2>Properties</h2>
|
72
|
-
<pre class="synopsis">
|
73
|
-
"<a class="link" href="GtkClutterActor.html#GtkClutterActor--contents" title='The "contents" property'>contents</a>" <span class="type">GtkWidget</span>* : Read / Write / Construct
|
74
|
-
</pre>
|
75
|
-
</div>
|
76
|
-
<div class="refsect1">
|
77
131
|
<a name="GtkClutterActor.description"></a><h2>Description</h2>
|
78
|
-
<p>
|
79
|
-
<
|
80
|
-
|
81
|
-
</p>
|
82
|
-
<p>
|
83
|
-
<a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> only allows embedding <span class="type">GtkWidget</span>s when inside
|
132
|
+
<p><a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> is a <span class="type">ClutterContainer</span> that also allows embedding
|
133
|
+
any <span class="type">GtkWidget</span> in a Clutter scenegraph.</p>
|
134
|
+
<p><a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> only allows embedding <span class="type">GtkWidget</span>s when inside
|
84
135
|
the <span class="type">ClutterStage</span> provided by a <a class="link" href="GtkClutterEmbed.html" title="GtkClutterEmbed"><span class="type">GtkClutterEmbed</span></a>: it is not possible to
|
85
|
-
use <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> in a <span class="type">ClutterStage</span> handled by Clutter alone
|
86
|
-
</p>
|
136
|
+
use <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> in a <span class="type">ClutterStage</span> handled by Clutter alone.</p>
|
87
137
|
</div>
|
88
138
|
<div class="refsect1">
|
89
|
-
<a name="GtkClutterActor.
|
139
|
+
<a name="GtkClutterActor.functions_details"></a><h2>Functions</h2>
|
90
140
|
<div class="refsect2">
|
91
|
-
<a name="
|
92
|
-
<pre class="programlisting"
|
93
|
-
<
|
94
|
-
|
95
|
-
|
96
|
-
</div>
|
97
|
-
<hr>
|
98
|
-
<div class="refsect2">
|
99
|
-
<a name="GtkClutterActorClass"></a><h3>struct GtkClutterActorClass</h3>
|
100
|
-
<pre class="programlisting">struct GtkClutterActorClass {
|
101
|
-
};
|
102
|
-
</pre>
|
103
|
-
<p>
|
104
|
-
Base class for <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>.
|
105
|
-
</p>
|
106
|
-
</div>
|
107
|
-
<hr>
|
108
|
-
<div class="refsect2">
|
109
|
-
<a name="gtk-clutter-actor-new"></a><h3>gtk_clutter_actor_new ()</h3>
|
110
|
-
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> * gtk_clutter_actor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
111
|
-
<p>
|
112
|
-
Creates a new <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>.
|
113
|
-
</p>
|
114
|
-
<p>
|
115
|
-
This widget can be used to embed a <span class="type">GtkWidget</span> into a Clutter scene,
|
141
|
+
<a name="gtk-clutter-actor-new"></a><h3>gtk_clutter_actor_new ()</h3>
|
142
|
+
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *
|
143
|
+
gtk_clutter_actor_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
144
|
+
<p>Creates a new <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>.</p>
|
145
|
+
<p>This widget can be used to embed a <span class="type">GtkWidget</span> into a Clutter scene,
|
116
146
|
by retrieving the internal <span class="type">GtkBin</span> container using
|
117
|
-
<a class="link" href="GtkClutterActor.html#gtk-clutter-actor-get-widget" title="gtk_clutter_actor_get_widget
|
118
|
-
|
119
|
-
<
|
120
|
-
<
|
121
|
-
<
|
122
|
-
|
123
|
-
</colgroup>
|
124
|
-
<tbody><tr>
|
125
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
126
|
-
<td>the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>
|
127
|
-
</td>
|
128
|
-
</tr></tbody>
|
129
|
-
</table></div>
|
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
|
+
<div class="refsect3">
|
149
|
+
<a name="id-1.3.3.9.2.6"></a><h4>Returns</h4>
|
150
|
+
<p> the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p>
|
151
|
+
<p></p>
|
152
|
+
</div>
|
130
153
|
</div>
|
131
154
|
<hr>
|
132
155
|
<div class="refsect2">
|
133
|
-
<a name="gtk-clutter-actor-new-with-contents"></a><h3>gtk_clutter_actor_new_with_contents
|
134
|
-
<pre class="programlisting"><span class="returnvalue">ClutterActor</span>
|
135
|
-
<
|
136
|
-
Creates a new <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> widget. This widget can be
|
137
|
-
used to embed a Gtk widget into a clutter scene
|
138
|
-
|
139
|
-
<p>
|
140
|
-
This function is the logical equivalent of:
|
141
|
-
</p>
|
142
|
-
<p>
|
143
|
-
</p>
|
156
|
+
<a name="gtk-clutter-actor-new-with-contents"></a><h3>gtk_clutter_actor_new_with_contents ()</h3>
|
157
|
+
<pre class="programlisting"><span class="returnvalue">ClutterActor</span> *
|
158
|
+
gtk_clutter_actor_new_with_contents (<em class="parameter"><code><span class="type">GtkWidget</span> *contents</code></em>);</pre>
|
159
|
+
<p>Creates a new <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> widget. This widget can be
|
160
|
+
used to embed a Gtk widget into a clutter scene.</p>
|
161
|
+
<p>This function is the logical equivalent of:</p>
|
144
162
|
<div class="informalexample">
|
145
163
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
146
164
|
<tbody>
|
@@ -158,39 +176,36 @@ This function is the logical equivalent of:
|
|
158
176
|
</table>
|
159
177
|
</div>
|
160
178
|
|
161
|
-
<p>
|
162
|
-
|
163
|
-
<
|
179
|
+
<p></p>
|
180
|
+
<div class="refsect3">
|
181
|
+
<a name="id-1.3.3.9.3.8"></a><h4>Parameters</h4>
|
182
|
+
<div class="informaltable"><table width="100%" border="0">
|
164
183
|
<colgroup>
|
165
|
-
<col
|
166
|
-
<col>
|
184
|
+
<col width="150px" class="parameters_name">
|
185
|
+
<col class="parameters_description">
|
186
|
+
<col width="200px" class="parameters_annotations">
|
167
187
|
</colgroup>
|
168
|
-
<tbody>
|
169
|
-
<
|
170
|
-
<td><p
|
171
|
-
<td
|
172
|
-
</
|
173
|
-
</tr>
|
174
|
-
<tr>
|
175
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
176
|
-
<td>the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>
|
177
|
-
</td>
|
178
|
-
</tr>
|
179
|
-
</tbody>
|
188
|
+
<tbody><tr>
|
189
|
+
<td class="parameter_name"><p>contents</p></td>
|
190
|
+
<td class="parameter_description"><p>a <span class="type">GtkWidget</span> to pack into this <span class="type">ClutterActor</span></p></td>
|
191
|
+
<td class="parameter_annotations"> </td>
|
192
|
+
</tr></tbody>
|
180
193
|
</table></div>
|
181
194
|
</div>
|
195
|
+
<div class="refsect3">
|
196
|
+
<a name="id-1.3.3.9.3.9"></a><h4>Returns</h4>
|
197
|
+
<p> the newly created <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p>
|
198
|
+
<p></p>
|
199
|
+
</div>
|
200
|
+
</div>
|
182
201
|
<hr>
|
183
202
|
<div class="refsect2">
|
184
|
-
<a name="gtk-clutter-actor-get-contents"></a><h3>gtk_clutter_actor_get_contents
|
185
|
-
<pre class="programlisting"><span class="returnvalue">GtkWidget</span>
|
186
|
-
<
|
187
|
-
Retrieves the child of the <span class="type">GtkBin</span> used to hold the contents of <em class="parameter"><code>actor</code></em
|
188
|
-
|
189
|
-
<p>
|
190
|
-
This convenience function is the logical equivalent of:
|
191
|
-
</p>
|
192
|
-
<p>
|
193
|
-
</p>
|
203
|
+
<a name="gtk-clutter-actor-get-contents"></a><h3>gtk_clutter_actor_get_contents ()</h3>
|
204
|
+
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
|
205
|
+
gtk_clutter_actor_get_contents (<em class="parameter"><code><a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a> *actor</code></em>);</pre>
|
206
|
+
<p>Retrieves the child of the <span class="type">GtkBin</span> used to hold the contents of <em class="parameter"><code>actor</code></em>
|
207
|
+
.</p>
|
208
|
+
<p>This convenience function is the logical equivalent of:</p>
|
194
209
|
<div class="informalexample">
|
195
210
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
196
211
|
<tbody>
|
@@ -208,68 +223,85 @@ This convenience function is the logical equivalent of:
|
|
208
223
|
</table>
|
209
224
|
</div>
|
210
225
|
|
211
|
-
<p>
|
212
|
-
|
213
|
-
<
|
226
|
+
<p></p>
|
227
|
+
<div class="refsect3">
|
228
|
+
<a name="id-1.3.3.9.4.8"></a><h4>Parameters</h4>
|
229
|
+
<div class="informaltable"><table width="100%" border="0">
|
214
230
|
<colgroup>
|
215
|
-
<col
|
216
|
-
<col>
|
231
|
+
<col width="150px" class="parameters_name">
|
232
|
+
<col class="parameters_description">
|
233
|
+
<col width="200px" class="parameters_annotations">
|
217
234
|
</colgroup>
|
218
|
-
<tbody>
|
219
|
-
<
|
220
|
-
<td><p
|
221
|
-
<td
|
222
|
-
</
|
223
|
-
</tr>
|
224
|
-
<tr>
|
225
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
226
|
-
<td>a <span class="type">GtkWidget</span>, or <code class="literal">NULL</code> if not content
|
227
|
-
has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
228
|
-
</td>
|
229
|
-
</tr>
|
230
|
-
</tbody>
|
235
|
+
<tbody><tr>
|
236
|
+
<td class="parameter_name"><p>actor</p></td>
|
237
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p></td>
|
238
|
+
<td class="parameter_annotations"> </td>
|
239
|
+
</tr></tbody>
|
231
240
|
</table></div>
|
232
241
|
</div>
|
242
|
+
<div class="refsect3">
|
243
|
+
<a name="id-1.3.3.9.4.9"></a><h4>Returns</h4>
|
244
|
+
<p> a <span class="type">GtkWidget</span>, or <code class="literal">NULL</code> if not content
|
245
|
+
has been set. </p>
|
246
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
247
|
+
</div>
|
248
|
+
</div>
|
233
249
|
<hr>
|
234
250
|
<div class="refsect2">
|
235
|
-
<a name="gtk-clutter-actor-get-widget"></a><h3>gtk_clutter_actor_get_widget
|
236
|
-
<pre class="programlisting"><span class="returnvalue">GtkWidget</span>
|
237
|
-
<
|
238
|
-
Retrieves the <span class="type">GtkBin</span> used to hold the <a class="link" href="GtkClutterActor.html#GtkClutterActor--contents" title=
|
239
|
-
|
240
|
-
<
|
251
|
+
<a name="gtk-clutter-actor-get-widget"></a><h3>gtk_clutter_actor_get_widget ()</h3>
|
252
|
+
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *
|
253
|
+
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>
|
254
|
+
<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>
|
255
|
+
<div class="refsect3">
|
256
|
+
<a name="id-1.3.3.9.5.5"></a><h4>Parameters</h4>
|
257
|
+
<div class="informaltable"><table width="100%" border="0">
|
241
258
|
<colgroup>
|
242
|
-
<col
|
243
|
-
<col>
|
259
|
+
<col width="150px" class="parameters_name">
|
260
|
+
<col class="parameters_description">
|
261
|
+
<col width="200px" class="parameters_annotations">
|
244
262
|
</colgroup>
|
245
|
-
<tbody>
|
246
|
-
<
|
247
|
-
<td><p
|
248
|
-
<td
|
249
|
-
</
|
250
|
-
</tr>
|
251
|
-
<tr>
|
252
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
253
|
-
<td>a <span class="type">GtkBin</span>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
254
|
-
</td>
|
255
|
-
</tr>
|
256
|
-
</tbody>
|
263
|
+
<tbody><tr>
|
264
|
+
<td class="parameter_name"><p>actor</p></td>
|
265
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a></p></td>
|
266
|
+
<td class="parameter_annotations"> </td>
|
267
|
+
</tr></tbody>
|
257
268
|
</table></div>
|
258
269
|
</div>
|
270
|
+
<div class="refsect3">
|
271
|
+
<a name="id-1.3.3.9.5.6"></a><h4>Returns</h4>
|
272
|
+
<p> a <span class="type">GtkBin</span>. </p>
|
273
|
+
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
274
|
+
</div>
|
275
|
+
</div>
|
276
|
+
</div>
|
277
|
+
<div class="refsect1">
|
278
|
+
<a name="GtkClutterActor.other_details"></a><h2>Types and Values</h2>
|
279
|
+
<div class="refsect2">
|
280
|
+
<a name="GtkClutterActor-struct"></a><h3>struct GtkClutterActor</h3>
|
281
|
+
<pre class="programlisting">struct GtkClutterActor;</pre>
|
282
|
+
<p>A ClutterActor containing a <span class="type">GtkWidget</span>.</p>
|
283
|
+
</div>
|
284
|
+
<hr>
|
285
|
+
<div class="refsect2">
|
286
|
+
<a name="GtkClutterActorClass"></a><h3>struct GtkClutterActorClass</h3>
|
287
|
+
<pre class="programlisting">struct GtkClutterActorClass {
|
288
|
+
};
|
289
|
+
</pre>
|
290
|
+
<p>Base class for <a class="link" href="GtkClutterActor.html" title="GtkClutterActor"><span class="type">GtkClutterActor</span></a>.</p>
|
291
|
+
</div>
|
259
292
|
</div>
|
260
293
|
<div class="refsect1">
|
261
294
|
<a name="GtkClutterActor.property-details"></a><h2>Property Details</h2>
|
262
295
|
<div class="refsect2">
|
263
|
-
<a name="GtkClutterActor--contents"></a><h3>The <code class="literal"
|
264
|
-
<pre class="programlisting">
|
265
|
-
<p>
|
266
|
-
|
267
|
-
</p>
|
296
|
+
<a name="GtkClutterActor--contents"></a><h3>The <code class="literal">“contents”</code> property</h3>
|
297
|
+
<pre class="programlisting"> “contents” <span class="type">GtkWidget</span> *</pre>
|
298
|
+
<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>
|
299
|
+
<p>Flags: Read / Write / Construct</p>
|
268
300
|
</div>
|
269
301
|
</div>
|
270
302
|
</div>
|
271
303
|
<div class="footer">
|
272
304
|
<hr>
|
273
|
-
Generated by GTK-Doc V1.
|
305
|
+
Generated by GTK-Doc V1.20.1</div>
|
274
306
|
</body>
|
275
307
|
</html>
|