get_nth_child


Description:

[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.2" ) ]
public unowned Actor get_nth_child (int index_)

Warning: get_nth_child is deprecated since 1.10.

Gets a groups child held at index_ in stack.

Note:

Use get_child_at_index instead.

Parameters:

this

A Group

index_

the position of the requested actor.

Returns:

A Clutter actor, or null if index_ is invalid.