Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / demos / widtrib / dirtree.pl
CommitLineData
86530b38
AT
1# DirTree, diplay directory tree.
2
3use Tk;
4use Tk::DirTree;
5my $top = MainWindow->new;
6my $dl = $top->Scrolled('DirTree')->pack(-expand => 1 , -fill => 'both');
7MainLoop;