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 / widgets.pod
CommitLineData
86530b38
AT
1
2=head1 NAME
3
4Tk::widgets - preload widget classes
5
6=for pm Tk/widgets.pm
7
8=for category Implementation
9
10=head1 SYNOPSIS
11
12 use Tk::widgets qw(Button Label Frame);
13
14=head1 DESCRIPTION
15
16Does a 'require Tk::Foo' for each 'Foo' in the list.
17May speed startup by avoiding AUTOLOADs.
18
19=cut
20