Method
ClutterContainerchild_set
Declaration [src]
void
clutter_container_child_set (
ClutterContainer* container,
ClutterActor* actor,
const gchar* first_prop,
...
)
Description [src]
Sets container specific properties on the child of a container.
Available since: | 0.8 |
This method is not directly available to language bindings. |
Parameters
actor |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
first_prop |
const gchar* |
Name of the first property to be set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
Value for the first property, followed optionally by more name/value pairs terminated with NULL. |