PDA

View Full Version : Python Tkinter



DBQ
March 8th, 2010, 11:23 PM
Hi everybody.

I am using Tkinter in python.

Suppose I placed a label on my frame which contains text "Hello World". Is it possible to change the color or Hello to red and World to green?

What I am really asking is is it possible to change only a part of label's text?

Thanks you.