my $style2 = $tree->ItemStyle ('text', -anchor => 'e', -font => 'Courier 16' -foreground => 'red', -justify => 'left'); $tree->ItemConfigure($self->treeEntryPath, $self->columnNo(), -text => $name , -style => $style2 )