GtkClutter.Window

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Widget->Gtk.Container GtkClutter.Window GtkClutter.Window Gtk.Window->GtkClutter.Window

Subclasses:

None

Methods

Inherited:

Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new ()

get_stage ()

Virtual Methods

Inherited:

Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

parent_instance

Gtk.Window

r

Class Details

class GtkClutter.Window(*args, **kwargs)
Bases:

Gtk.Window

Abstract:

No

Structure:

GtkClutter.WindowClass

A Gtk.Window containing a Clutter.Stage.

The GtkClutter.Window structure contains only private data and it should be accessed using the provided API.

classmethod new()
Returns:

the newly created GtkClutter.Window

Return type:

Gtk.Widget

Creates a new GtkClutter.Window widget.

This window provides a hidden Clutter.Stage on which the child Gtk.Widget s are placed. This allows other Clutter.Actor s to also be placed on the stage.

get_stage()
Returns:

the window’s Clutter.Stage

Return type:

Clutter.Actor

Retrieves the Clutter.Stage that this window is embedding

Use this function if you wish to add other actors to the Clutter.Stage.