Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
clutter-1.0
Clutter
ChildMeta
actor
container
ChildMeta
get_actor
get_container
ChildMeta
Object Hierarchy:
Description:
public
abstract
class
ChildMeta
:
Object
The
ChildMeta
contains only private data
All known sub-classes:
LayoutMeta
Namespace:
Clutter
Package:
clutter-1.0
Content:
Properties:
public
Actor
actor
{
construct
set
;
get
; }
The
Actor
being wrapped by this
ChildMeta
public
Container
container
{
construct
set
;
get
; }
The
Container
that created this
ChildMeta
.
Creation methods:
protected
ChildMeta
()
Methods:
public
weak
Actor
get_actor
()
Retrieves the actor wrapped by
data
public
weak
Container
get_container
()
Retrieves the container using
data