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 options and methods of the Tree widget.
CONFIG VARIABLES
- Switch: -indicatorminusimg
-
Set or get the plus indicator image. By default it is set to a Bitmap of indicatorminus.xbm included in this distribution.
- Switch: -indicatorminusimg
-
Set or get the plus indicator image. By default it is set to a Bitmap of indicatorminus.xbm included in this distribution.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
LICENSE
Same as perl.
BUGS
Unknown. If you find any, please contact the author.