Re: color propagation in tkinter

2009-04-22 Thread John Posner
Alan G Isaac wrote: Yes, that's what I am currently doing. But it seems that that is exactly the kind of thing we are enabled to avoid with e.g., named fonts. So I was hoping for an equivalent functionality for colors. From your answer, I am guessing there is none. Not sure this would help, but

Re: color propagation in tkinter

2009-04-20 Thread Terry Reedy
Alan G Isaac wrote: On Apr 20, 12:35 pm, Alan G Isaac wrote: If I want to propagate changes to a font, I can just use a named font. What if I want to propagate color changes? (E.g., a change in background color for a number of widgets.) On 4/20/2009 1:59 PM Mike Driscoll apparently wrote:

Re: color propagation in tkinter

2009-04-20 Thread Alan G Isaac
On Apr 20, 12:35 pm, Alan G Isaac wrote: If I want to propagate changes to a font, I can just use a named font. What if I want to propagate color changes? (E.g., a change in background color for a number of widgets.) On 4/20/2009 1:59 PM Mike Driscoll apparently wrote: One way would be to

Re: color propagation in tkinter

2009-04-20 Thread Mike Driscoll
On Apr 20, 12:35 pm, Alan G Isaac wrote: > I'm a tkinter novice. > > If I want to propagate changes to a font, > I can just use a named font. > > What if I want to propagate color changes? > (E.g., a change in background color for > a number of widgets.) > > Thanks, > Alan Isaac One way would be

color propagation in tkinter

2009-04-20 Thread Alan G Isaac
I'm a tkinter novice. If I want to propagate changes to a font, I can just use a named font. What if I want to propagate color changes? (E.g., a change in background color for a number of widgets.) Thanks, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list