|
Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons
|
Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
use Tk::NumEntry;
$parent->NumEntry(?-option=>value, ...?);
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 the Tk::NumEntryPlain manpage), plus the
following options
Besides the standard options of the Button widget
NumEntry supports:
-repeatdelay -repeatinterval
- Name: buttons
-
- Class: Buttons
-
- Switch: -buttons
-
- Fallback: 1
-
boolian that defines if the inc. and dec buttons are visible.
Graham Barr <gbarr@pobox.com>
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 (c) 1997-1998 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 :-)
|
Tk::NumEntry - A numeric Entry widget with inc. & dec. Buttons
|
|