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: -filter
-
By default set to false. If you set it you can use the entry widget to filter the list.
- Switch: -motionselect
-
Default value 1
Selects list item when set hoovering over it.
- Switch: -popdirection
-
See Tk::Poplevel.
- Switch: -values
-
See Tk::PopList.
ADVERTISED SUBWIDGETS
METHODS
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.