Commit 42fb8cb0 by BellCodeEditor

save project

parent 87f58133
Showing with 4 additions and 1 deletions
...@@ -36,7 +36,10 @@ class Note(): ...@@ -36,7 +36,10 @@ class Note():
# 循环一次y坐标自增20 # 循环一次y坐标自增20
self.y+=20 self.y+=20
if info !="":
self.ent.delete('0',END)
alist.append(info)
self.canvas.create_text(40,self.y,text=info,font=("宋体,11"))
def get_info(self): def get_info(self):
pass 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