Cally.Stage

g Atk.Action Atk.Action Cally.Actor Cally.Actor Atk.Action->Cally.Actor Atk.Component Atk.Component Atk.Component->Cally.Actor Atk.GObjectAccessible Atk.GObjectAccessible Atk.GObjectAccessible->Cally.Actor Atk.Object Atk.Object Atk.Object->Atk.GObjectAccessible Atk.Window Atk.Window Cally.Stage Cally.Stage Atk.Window->Cally.Stage Cally.Group Cally.Group Cally.Actor->Cally.Group Cally.Group->Cally.Stage GObject.GInterface GObject.GInterface GObject.GInterface->Atk.Action GObject.GInterface->Atk.Component GObject.GInterface->Atk.Window GObject.Object GObject.Object GObject.Object->Atk.Object

Subclasses:

None

Methods

Inherited:

Cally.Group (1), Cally.Actor (4), Atk.GObjectAccessible (2), Atk.Object (25), GObject.Object (37), Atk.Action (7), Atk.Component (15)

Structs:

GObject.ObjectClass (5)

class

new (actor)

Virtual Methods

Inherited:

Atk.Object (24), GObject.Object (7), Atk.Action (7), Atk.Component (16)

Properties

Inherited:

Atk.Object (15)

Signals

Inherited:

Atk.Object (8), GObject.Object (1), Atk.Component (1), Atk.Window (9)

Fields

Inherited:

Atk.Object (8), GObject.Object (1), Atk.Component (1), Atk.Window (9)

Name

Type

Access

Description

parent

Cally.Group

r

Class Details

class Cally.Stage(**kwargs)
Bases:

Cally.Group, Atk.Window

Abstract:

No

Structure:

Cally.StageClass

The Cally.Stage structure contains only private data and should be accessed using the provided API

New in version 1.4.

classmethod new(actor)
Parameters:

actor (Clutter.Actor) – a Clutter.Actor

Returns:

the newly created Atk.Object

Return type:

Atk.Object

Creates a new Cally.Stage for the given actor. actor should be a Clutter.Stage.

New in version 1.4.