Clutter::Gtk::Embed Class Reference
#include <embed.h>
List of all members.
Public Member Functions |
| virtual | ~Embed () |
| GtkClutterEmbed * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const GtkClutterEmbed * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | Embed () |
| Glib::RefPtr< Stage > | get_stage () |
| | Retrieves the Clutter::Stage from embed.
|
Related Functions |
(Note that these are not member functions.)
|
| Clutter::Gtk::Embed * | wrap (GtkClutterEmbed *object, bool take_copy=false) |
| | A Glib::wrap() method for this object.
|
Constructor & Destructor Documentation
| virtual Clutter::Gtk::Embed::~Embed |
( |
|
) |
[virtual] |
| Clutter::Gtk::Embed::Embed |
( |
|
) |
|
Member Function Documentation
| 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.
- Returns:
- The Clutter stage. You should never destroy or unref the returned actor.
Since: 0.6.
| const GtkClutterEmbed* Clutter::Gtk::Embed::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C GtkObject.
| GtkClutterEmbed* Clutter::Gtk::Embed::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C GtkObject.
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
| 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. |
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: