
my $group = Clutter::Group->new();
$group->add($background, $image, $label);

Clutter::Group is a Clutter::Actor which contains multiple child actors positioned relative to the Group position. Other operations such as scaling, rotating and clipping of the group will apply to the child actors.
A Clutter::Group's size is defined by the size and position of its children. Resize requests via the Actor API will be ignored.