Help for this page

Select Code to Download


  1. or download this
    $TK{'perltree'}=$TK{'vl'}->Scrolled('Tree',
                                        -separator        => ':',
    ...
                                        -width            => 20)->pack(-fi
    +ll   => 'both',
                                                                       -an
    +chor => 'n',
                                                                       -ex
    +pand => 1);
    
  2. or download this
      # Set scroll to 32
      $TK{'perltree'}->xview(32);
    ...
      # Focus on the perltree
      $TK{'perltree'}->update;