Help for this page

Select Code to Download


  1. or download this
    sub addOptions
    {
    ...
        }
       my $len = length($label);
       [snip]
    
  2. or download this
         ($label, $val) = @$val;
         if ($vvar == $tvar)
    ...
           my $new = $label;
           $w->configure(-textvariable => ($tvar = \$new));
          }