![]() |
![]()
| ![]() |
![]()
NAMEPrima::Drawable::Subcanvas - paint a hierarchy of widgets to any drawable DESCRIPTIONNeeded for painting a screenshot on an image, printer, etc. When loaded, it aytomatically adds two methods to any Drawable: paint_with_widgets and screenshot. SYNOPSISuse Prima qw(Application Button); my $w = Prima::MainWindow-> create; $w->insert( 'Button' ); $w->screenshot->save('a.bmp'); METHODS
AUTHORDavid Mertens SEE ALSOexamples/grip.pl
|