[ 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.
Use get_child_at_index instead.
this |
A Group |
index_ |
the position of the requested actor. |
A Clutter actor, or |