Commit 36170454 by BellCodeEditor

save project

parent 39bdb55e
Showing with 7 additions and 1 deletions
...@@ -21,7 +21,13 @@ class Note(): # 便签、笔记 ...@@ -21,7 +21,13 @@ class Note(): # 便签、笔记
self.but.place(x=240, y=305) self.but.place(x=240, y=305)
def get_info(self): def get_info(self):
pass inof = self.ent.get()
self.ent.delete("0",END)
if inof ! ="":
alist.append(info)
self.canvas.create.create_text(40,self.y,text=inof,font=("宋体",11)
anchotr W,fill='#FF9900')
self.select.create_text(self.canvas,image=self.box,
app = Note() app = Note()
app.show() 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