1widgets(3) User Contributed Perl Documentation widgets(3)
23
4
NAME
6Tk::widgets - preload widget classes
7
SYNOPSIS
9use Tk::widgets qw(Button Label Frame);
10
DESCRIPTION
12Does a 'require Tk::Foo' for each 'Foo' in the list. May speed startup
13by avoiding AUTOLOADs.
1415
16
17
perl v5.8.8 2008-02-05 widgets(3)