|
widgets(3) User Contributed Perl Documentation widgets(3)
NAME
Tk::widgets - preload widget classes
SYNOPSIS
use Tk::widgets qw(Button Label Frame);
DESCRIPTION
Does a 'require Tk::Foo' for each 'Foo' in the list. May speed startup by avoiding
AUTOLOADs.
perl v5.8.8 2007-05-05 widgets(3)
|