NAME
Tk::ListEntry - BrowseEntry like widget without 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: -command
-
Callback to be executed when you press the Return button or select an item in the list.
- Switch: -motionselect
-
See Tk::PopList.
- Switch: -popdirection
-
See Tk::Poplevel.
- Switch: -values
-
See Tk::PopList.
ADVERTISED SUBWIDGETS
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.