Method
ClutterActorset_child_at_index
Declaration [src]
void
clutter_actor_set_child_at_index (
ClutterActor* self,
ClutterActor* child,
gint index_
)
Description [src]
Changes the index of child
in the list of children of self
.
This function is logically equivalent to removing child
and
calling clutter_actor_insert_child_at_index(), but it will not
emit signals or change state on child
.
Available since: | 1.10 |
Parameters
child |
ClutterActor |
A |
|
The data is owned by the caller of the function. | |
index_ |
gint |
The new index for |