simple GUI question

Roose roose at boof.moof
Wed Dec 8 02:23:28 EST 2004


> 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...







More information about the Python-list mailing list