Help for this page
my $splash = $mw->Splashscreen(-milliseconds => 3000); my $canvas = $splash->Canvas(-width => 420, ... -image => $mw->Photo(-file => 'gfx/splash.png')); $mw->withdraw; $splash->Splash();
$splash->Label(-image => $mw->Photo(-file => 'gfx/splash.png'));