Friday, 15 January 2010

python - Tkinter root configuration -



python - Tkinter root configuration -

for adding title tkinter root, like:

root = tk() root.title("<title text>") root.configure(bg = "<color>")

my question how alter font size , font color of title text. seemed me simple requirement, other changing background color of root, don't seem able more.

many

you can't alter title font or size via tkinter. tkinter has no command on how window manager / os decorates program.

python tkinter

No comments:

Post a Comment