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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

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