Commit da20de39 by BellCodeEditor

save project

parent c54b983c
Showing with 2 additions and 5 deletions
......@@ -34,15 +34,12 @@ class Note(): # 便签、笔记
self.canvas.create_text(40, self.y, text=info,
font=("宋体", 11), anchor=W, fill='#FF9900')
self.select.tkinter.Radiobutton(self.canvas.image=self.bg_box,
value=self.val.variable=self.v,width=25,
height=15,borderwidth=0,command=self.romove)
value=self.val.variable=self.v)
self.select.place(a=-25,y=self.y-16)
self.val += 1
self.y += 30
def romove(self):
nube = self.v.get()
alist.pop(nube)
def get_info(self):
info = self.ent.get()
self.ent.delete("0", END)
if info != "":
......
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