NAME

Tk::ListBrowser::Item - List entry holding object.

SYNOPSIS

my $entry = $listbrowser->add($entryname, @options);

my $entry = $listbrowser->get($entryname);

DESCRIPTION

Inherits Tk::ListBrowser::Item.

This module creates an object that holds all information of every entry. You will never need to create an entry object yourself.

You can use the same options as it's ancestors. You can also use the -hidden option, if you want an entry to remain hidden upon addition.

METHODS

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

BUGS AND CAVEATS

If you find any bugs, please report them here: https://github.com/haje61/Tk-ListBrowser/issues.

SEE ALSO

Tk::ListBrowser::BaseItem