Commit 36170454 by BellCodeEditor

save project

parent 39bdb55e
Showing with 9 additions and 2 deletions
...@@ -21,8 +21,14 @@ class Note(): # 便签、笔记 ...@@ -21,8 +21,14 @@ 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()
app.root.mainloop() app.root.mainloop()
\ No newline at end of file
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