Commit f6214229 by BellCodeEditor

save project

parent 0013f43c
Showing with 2 additions and 0 deletions
......@@ -42,6 +42,8 @@ class Note(): # 便签、笔记
self.ent.delete("0", END)
if info != "":
alist.append(info)
r=tkinter.Radiobutton(self.root,text="",image=self.box_img,value=self.val,variable=self.v)
r.place(x=-28,y=self.y-18)
self.canvas.create_text(40,self.y,text=info,font=("宋体",11),
anchor=W, fill='#FF9900')
self.y += 30
......
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