Scroll to navigation

widgets(3pm) User Contributed Perl Documentation widgets(3pm)
 

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.
2013-11-15 perl v5.20.1