NAME

Tk::ListBrowser::SideColumn - Side columns for Tk::ListBrowser.

SYNOPSIS

my $column = $listbrowser->columnAdd($columnyname, @options);

DESCRIPTION

Inherits Tk::ListBrowser::BaseItem.

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

Besides the options in it's parent, you can use the -sortcase, -sortfield and -sortnumerical options.

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