NAME
Tk::ListEntry - BrowseEntry like widgetwithout button
SYNOPSIS
require Tk::ListEntry;
my $tree= $window->ListEntry(@options)->pack;
DESCRIPTION
Tk::ListEntry is a variant of the Tk::BrowseEntry widget except it does not have a button. Clicking the entry will pop the list.
You can use all config options and methods of the Entry widget.
CONFIG VARIABLES
- Switch: -motionselect
-
See Tk::PopList.
- Switch: -popdirection
-
See Tk::Poplevel.
- Switch: -values
-
See Tk::PopList.
METHODS
- validate
-
Returns a true if the value of the entry is in the values list.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.