clutter-gtkmm 0.91.8
|
This widget embeds a Clutter::Stage, allowing you to build, show and interact with a scene built using Clutter, inside a gtkmm application. More...
Public Member Functions | |
virtual | ~Embed () |
GtkClutterEmbed* | gobj () |
Provides access to the underlying C GObject. | |
const GtkClutterEmbed* | gobj () const |
Provides access to the underlying C GObject. | |
GtkClutterEmbed* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Embed () | |
Glib::RefPtr< Stage > | get_stage () |
Retrieves the Clutter::Stage from embed. | |
Glib::RefPtr< const Stage > | get_stage () const |
Retrieves the Clutter::Stage from embed. | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Clutter::Gtk::Embed > | wrap (GtkClutterEmbed* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
This widget embeds a Clutter::Stage, allowing you to build, show and interact with a scene built using Clutter, inside a gtkmm application.
virtual Clutter::Gtk::Embed::~Embed | ( | ) | [virtual] |
Clutter::Gtk::Embed::Embed | ( | ) |
Glib::RefPtr<Stage> Clutter::Gtk::Embed::get_stage | ( | ) |
Retrieves the Clutter::Stage from embed.
The returned stage can be used to add actors to the Clutter scene.
Glib::RefPtr<const Stage> Clutter::Gtk::Embed::get_stage | ( | ) | const |
Retrieves the Clutter::Stage from embed.
The returned stage can be used to add actors to the Clutter scene.
const GtkClutterEmbed* Clutter::Gtk::Embed::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
GtkClutterEmbed* Clutter::Gtk::Embed::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
GtkClutterEmbed* Clutter::Gtk::Embed::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::RefPtr< Clutter::Gtk::Embed > wrap | ( | GtkClutterEmbed * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |