How to get data from tix tree checkbox to a separate class and store it?

后端 未结 0 1423
面向向阳花
面向向阳花 2020-12-09 19:33

I have written a simple tix checkbox window :

from tkinter import tix as Tix

class View(object):
    def __init__(self, root):
        self.root = root
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题