roho has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to change text color for individual entries using Tk::Tree. I've tried using configure on the tree widget with the option -foreground => 'red' (for example), but this changes ALL entries in the tree to red. I need to apply different colors to the text of individual entries. Can anyone help me? Thanks.

"Its not how hard you work, its how much you get done."

  • Comment on Trying to color individual entries in Tk::Tree

Replies are listed 'Best First'.
Re: Trying to color individual entries in Tk::Tree
by Anonymous Monk on Nov 01, 2008 at 01:41 UTC