NAME
Tk::QuickForm::CFloatItem - Floating numbers entry widget for Tk::QuickForm.
SYNOPSIS
require Tk::QuickForm::CFloatItem;
my $bool = $window->CFloatItem(@options)->pack;
DESCRIPTION
Inherits Tk::QuickForm::CTextItem. Provides an entry for floating point numbers to Tk::QuickForm.
You should never create an instance directly like above. This should be handled by Tk::QuickForm.
CONFIG VARIABLES
All options, except -textvariable, of Tk::Entry are available.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 46:
=back without =over