标签: image resize tcl tk
目前,我使用label小部件和-image选项在TK GUI上显示如下图像:
label
-image
image create photo plot1 -file new.gif label .la1 -image plot1 -background white
效果很好。但是现在我想在用户拖动GUI时调整图像大小。
对于其他tk小部件,columnconfigure和rowconfigure可以实现调整大小功能。但是如何在标签上为图像做这个呢?
columnconfigure
rowconfigure