Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
clutter-1.0
Clutter
Group
Group
get_n_children
get_nth_child
remove_all
Group
Object Hierarchy:
Description:
public
class
Group
:
Actor
,
Implementor
,
Animatable
,
Container
,
Scriptable
The
Group
structure contains only private data
All known sub-classes:
Stage
Namespace:
Clutter
Package:
clutter-1.0
Content:
Creation methods:
public
Group
()
Create a new
Group
.
Methods:
public
int
get_n_children
()
Gets the number of actors held in the group.
public
weak
Actor
get_nth_child
(
int
index_)
Gets a groups child held at
index_
in stack.
public
void
remove_all
()
Removes all children actors from the
Group
.