Help for this page

Select Code to Download


  1. or download this
    $tree-> = $pane->Tree(
       -width        => 30,
    ...
       -columnspan        => 2,
       -sticky        => 'w'
    );
    
  2. or download this
    my $ref1 = $tree->Label(
       -text         => $_,
    ...
       $_,
       -window        => $ref1
    );
    
  3. or download this
    my $ref2 = $tree->Checkbutton(
       -text         => $_, 
    ...
       $parent.'.'.$column,
       -window            => $ref2
    );