Any example I have seen seems to be embedding a ClutterStage in a GtkWidget.
links:
http://www.openismus.com/documents/clutter_tutorial/1.0/docs/tutorial/html/sec-stage.html
Any example I have seen seems to be embedding a ClutterStage in a GtkWidget.
links:
http://www.openismus.com/documents/clutter_tutorial/1.0/docs/tutorial/html/sec-stage.html
yes, you can when using the clutter-gtk library - but only on X11 currently.
you can only embed gtk+ widgets inside a ClutterStage that was created by a GtkClutterEmbed widget, by using the GtkClutterActor:
http://docs.clutter-project.org/docs/clutter-gtk/stable/GtkClutterActor.html
this is an example included inside clutter-gtk:
http://git.gnome.org/browse/clutter-gtk/tree/examples/gtk-clutter-test-actor.c