Commit a7c2d4d7 by BellCodeEditor

save project

parent 39bdb55e
Showing with 4 additions and 1 deletions
......@@ -21,7 +21,10 @@ class Note(): # 便签、笔记
self.but.place(x=240, y=305)
def get_info(self):
pass
self.canvas=tkinter.Canvas(root,width=300,height=340,bg="lightblue")
self.canvas.create_image(0,0,image=self.bg_img,anchor=NW)
self.canvas.place(x=0,y=0)
app = Note()
app.show()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment