summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/widgets.pod
blob: 114f52505d706db5421c4b82df21414e4b46aa7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

=head1 NAME

Tk::widgets - preload widget classes

=for pm Tk/widgets.pm

=for category Implementation

=head1 SYNOPSIS

  use Tk::widgets qw(Button Label Frame);

=head1 DESCRIPTION

Does a 'require Tk::Foo' for each 'Foo' in the list.
May speed startup by avoiding AUTOLOADs.

=cut