Tk::widgets - preload widget classes


Tk documentation  | view source Contained in the Tk distribution.

Index


NAME

Top

Tk::widgets - preload widget classes

SYNOPSIS

Top

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

DESCRIPTION

Top

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


Tk documentation  | view source Contained in the Tk distribution.