NAME
Tk::ListBrowser - Tk::ListBrowser::List - List organizer for Tk::ListBrowser.
SYNOPSIS
require Tk::ListBrowser;
my $ib= $window->ListBrowser(@options,
-arrange => 'list'
)->pack;
$ib->add('item_1', -image => $image1, -text => $text1);
$ib->add('item_2', -image => $image2, -text => $text2);
$ib->refresh;
DESCRIPTION
Contains all the drawing routines for Tk::ListBrowser to draw and navigate the list in a list organized manner.
No user serviceable parts inside.
LICENSE
Same as Perl.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
TODO
BUGS AND CAVEATS
If you find any bugs, please report them here: https://github.com/haje61/Tk-ListBrowser/issues.
SEE ALSO
- Tk::ListBrowser
- Tk::ListBrowser::Bar
- Tk::ListBrowser::Column
- Tk::ListBrowser::Item
- Tk::ListBrowser::Row
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 78:
=back without =over