The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tk::QuickForm::CTextItem - Entry widget for Tk::QuickForm.

SYNOPSIS

 require Tk::QuickForm::CBooleanItem;
 my $bool = $window->CBooleanItem(@options)->pack;

DESCRIPTION

Inherits Tk::Frame

Provides a text entry widget for 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.

Name: errorColor
Class: ErrorColor
Switch: -errorcolor

Foreground color for the entry widget when validation fails.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS

Unknown. If you find any, please contact the author.

SEE ALSO

Tk::Entry
Tk::QuickForm
Tk::QuickForm::CBaseClass