NAME

Tk::ITree - Shamelessly copied Tk::Tree widget

SYNOPSIS

require Tk::ITree;
my $tree= $window->ITree(@options)->pack;

DESCRIPTION

Tk::ITree is a an almost exact copy of Tk::Tree. This one performs a bit better under a dark desktop theme.

The reason for copying instead of inheriting is that just the method i needed to change is a hidden one.

All cudos go to the original authors.

You can use all config variables and methods of the Tree widget.

CONFIG VARIABLES

Switch: -indicatorminusimg

Set or get the minus indicator image. By default it is set to an internal bitmap in this package.

Switch: -indicatorplusimg

Set or get the plus indicator image. By default it is set to an internal bitmap in this package.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

LICENSE

Same as perl.

BUGS

Unknown. If you find any, please contact the author.