The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

Switch: -leftrightcall

This callback is executed when the user presses the right or left arrow key. The call gets 'left' or 'right' and the name of the selected entry as parameter.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

LICENSE

Same as perl.

BUGS

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