Tk/MinMaxScale version 0.05
===========================
Tk::MinMaxScale - Two Scale(s) to get a (min, max) values pair
CHANGES
- unlike Scale, '-orient' option defaults now to 'horizontal'.
- like Scale, '-from' and '-to' options defaults now to 0 and 100, respectively.
- definitely (:() fixed Shift-key binding problems.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make install
COPYRIGHT AND LICENCE
Copyright (C) 2002 Jean-Pierre Vidal
This package is free software and is provided "as is"
without express or implied warranty. It may be used, modified,
and redistributed under the same terms as Perl itself.