Help for this page

Select Code to Download


  1. or download this
    sub AlignAll{
        foreach my $i (0 .. 3) {
    ...
            $sc[$i]->xviewMoveto( $abs );
        }
    }
    
  2. or download this
        $sc[$i] = $tile[$i]->Scrolled('Canvas',
            -confine => 0,
    ...
            -height => 125,
            -background => randColor()
        )->pack(qw/-fill both -side top -expand 1/);