clutter-gtkmm: Clutter::Gtk::Window Class Reference

A Gtk::Window that embeds its contents onto a stage. More...

Inherits Window.

Public Member Functions

virtual ~Window ()
 
GtkClutterWindow* gobj ()
 Provides access to the underlying C GtkObject. More...

 
const GtkClutterWindow* gobj () const
 Provides access to the underlying C GtkObject. More...

 
 Window ()
 
Glib::RefPtr< Clutter::Actor > get_stage ()
 
Glib::RefPtr< const

Clutter::Actor > 
get_stage () const
 

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system. More...

 

Related Functions

(Note that these are not member functions.)

Clutter::Gtk::Windowwrap (GtkClutterWindow* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...

 

Detailed Description

A Gtk::Window that embeds its contents onto a stage.

Clutter::Gtk::Window is a Gtk::Window sub-class that embeds a Clutter stage.

Clutter::Gtk::Window behaves exactly like a Gtk::Window, except that its child is automatically embedded inside a Clutter::Gtk::Actor and it is thus part of the embedded Clutter::Stage.

Clutter actors can be added to the same stage by calling get_stage().

Constructor & Destructor Documentation

virtual Clutter::Gtk::Window::~Window ( )
virtual
Clutter::Gtk::Window::Window ( )

Member Function Documentation

Glib::RefPtr<Clutter::Actor> Clutter::Gtk::Window::get_stage ( )
Glib::RefPtr<const Clutter::Actor> Clutter::Gtk::Window::get_stage ( ) const
static GType Clutter::Gtk::Window::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

GtkClutterWindow* Clutter::Gtk::Window::gobj ( )
inline

Provides access to the underlying C GtkObject.

const GtkClutterWindow* Clutter::Gtk::Window::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

Friends And Related Function Documentation

Clutter::Gtk::Window* wrap ( GtkClutterWindow *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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:
  • clutter-gtkmm/window.h