- or download this
use Tk;
...
$tree->autosetmode();
MainLoop;
- or download this
$tree->itemConfigure('orange.red', 0, -foreground => 'blue');
- or download this
Bad option `-foreground' at C:/Strawberry/perl/site/lib/Tk.pm line 251
+.
- or download this
$tree->itemConfigure('orange.red', 1, -foreground => 'blue');
- or download this
Column "1" does not exist at C:/Strawberry/perl/site/lib/Tk.pm line 25
+1.
- or download this
$tree->itemConfigure('orange.red', 0, -fill => 'blue');
- or download this
Bad option `-fill' at C:/Strawberry/perl/site/lib/Tk.pm line 251.