Help for this page

Select Code to Download


  1. or download this
    my $sel =  $t->curselection();
    
  2. or download this
    sub brscmd {
    my ($previous_index, $actual_index) = @_;
    ...
    print "$row $col\n";
    print "\n[brscmd] actual index <$actual_index> from curselection<$actu
    +al_index>\n";
    }