Commit 6a546414 by BellCodeEditor

save project

parent 3c8dfa65
Showing with 2 additions and 0 deletions
......@@ -24,6 +24,8 @@ class Note(): #O/ 便签、笔记
bg="lightblue", width=5, command=self.get_info)
self.canvas.create_image(0,0,image=self.bg_img)
self.but.place(x=240, y=305)
self.canvas.create_text(40,20,text="周六下午去打篮球",
font=("宋体",11),anchor=W,fill='#FF9900')
def get_info(self):
pass
......
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