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