The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Tk::QuickForm::CListItem - ListEntry widget for Tk::QuickForm.

SYNOPSIS

my $bool = $window->CListItem(@options)->pack;

DESCRIPTION

Inherits Tk::QuickForm::CTextItem. Provides a list entry for Tk::QuickForm.

You should never create an instance directly like above. This should be handled by Tk::QuickForm.

OPTIONS

All options, except -textvariable, of Tk::Entry are available.

Switch: -values

The list of possible values.

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::ListEntry
Tk::QuickForm
Tk::QuickForm::CBaseClass
Tk::QuickForm::CTextItem