Commit 61fdc49a by BellCodeEditor

save project

parent 0bad41de
Showing with 1 additions and 0 deletions
......@@ -39,6 +39,7 @@ class Note(): # 便签、笔记
self.select=tkinter.Radiobutton(self.canvas,value=self.val,variable=self.v,text=info)
# 每创建一个使序号自增一
self.select.pack(anchor="w")
self.val+=1
self.y += 30
def get_info(self):
......
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