Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Class Clutter.Stage

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterStage
Class : Stage
Implements: Atk.ImplementorIface, Clutter.Animatable, Clutter.Container, Clutter.Scriptable
Extends: Clutter.Group
The ClutterStage structure contains only private data
and should be accessed using the provided API
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.redraw (Stage stage) : none
Forces a redraw of the entire stage.
Clutter.Event
Method
get_stage () : Clutter.Stage
Retrieves the source ClutterStage the event originated for, or
NULL if the event has no stage.
Clutter.InputDevice
Method
get_pointer_stage () : Clutter.Stage
Retrieves the ClutterStage underneath the pointer of device
Clutter.StageManager
Property
default_stage : Clutter.Stage read only
The default stage used by Clutter.
Clutter.StageManager
Signal
stage_added (StageManager self, Stage stage) : none
The ::stage-added signal is emitted each time a new ClutterStage
has been added to the stage manager.
Clutter.StageManager
Signal
stage_removed (StageManager self, Stage stage) : none
The ::stage-removed signal is emitted each time a ClutterStage
has been removed from the stage manager.
Clutter.StageManager
Method
get_default_stage () : Clutter.Stage
Returns the default ClutterStage.
Clutter.StageManager
Method
set_default_stage (Stage stage) : none
Sets stage as the default stage.
ClutterX11
Method
ClutterX11.get_stage_from_window (Window win) : Clutter.Stage
ClutterX11
Method
ClutterX11.set_stage_foreign (Stage stage, Window xwindow) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:37 GMT+0800 (HKT)