Commit d7b9b7d0 by BellCodeEditor

save project

parent 264d6781
Showing with 4 additions and 0 deletions
......@@ -46,6 +46,10 @@ class Note(): # 便签、笔记
alist.append(info)
self.canvas.create_text(40,self.y,text=info,font=("宋体",11),
anchor=W, fill='#FF9900')
self.a = tkinter.Radiobutton(self.canvas,image=self.box,height=13,
width=30,value=self.num,variable=self.v)
self.a.place(x=-27,y=self.y-15)
self.num += 1
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