Method
ClutterLayoutManagerchild_set
Declaration [src]
void
clutter_layout_manager_child_set (
ClutterLayoutManager* manager,
ClutterContainer* container,
ClutterActor* actor,
const gchar* first_property,
...
)
Description [src]
Sets a list of properties and their values on the ClutterLayoutMeta
associated by manager
to a child of container
Languages bindings should use clutter_layout_manager_child_set_property()
instead.
Available since: | 1.2 |
This method is not directly available to language bindings. |
Parameters
container |
ClutterContainer |
A |
|
The data is owned by the caller of the function. | |
actor |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
first_property |
const gchar* |
The first property name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A list of property name and value pairs. |