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

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -