GObject.Object
Clutter.StageManager
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterStageManager |
Class : | StageManager |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
default_stage : Clutter.Stage
read only
The default stage used by Clutter.
The default stage used by Clutter.
|
Clutter.StageManager |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.StageManager
(Object properties)
Create a new Clutter.StageManager
Create a new Clutter.StageManager
|
||
Clutter.StageManager.get_default
()
:
Clutter.StageManager
Returns the default ClutterStageManager.
Returns the default ClutterStageManager.
object is owned by Clutter and you should not reference or unreference it.
|
Clutter.StageManager | |
get_default_stage
()
:
Clutter.Stage
Returns the default ClutterStage.
Returns the default ClutterStage.
is owned by Clutter and you should never reference or unreference it
|
Clutter.StageManager | |
list_stages
()
:
Array
Lists all currently used stages.
Lists all currently used stages.
allocated list of ClutterStage objects. Use g_slist_free() to deallocate it when done.
|
Clutter.StageManager | |
peek_stages
()
:
Array
Lists all currently used stages.
Lists all currently used stages.
to the internal list of ClutterStage objects. The returned list is owned by the ClutterStageManager and should never be modified or freed
|
Clutter.StageManager | |
set_default_stage
(Stage stage)
:
none
Sets stage as the default stage.
Sets stage as the default stage.
|
Clutter.StageManager |
Event | Defined By | |
---|---|---|
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.
The ::stage-added signal is emitted each time a new ClutterStage
has been added to the stage manager.
|
Clutter.StageManager | |
stage_removed (StageManager self, Stage stage)
:
none
The ::stage-removed signal is emitted each time a ClutterStage
has been removed from the stage manager.
The ::stage-removed signal is emitted each time a ClutterStage
has been removed from the stage manager.
|
Clutter.StageManager |