# Tk-ListBrowser Tk::ListBrowser is inspired on Tk::IconList but with added features like row as well as column, list and bar oriented display. There are plenty of options to set the presentation of text items. Scrollbars are automatically shown when needed. # Requirements Following Perl modules must be installed: * Math::Round * Test::Tk * Tk # Installation perl Makefile.PL make make test make install For visual inspection before install you can do: perl -Mblib t/Tk-ListBrowser.t show