homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, ilikepython, terry.reedy
Date 2012年04月03日.18:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333478868.56.0.0848467875738.issue12979@psf.upfronthosting.co.za>
In-reply-to
Content
The test from ilikepython is incorrect, but after changing to:
import tkinter
import tkinter.font
root = tkinter.Tk()
w = tkinter.Frame(root)
f = tkinter.font.Font(root, family='Arial', size=30)
label = tkinter.Label(w, text="Hello", font=f)
label.pack()
w.pack()
root.mainloop()
it works.
Closing the issue.
History
Date User Action Args
2012年04月03日 18:47:48asvetlovsetrecipients: + asvetlov, terry.reedy, ilikepython
2012年04月03日 18:47:48asvetlovsetmessageid: <1333478868.56.0.0848467875738.issue12979@psf.upfronthosting.co.za>
2012年04月03日 18:47:47asvetlovlinkissue12979 messages
2012年04月03日 18:47:47asvetlovcreate

AltStyle によって変換されたページ (->オリジナル) /