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 |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Style Properties¶
- Inherited:
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 |
r |
Class Details¶
- class GtkClutter.Window(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
Gtk.Window
containing aClutter.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:
Creates a new
GtkClutter.Window
widget.This window provides a hidden
Clutter.Stage
on which the childGtk.Widget
s are placed. This allows otherClutter.Actor
s to also be placed on the stage.
- get_stage()¶
- Returns:
the window’s
Clutter.Stage
- Return type:
Retrieves the
Clutter.Stage
that this window is embeddingUse this function if you wish to add other actors to the
Clutter.Stage
.