Help for this page

Select Code to Download


  1. or download this
    $fill_x->configure(-command => sub {
        $_->configure(-state => 'disabled') for $fill_x, $fill_y;
    ...
            }
        });
    });
    
  2. or download this
    {
        my ($line, $char); BEGIN { ($line, $char) = (1, 0) }
    ...
            $text->see("$line.$char");
        }
    }