Help for this page

Select Code to Download


  1. or download this
    $tree->bind('<Double-1>' => sub {
      print "Got:\n";
      print "  $_\n" for $tree->info('selection');
    });