Help for this page

Select Code to Download


  1. or download this
    my $myscale = $mw->Scale(
        -from     => 2,
    ...
        -label    => 'Drawn X:',
        -variable => \$a_dx
    )->grid();
    
  2. or download this
    $myscale->configure( -to => ($dx - 1) );