Is it possible to change the content in canvas_text by clicking on it just like in Entry?

前端 未结 0 634
深忆病人
深忆病人 2020-12-20 14:54

Following is my code,

from tkinter import *
 
window = Tk()
canvas = Canvas(window,width=300, height=300, bd=0)
canvas.pack()

background = PhotoImage(file=&q         


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