<div><div>Hi Ppl,</div><div><br></div><div>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.</div>
<div><br></div><div>x=Text(root,bg='#CFF')</div><div><br></div><div>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.</div>
<div><br></div><div>Thanks,</div><div>Sathish</div>
</div>