Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
clutter-1.0
Clutter
Clone
source
Clone
get_source
set_source
Clone
Object Hierarchy:
Description:
public
class
Clone
:
Actor
,
Implementor
,
Animatable
,
Scriptable
The
Clone
structure contains only private data
Namespace:
Clutter
Package:
clutter-1.0
Content:
Properties:
public
Actor
source
{
construct
set
;
get
; }
This property specifies the source actor being cloned.
Creation methods:
public
Clone
(
Actor
source)
Creates a new
Actor
which clones
source
/
Methods:
public
weak
Actor
get_source
()
Retrieves the source
Actor
being cloned by
clone
public
void
set_source
(
Actor
source)
Sets
source
as the source actor to be cloned by
clone
.