Tkinter has a cool way to create named font objects that can be
used across widgets. When a named font object is updated, all the
widgets that use the named font automatically update their fonts
as well.

Is there a similar way to implement "named colors", eg. where we
can update a "color object" in one place and have all widgets
that reference this color object update their colors as well?

Thank you,
Malcolm
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to