How to resize the image on label widget -
currently, use label widget -image option display image on tk gui following :
image create photo plot1 -file new.gif label .la1 -image plot1 -background white it works well. want make image resize user drags gui.
for other tk widget, columnconfigure , rowconfigure can realize resize function. how image on label?
Comments
Post a Comment