Hi Ppl, I'm using the Tkinter Text Widget in my user interface. I'm trying to create a blinking effect for this Text Widget. I saw from the documentation I can set the color if the widget when I create it.
x=Text(root,bg='#CFF') However, I couldn't find any property or function that set's the background color. Is there any way to set the back ground color after the object is created. Thanks, Sathish
-- http://mail.python.org/mailman/listinfo/python-list