Emmanuele Bassi > Clutter > xs/ClutterClone.xs

Download:
Clutter-1.002.tar.gz

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Source  

SYNOPSIS ^

    my $clone = Clutter::Clone->new($actor);

DESCRIPTION ^

Clutter::Clone is a Clutter::Actor which draws with the paint function of another actor, scaled to fit its own allocation.

Clutter::Clone can be used to efficiently clone any other actor, including containers.

Note: This is different from Clutter::Texture::new_from_actor() which requires support for FBOs in the underlying GL implementation.