Roose said unto the world upon 2004-12-08 02:23:
You want somthing like:

root = Tkinter.Tk()
root.withdraw()
msg = tkMessageBox.showwarning("Ooops", "Some warning")


Awesome thanks!  Any chance you know about the font thing : )

Nah I'll stop being lazy and hack it... but for some reason Tkinter doesn't
jive with the way I think at all.  It seems very different from the rest of
Python, which makes sense obviously since it was around before Python...

Hi,

I don't know Tkinter past a hour of playing, so I cannot show you how. I can, however, show you a good place to start looking:
<http://www.google.com/search?num=50&hl=en&q=Tkinter+Python+font+widget&btnG=Search&meta=>


Best,

Brian vdB
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to