Help for this page

Select Code to Download


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