GObject.Object
Clutter.ChildMeta
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterChildMeta |
Class : | ChildMeta |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
actor : Clutter.Actor
The ClutterActor being wrapped by this ClutterChildMeta
The ClutterActor being wrapped by this ClutterChildMeta
|
Clutter.ChildMeta | |
actor : Clutter.Actor
read only
|
Clutter.ChildMeta | |
container : Clutter.Container
The ClutterContainer that created this ClutterChildMeta.
The ClutterContainer that created this ClutterChildMeta.
|
Clutter.ChildMeta | |
container : Clutter.Container
read only
|
Clutter.ChildMeta | |
parent_instance : GObject.Object
read only
|
Clutter.ChildMeta |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.ChildMeta
(Object properties)
Create a new Clutter.ChildMeta
Create a new Clutter.ChildMeta
|
||
get_actor
()
:
Clutter.Actor
Retrieves the actor wrapped by data
Retrieves the actor wrapped by data
|
Clutter.ChildMeta | |
get_container
()
:
Clutter.Container
Retrieves the container using data
Retrieves the container using data
|
Clutter.ChildMeta |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Container
Method |
get_child_meta
(Actor actor)
:
Clutter.ChildMeta
Retrieves the ClutterChildMeta which contains the data about the
of container or NULL if the specifiec actor does not exist or the container is not configured to provide ClutterChildMetas |