Emmanuele Bassi > Clutter > xs/ClutterGroup.xs

Download:
Clutter-1.002.tar.gz

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Source  

SYNOPSIS ^

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

DESCRIPTION ^

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.