Tkinter - Widget Colours

Grant Edwards grante at visi.com
Fri Mar 23 08:58:23 EST 2001


In article <mailman.985346222.22848.python-list at python.org>, O'Rourke Clodagh-corour01 wrote:

>I was wondering does anyone know how the bag/fag colours can
>be changed after the widget is packed.

widgetObject.configure(foreground="#000")  # black?
widgetObject.configure(background="#fff")  # white?

-- 
Grant Edwards                   grante             Yow!  It's OKAY --- I'm an
                                  at               INTELLECTUAL, too.
                               visi.com            



More information about the Python-list mailing list