Clutter.Clone¶
- Subclasses:
None
Methods¶
- Inherited:
Clutter.Actor (238), GObject.Object (37), Clutter.Animatable (5), Clutter.Container (17), Clutter.Scriptable (4)
- Structs:
class |
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
Specifies the actor to be cloned |
Signals¶
- Inherited:
Clutter.Actor (26), GObject.Object (1), Clutter.Container (3)
Fields¶
- Inherited:
Clutter.Actor (26), GObject.Object (1), Clutter.Container (3)
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Clutter.Clone(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Clutter.Clone
structure contains only private data and should be accessed using the provided APINew in version 1.0.
- classmethod new(source)¶
- Parameters:
source (
Clutter.Actor
) – aClutter.Actor
, orNone
- Returns:
the newly created
Clutter.Clone
- Return type:
Creates a new
Clutter.Actor
which clones source/New in version 1.0.
- get_source()¶
- Returns:
the actor source for the clone
- Return type:
Retrieves the source
Clutter.Actor
being cloned by self.New in version 1.0.
- set_source(source)¶
- Parameters:
source (
Clutter.Actor
orNone
) – aClutter.Actor
, orNone
Sets source as the source actor to be cloned by self.
New in version 1.0.