The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons

SYNOPSIS

    use Tk::NumEntry;

DESCRIPTION

Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement.

Tk::NumEntry supports all the options and methods that the plain NumEntry widget provides (see Tk::NumEntryPlain), plus the following options

STANDARD OPTIONS

-repeatdelay -repeatinterval

WIDGET-SPECIFIC OPTIONS

Name: buttons
Class: Buttons
Switch: -buttons
-buttons

boolian that defines if the inc. and dec buttons are visible (default = true).

AUTHOR

Graham Barr <gbarr@ti.com>

ACKNOWLEDGEMENTS

I would to thank Achim Bohnet <ach@mpe.mpg.de> for all the feedback and testing. And for the splitting of the original Tk::NumEntry into Tk::FireButton, Tk::NumEntryPlain and Tk::NumEntry

COPYRIGHT

Copyright (c) 1997 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Except the typo's, they blong to Achim :-)