Tkinter Text Widget Background Color
Sathish S
sathish at solitontech.com
Tue Feb 22 05:09:46 EST 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110222/a1608468/attachment.html>
More information about the Python-list
mailing list