Tkinter图片按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tkinter图片按钮相关的知识,希望对你有一定的参考价值。

1 imgBtn = tk.PhotoImage(file=test.png) 
2 tk.Button(image=imgBtn).pack()
3 tk.mainloop()

转载,来源简书评论,地址:http://www.jianshu.com/p/5c7a1af4aa53

侵删

以上是关于Tkinter图片按钮的主要内容,如果未能解决你的问题,请参考以下文章

Tkinter图片按钮

在 Tkinter 中调整 PIL 中的图片大小

Android - 应用程序启动时片段 onCreate 崩溃

Python for Tkinter

将 tkinter 图像嵌入到顶层

[Tkinter 教程03] Button 控件