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.

Furthermore you can set the -cellwidth, -imagecellwidth and -textcellwidth options. The height options are not available since the height is determined by the main entry.

There is also the -drawrect option. By default it is set to 0. If you set it the column will draw a background rectangle in the background color. Do not use this in tree mode. It will clutter your display when activating indicators.

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