How to to resize canvas objects to window size in tkinter without using object oriented programming?

后端 未结 0 504
梦谈多话
梦谈多话 2021-01-07 11:43

This is my code so far and I want to resize all of these widgets including the image to window size.

from tkinter import *

win = Tk()
win.title("Dodge C         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题